COLOR #BCB58E

HEX: #BCB58E RGB: (188,181,142)

Color info

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

RGB color model

#BCB58E color RGB value is (188,181,142).

RGB: (188,181,142) (74%, 71%, 56%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 142 of 255 = 56%

188
181
142

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 142 = 511 (100%)
R 188 of 511 ~ 36.79%
G 181 of 511 ~ 35.42%
B 142 of 511 ~ 27.79'%

%36.79
%35.42
%27.79

CMYK color model

#BCB58E color CMYK value is (0,4,24,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 24.47%
  • key color value is 26.27%

CMYK: (0,4,24,26)
C0M4Y24K26 (0%, 4%, 24%, 26%)
(0.00 / 0.04 / 0.24 / 0.26)

CMYK percentages

%0
%3.72
%24.47
%26.27

Codes

Color #BCB58E in popluar color models

BC B5 8E
RGB 188 181 142
HSL 51° 25.56% 64.71%
HSB/HSV 51° 24.47% 73.73%
CMYK 0.00% 3.72% 24.47%
26.27%

Color #BCB58E in popluar number systems.

HEX BC B5 8E
Decimal 188 181 142
Binary 10111100 10110101 10001110
Octal 274 265 216

Shades and tints

Shades of #BCB58E

#BCB58E
(188,181,142)
#ABA582
(171,165,130)
#9A9576
(154,149,118)
#89856A
(137,133,106)
#78755E
(120,117,94)
#676552
(103,101,82)
#565546
(86,85,70)
#45453A
(69,69,58)
#34352E
(52,53,46)
#232522
(35,37,34)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCB58E

#BCB58E
(188,181,142)
#C2BB98
(194,187,152)
#C8C1A2
(200,193,162)
#CEC7AC
(206,199,172)
#D4CDB6
(212,205,182)
#DAD3C0
(218,211,192)
#E0D9CA
(224,217,202)
#E6DFD4
(230,223,212)
#ECE5DE
(236,229,222)
#F2EBE8
(242,235,232)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB58E; }

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

This text font color is #BCB58E.

Background Color

.myBgColor { background-color: #BCB58E; }

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

This div background color is #BCB58E.

Border color

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

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

This div border color is #BCB58E.

Opacity

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

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

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

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

This text has shadow with #BCB58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB58E.

Preview

Color preview on black background

This text has color #BCB58E on black background.


Color preview on white background

This text has color #BCB58E on white background.


Black color preview on #BCB58E background

This text has black color on #BCB58E background.


White color preview on #BCB58E background

This text has white color on #BCB58E background.


Related colors

Complementary color

Complementary color for #hex is #434A71.


I love getcolorcode.com

Triadic colors

1 #8EBCB5 and #B58EBC with #BCB58E are triadic colors.

2 #8EB5BC and #B5BC8E with #BCB58E are triadic colors.