COLOR #BCB08D

HEX: #BCB08D RGB: (188,176,141)

Color info

#BCB08D contains red, green and blue colors in about the same proportion. Web safe color of #BCB08D is #CC9999 (or #C99).

RGB color model

#BCB08D color RGB value is (188,176,141).

RGB: (188,176,141) (74%, 69%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 141 of 255 = 55%

188
176
141

R + G + B ~ 66%. #BCB08D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 141 = 505 (100%)
R 188 of 505 ~ 37.23%
G 176 of 505 ~ 34.85%
B 141 of 505 ~ 27.92'%

%37.23
%34.85
%27.92

CMYK color model

#BCB08D color CMYK value is (0,6,25,26).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK: (0,6,25,26) C0M6Y25K26 (0%,6%,25%,26%) (0.00/0.06/0.25/0.26) 

CMYK percentages

%0
%6.38
%25
%26.27

Codes

Color #BCB08D in popluar color models

BC B0 8D
RGB 188 176 141
HSL 45° 25.97% 64.51%
HSB/HSV 45° 25.00% 73.73%
CMYK 0.00% 6.38% 25.00%
26.27%

Color #BCB08D in popluar number systems.

HEX BC B0 8D
Decimal 188 176 141
Binary 10111100 10110000 10001101
Octal 274 260 215

Shades and tints

Shades of #BCB08D

#BCB08D
(188,176,141)
#ABA081
(171,160,129)
#9A9075
(154,144,117)
#898069
(137,128,105)
#78705D
(120,112,93)
#676051
(103,96,81)
#565045
(86,80,69)
#454039
(69,64,57)
#34302D
(52,48,45)
#232021
(35,32,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BCB08D

#BCB08D
(188,176,141)
#C2B797
(194,183,151)
#C8BEA1
(200,190,161)
#CEC5AB
(206,197,171)
#D4CCB5
(212,204,181)
#DAD3BF
(218,211,191)
#E0DAC9
(224,218,201)
#E6E1D3
(230,225,211)
#ECE8DD
(236,232,221)
#F2EFE7
(242,239,231)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB08D; }

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

This text font color is #BCB08D.

Background Color

.myBgColor { background-color: #BCB08D; }

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

This div background color is #BCB08D.

Border color

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

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

This div border color is #BCB08D.

Opacity

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

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

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

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

This text has shadow with #BCB08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB08D.

Preview

Color preview on black background

This text has color #BCB08D on black background.


Color preview on white background

This text has color #BCB08D on white background.


Black color preview on #BCB08D background

This text has black color on #BCB08D background.


White color preview on #BCB08D background

This text has white color on #BCB08D background.


Related colors

Complementary color

Complementary color for #hex is #434F72.


I love getcolorcode.com

Triadic colors

1 #8DBCB0 and #B08DBC with #BCB08D are triadic colors.

2 #8DB0BC and #B0BC8D with #BCB08D are triadic colors.