COLOR #BCB88D

HEX: #BCB88D RGB: (188,184,141)

Color info

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

RGB color model

#BCB88D color RGB value is (188,184,141).

RGB: (188,184,141) (74%, 72%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 141 of 255 = 55%

188
184
141

R + G + B ~ 67%. #BCB88D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 184 + 141 = 513 (100%)
R 188 of 513 ~ 36.65%
G 184 of 513 ~ 35.87%
B 141 of 513 ~ 27.49'%

%36.65
%35.87
%27.49

CMYK color model

#BCB88D color CMYK value is (0,2,25,26).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 25.00%
  • key color value is 26.27%

CMYK: (0,2,25,26)
C0M2Y25K26 (0%, 2%, 25%, 26%)
(0.00 / 0.02 / 0.25 / 0.26)

CMYK percentages

%0
%2.13
%25
%26.27

Codes

Color #BCB88D in popluar color models

BC B8 8D
RGB 188 184 141
HSL 55° 25.97% 64.51%
HSB/HSV 55° 25.00% 73.73%
CMYK 0.00% 2.13% 25.00%
26.27%

Color #BCB88D in popluar number systems.

HEX BC B8 8D
Decimal 188 184 141
Binary 10111100 10111000 10001101
Octal 274 270 215

Shades and tints

Shades of #BCB88D

#BCB88D
(188,184,141)
#ABA881
(171,168,129)
#9A9875
(154,152,117)
#898869
(137,136,105)
#78785D
(120,120,93)
#676851
(103,104,81)
#565845
(86,88,69)
#454839
(69,72,57)
#34382D
(52,56,45)
#232821
(35,40,33)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCB88D

#BCB88D
(188,184,141)
#C2BE97
(194,190,151)
#C8C4A1
(200,196,161)
#CECAAB
(206,202,171)
#D4D0B5
(212,208,181)
#DAD6BF
(218,214,191)
#E0DCC9
(224,220,201)
#E6E2D3
(230,226,211)
#ECE8DD
(236,232,221)
#F2EEE7
(242,238,231)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB88D color. Also use rgb(188,184,141) instead hex code.

Text Font Color

.myTextColor { color: #BCB88D; }

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

This text font color is #BCB88D.

Background Color

.myBgColor { background-color: #BCB88D; }

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

This div background color is #BCB88D.

Border color

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

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

This div border color is #BCB88D.

Opacity

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

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

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

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

This text has shadow with #BCB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB88D.

Preview

Color preview on black background

This text has color #BCB88D on black background.


Color preview on white background

This text has color #BCB88D on white background.


Black color preview on #BCB88D background

This text has black color on #BCB88D background.


White color preview on #BCB88D background

This text has white color on #BCB88D background.


Related colors

Complementary color

Complementary color for #hex is #434772.


I love getcolorcode.com

Triadic colors

1 #8DBCB8 and #B88DBC with #BCB88D are triadic colors.

2 #8DB8BC and #B8BC8D with #BCB88D are triadic colors.