crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bc969f hex color - Brown - Warm color - Information

#bc969f hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bc969f Color code in RGB color code model is created after adding 73.73% red color, 58.82% green color and 62.35% blue color. Hex #bc969f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 15% yellow and 26% black.

Hex #bc969f color code is between #bb9999 web safe hex color code and #cc88aa web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #bc969f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc969f#bc969f
RGB Decimal188, 150, 159rgb(188, 150, 159)
RGB Percent74%, 59%, 62%rgb(74%, 59%, 62%)
CSS RGBa188, 150, 159,1rgba(188,150,159,1)
CMYK Modelcmyk(0%,20%,15%,26%)
HSL Color Space346,22% ,66%hsl(346,22% ,66%)
HSV Color Space346°, 20%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001001011010011111
Octal274226237
Decimal188150159
Hexbc969f

Different shades of #bc969f color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bc969f
#d0b5bb
Dark Shade of #bc969f
#a87783
Saturated Shade of #bc969f
#c58d9a
Desaturated Shade of #bc969f
#b39fa4
Grey scale Shade of #bc969f
#a9a9a9
Brighten Shade
#d5afb8
Most Readable Shade
#000000

Shades of #bc969f color code

Generate more color scales with scales (color stack) generator.

#bc969f
#a7858d
#92747b
#7d646a
#685358
#534246
#3e3235
#292123
#141011
#000000

Similar Color like #bc969f color

Find visually similar hex color codes nearing to #bc969f hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bd97a0
#be98a1
#bf99a2
#c09aa3
#c19ba4
#c29ca5
#c39da6
#c49ea7
#c59fa8
#c6a0a9
#c7a1aa
#c8a2ab
#c9a3ac
#caa4ad
#bb959e
#ba949d
#b9939c
#b8929b
#b7919a
#b69099
#b58f98
#b48e97
#b38d96
#b28c95
#b18b94
#b08a93
#af8992
#ae8891

Monochromatic Color with #bc969f

#bc969f
#e6b8c3
#120e0f
#3c3033
#675257
#91747b

Tints of #bc969f Color

#bc969f
#c3a1a9
#caadb4
#d2b9bf
#d9c4c9
#e1d0d4
#e8dcdf
#f0e7e9
#f7f3f4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bc969f
#96bcb3

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bc969f
#96bca0
#96b2bc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bc96ae
#bc96a7
#bc969f
#bc9697
#bc9c96

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bc969f
#9fbc96
#969fbc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bc969f
#b2bc96
#96bcb3
#a096bc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bc969f
#96bcb3
#96b2bc
#bca096

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bc969f Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bc969f Color Code Preview on Black Background Color

This is how #bc969f Color will look on black background color. Color contrast ratio is 8.00

#bc969f in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bc969f">Your Example Paragraph content text in with font color #bc969f </p>

Your Example Paragraph content text in with font color #bc969f

HTML with inline CSS

<div style="color:#bc969f">Your Paragraph text in with font color #bc969f </div>

Your Example Paragraph content text in with font color #bc969f

#bc969f color code is use for CSS Background Color

Background color for the above div is #bc969f

HTML with inline CSS

<div style="background-color:#bc969f;"></div>

#bc969f color code is use for CSS Border Color

CSS Border color for the above div is #bc969f

HTML with inline CSS

<div style="border:5px solid #bc969f;"></div>

CSS Border Left color for the above div is #bc969f

HTML with inline CSS

<div style="border-left:5px solid #bc969f;"></div>

CSS Border Right color for the above div is #bc969f

HTML with inline CSS

<div style="border-right:5px solid #bc969f;"></div>

CSS Border Bottom color for the above div is #bc969f

HTML with inline CSS

<div style="border-bottom:5px solid #bc969f;"></div>

CSS Border Top color for the above div is #bc969f

HTML with inline CSS

<div style="border-top:5px solid #bc969f;"></div>

#bc969f hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bc969f; } .examplecolorclass {color:#bc969f; } .examplebordercolor {border:3px solid #bc969f; }

#bc969f Color code Preview on White Background

This is how #bc969f Color code will look on white background color. Color contrast ratio is 2.62

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bc969f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bc969f; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.