COLOR #B5BC99

HEX: #B5BC99 RGB: (181,188,153)

Color info

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

RGB color model

#B5BC99 color RGB value is (181,188,153).

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

RGB channels and saturation

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

181
188
153

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

Portions of RGB colors in percentages

R + G + B = 181 + 188 + 153 = 522 (100%)
R 181 of 522 ~ 34.67%
G 188 of 522 ~ 36.02%
B 153 of 522 ~ 29.31'%

%34.67
%36.02
%29.31

CMYK color model

#B5BC99 color CMYK value is (4,0,19,26).

  • cyan value is 3.72%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK: (4,0,19,26) C4M0Y19K26 (4%,0%,19%,26%) (0.04/0.00/0.19/0.26) 

CMYK percentages

%3.72
%0
%18.62
%26.27

Codes

Color #B5BC99 in popluar color models

B5 BC 99
RGB 181 188 153
HSL 72° 20.71% 66.86%
HSB/HSV 72° 18.62% 73.73%
CMYK 3.72% 0.00% 18.62%
26.27%

Color #B5BC99 in popluar number systems.

HEX B5 BC 99
Decimal 181 188 153
Binary 10110101 10111100 10011001
Octal 265 274 231

Shades and tints

Shades of #B5BC99

#B5BC99
(181,188,153)
#A5AB8C
(165,171,140)
#959A7F
(149,154,127)
#858972
(133,137,114)
#757865
(117,120,101)
#656758
(101,103,88)
#55564B
(85,86,75)
#45453E
(69,69,62)
#353431
(53,52,49)
#252324
(37,35,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B5BC99

#B5BC99
(181,188,153)
#BBC2A2
(187,194,162)
#C1C8AB
(193,200,171)
#C7CEB4
(199,206,180)
#CDD4BD
(205,212,189)
#D3DAC6
(211,218,198)
#D9E0CF
(217,224,207)
#DFE6D8
(223,230,216)
#E5ECE1
(229,236,225)
#EBF2EA
(235,242,234)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BC99; }

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

This text font color is #B5BC99.

Background Color

.myBgColor { background-color: #B5BC99; }

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

This div background color is #B5BC99.

Border color

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

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

This div border color is #B5BC99.

Opacity

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

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

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

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

This text has shadow with #B5BC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BC99.

Preview

Color preview on black background

This text has color #B5BC99 on black background.


Color preview on white background

This text has color #B5BC99 on white background.


Black color preview on #B5BC99 background

This text has black color on #B5BC99 background.


White color preview on #B5BC99 background

This text has white color on #B5BC99 background.


Related colors

Complementary color

Complementary color for #hex is #4A4366.


I love getcolorcode.com

Triadic colors

1 #99B5BC and #BC99B5 with #B5BC99 are triadic colors.

2 #99BCB5 and #BCB599 with #B5BC99 are triadic colors.