COLOR #BCB59A

HEX: #BCB59A RGB: (188,181,154)

Color info

#BCB59A contains red, green and blue colors in about the same proportion. Web safe color of #BCB59A is #CCCC99 (or #CC9).

RGB color model

#BCB59A color RGB value is (188,181,154).

RGB: (188,181,154) (74%, 71%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 154 of 255 = 60%

188
181
154

R + G + B ~ 68%. #BCB59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 154 = 523 (100%)
R 188 of 523 ~ 35.95%
G 181 of 523 ~ 34.61%
B 154 of 523 ~ 29.45'%

%35.95
%34.61
%29.45

CMYK color model

#BCB59A color CMYK value is (0,4,18,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK: (0,4,18,26) C0M4Y18K26 (0%,4%,18%,26%) (0.00/0.04/0.18/0.26) 

CMYK percentages

%0
%3.72
%18.09
%26.27

Codes

Color #BCB59A in popluar color models

BC B5 9A
RGB 188 181 154
HSL 48° 20.24% 67.06%
HSB/HSV 48° 18.09% 73.73%
CMYK 0.00% 3.72% 18.09%
26.27%

Color #BCB59A in popluar number systems.

HEX BC B5 9A
Decimal 188 181 154
Binary 10111100 10110101 10011010
Octal 274 265 232

Shades and tints

Shades of #BCB59A

#BCB59A
(188,181,154)
#ABA58C
(171,165,140)
#9A957E
(154,149,126)
#898570
(137,133,112)
#787562
(120,117,98)
#676554
(103,101,84)
#565546
(86,85,70)
#454538
(69,69,56)
#34352A
(52,53,42)
#23251C
(35,37,28)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #BCB59A

#BCB59A
(188,181,154)
#C2BBA3
(194,187,163)
#C8C1AC
(200,193,172)
#CEC7B5
(206,199,181)
#D4CDBE
(212,205,190)
#DAD3C7
(218,211,199)
#E0D9D0
(224,217,208)
#E6DFD9
(230,223,217)
#ECE5E2
(236,229,226)
#F2EBEB
(242,235,235)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB59A color. Also use rgb(188,181,154) instead hex code.

Text Font Color

.myTextColor { color: #BCB59A; }

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

This text font color is #BCB59A.

Background Color

.myBgColor { background-color: #BCB59A; }

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

This div background color is #BCB59A.

Border color

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

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

This div border color is #BCB59A.

Opacity

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

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

Text with #BCB59A 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 #BCB59A;}

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

This text has shadow with #BCB59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB59A.

Preview

Color preview on black background

This text has color #BCB59A on black background.


Color preview on white background

This text has color #BCB59A on white background.


Black color preview on #BCB59A background

This text has black color on #BCB59A background.


White color preview on #BCB59A background

This text has white color on #BCB59A background.


Related colors

Complementary color

Complementary color for #hex is #434A65.


I love getcolorcode.com

Triadic colors

1 #9ABCB5 and #B59ABC with #BCB59A are triadic colors.

2 #9AB5BC and #B5BC9A with #BCB59A are triadic colors.