COLOR #BC9066

HEX: #BC9066 RGB: (188,144,102)

Color info

#BC9066 contains mainly red and green colors. Web safe color of #BC9066 is #CC9966 (or #C96).

RGB color model

#BC9066 color RGB value is (188,144,102).

RGB: (188,144,102) (74%, 56%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 102 of 255 = 40%

188
144
102

R + G + B ~ 57%. #BC9066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 144 + 102 = 434 (100%)
R 188 of 434 ~ 43.32%
G 144 of 434 ~ 33.18%
B 102 of 434 ~ 23.5'%

%43.32
%33.18
%23.5

CMYK color model

#BC9066 color CMYK value is (0,23,46,26).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 45.74%
  • key color value is 26.27%

CMYK: (0,23,46,26)
C0M23Y46K26 (0%, 23%, 46%, 26%)
(0.00 / 0.23 / 0.46 / 0.26)

CMYK percentages

%0
%23.4
%45.74
%26.27

Codes

Color #BC9066 in popluar color models

BC 90 66
RGB 188 144 102
HSL 29° 39.09% 56.86%
HSB/HSV 29° 45.74% 73.73%
CMYK 0.00% 23.40% 45.74%
26.27%

Color #BC9066 in popluar number systems.

HEX BC 90 66
Decimal 188 144 102
Binary 10111100 10010000 1100110
Octal 274 220 146

Shades and tints

Shades of #BC9066

#BC9066
(188,144,102)
#AB835D
(171,131,93)
#9A7654
(154,118,84)
#89694B
(137,105,75)
#785C42
(120,92,66)
#674F39
(103,79,57)
#564230
(86,66,48)
#453527
(69,53,39)
#34281E
(52,40,30)
#231B15
(35,27,21)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #BC9066

#BC9066
(188,144,102)
#C29A73
(194,154,115)
#C8A480
(200,164,128)
#CEAE8D
(206,174,141)
#D4B89A
(212,184,154)
#DAC2A7
(218,194,167)
#E0CCB4
(224,204,180)
#E6D6C1
(230,214,193)
#ECE0CE
(236,224,206)
#F2EADB
(242,234,219)
#F8F4E8
(248,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9066 color. Also use rgb(188,144,102) instead hex code.

Text Font Color

.myTextColor { color: #BC9066; }

<p style="color:#BC9066">This sample text font color is #BC9066.</p>

This text font color is #BC9066.

Background Color

.myBgColor { background-color: #BC9066; }

<div style="background-color:#BC9066">Inner text</div>

This div background color is #BC9066.

Border color

.myBorderColor { border: 1px solid #BC9066; }

<div style="border:3px solid #BC9066">Div</div>

This div border color is #BC9066.

Opacity

.myOpacity80 { color: #BC9066; opacity: 0.8; }

<p style="color:#BC9066;opacity:0.8;">80%</p>

Text with #BC9066 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BC9066;}

<p style="text-shadow: 3px 3px 1px #BC9066">Text here.</p>

This text has shadow with #BC9066 color.


.textShadow {text-shadow: 3px 3px 1px #BC9066', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BC9066, 5px 5px 20px red">Text here.</p>

This text has shadow with #BC9066 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9066, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BC9066, Direction=45, Strength=4)">Text</p>

This text has shadow with #BC9066 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC9066;
-webkit-box-shadow: 1px 1px 3px 2px #BC9066;
box-shadow: 1px 1px 3px 2px #BC9066;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9066; -webkit-box-shadow: 1px 1px 3px 2px #BC9066; box-shadow:1px 1px 3px 2px #BC9066;">
Div content here
</div>

This div box has shadow with color #BC9066.

Preview

Color preview on black background

This text has color #BC9066 on black background.


Color preview on white background

This text has color #BC9066 on white background.


Black color preview on #BC9066 background

This text has black color on #BC9066 background.


White color preview on #BC9066 background

This text has white color on #BC9066 background.


Related colors

Complementary color

Complementary color for #hex is #436F99.


I love getcolorcode.com

Triadic colors

1 #66BC90 and #9066BC with #BC9066 are triadic colors.

2 #6690BC and #90BC66 with #BC9066 are triadic colors.