COLOR #B5B09E

HEX: #B5B09E RGB: (181,176,158)

Color info

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

RGB color model

#B5B09E color RGB value is (181,176,158).

RGB: (181,176,158) (71%, 69%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 158 of 255 = 62%

181
176
158

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

Portions of RGB colors in percentages

R + G + B = 181 + 176 + 158 = 515 (100%)
R 181 of 515 ~ 35.15%
G 176 of 515 ~ 34.17%
B 158 of 515 ~ 30.68'%

%35.15
%34.17
%30.68

CMYK color model

#B5B09E color CMYK value is (0,3,13,29).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 12.71%
  • key color value is 29.02%

CMYK: (0,3,13,29)
C0M3Y13K29 (0%, 3%, 13%, 29%)
(0.00 / 0.03 / 0.13 / 0.29)

CMYK percentages

%0
%2.76
%12.71
%29.02

Codes

Color #B5B09E in popluar color models

B5 B0 9E
RGB 181 176 158
HSL 47° 13.45% 66.47%
HSB/HSV 47° 12.71% 70.98%
CMYK 0.00% 2.76% 12.71%
29.02%

Color #B5B09E in popluar number systems.

HEX B5 B0 9E
Decimal 181 176 158
Binary 10110101 10110000 10011110
Octal 265 260 236

Shades and tints

Shades of #B5B09E

#B5B09E
(181,176,158)
#A5A090
(165,160,144)
#959082
(149,144,130)
#858074
(133,128,116)
#757066
(117,112,102)
#656058
(101,96,88)
#55504A
(85,80,74)
#45403C
(69,64,60)
#35302E
(53,48,46)
#252020
(37,32,32)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #B5B09E

#B5B09E
(181,176,158)
#BBB7A6
(187,183,166)
#C1BEAE
(193,190,174)
#C7C5B6
(199,197,182)
#CDCCBE
(205,204,190)
#D3D3C6
(211,211,198)
#D9DACE
(217,218,206)
#DFE1D6
(223,225,214)
#E5E8DE
(229,232,222)
#EBEFE6
(235,239,230)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B09E color. Also use rgb(181,176,158) instead hex code.

Text Font Color

.myTextColor { color: #B5B09E; }

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

This text font color is #B5B09E.

Background Color

.myBgColor { background-color: #B5B09E; }

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

This div background color is #B5B09E.

Border color

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

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

This div border color is #B5B09E.

Opacity

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

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

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

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

This text has shadow with #B5B09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B09E.

Preview

Color preview on black background

This text has color #B5B09E on black background.


Color preview on white background

This text has color #B5B09E on white background.


Black color preview on #B5B09E background

This text has black color on #B5B09E background.


White color preview on #B5B09E background

This text has white color on #B5B09E background.


Related colors

Complementary color

Complementary color for #hex is #4A4F61.


I love getcolorcode.com

Triadic colors

1 #9EB5B0 and #B09EB5 with #B5B09E are triadic colors.

2 #9EB0B5 and #B0B59E with #B5B09E are triadic colors.