COLOR #B5C089

HEX: #B5C089
RGB: (181,192,137)

Color info

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

RGB color model

#B5C089 color RGB value is (181,192,137).

  • red value is 181;
  • green value is 192;
  • blue value is 137.
RGB:
(181,192,137)
(71%,75%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 192 of 255 = 75%
B 137 of 255 = 54%

181
192
137

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

Portions of RGB colors in percentages

R + G + B =
181 + 192 + 137 = 510 (100%)
R 181 of 510 ~ 35.49%
G 192 of 510 ~ 37.65%
B 137 of 510 ~ 26.86%

%35.49
%37.65
%26.86

CMYK color model

#B5C089 color CMYK value is (6,0,29,25).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(6,0,29,25)
C6M0Y29K25 
(6%,0%,29%,25%)
(0.06/0.00/0.29/0.25)	

CMYK percentages

%5.73
%0
%28.65
%24.71

Codes

Color #B5C089 in popluar color models

B5C089
RGB181192137
HSL72°30.39%64.51%
HSB/HSV72°28.65%75.29%
CMYK5.73%0.00%28.65%
24.71%

Color #B5C089 in popluar number systems.

HEXB5C089
Decimal181192137
Binary101101011100000010001001
Octal265300211

Shades and tints

Shades of #B5C089

#B5C089
(181,192,137)
#A5AF7D
(165,175,125)
#959E71
(149,158,113)
#858D65
(133,141,101)
#757C59
(117,124,89)
#656B4D
(101,107,77)
#555A41
(85,90,65)
#454935
(69,73,53)
#353829
(53,56,41)
#25271D
(37,39,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #B5C089

#B5C089
(181,192,137)
#BBC593
(187,197,147)
#C1CA9D
(193,202,157)
#C7CFA7
(199,207,167)
#CDD4B1
(205,212,177)
#D3D9BB
(211,217,187)
#D9DEC5
(217,222,197)
#DFE3CF
(223,227,207)
#E5E8D9
(229,232,217)
#EBEDE3
(235,237,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C089 color. Also use rgb(181,192,137) instead hex code.

Text Font Color

.myTextColor { color: #B5C089; }

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

This text font color is #B5C089.


Background Color

.myBgColor { background-color: #B5C089; }

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

This div background color is #B5C089.


Border color

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

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

This div border color is #B5C089.


Opacity

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

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

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

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

This text has shadow with #B5C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C089 on black background.


Color preview on white background

This text has color #B5C089 on white background.



Black color preview on #B5C089 background

This text has black color on #B5C089 background.


White color preview on #B5C089 background

This text has white color on #B5C089 background.