COLOR #B09487

HEX: #B09487 RGB: (176,148,135)

Color info

#B09487 contains red, green and blue colors in about the same proportion. Web safe color of #B09487 is #999999 (or #999).

RGB color model

#B09487 color RGB value is (176,148,135).

RGB: (176,148,135) (69%, 58%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 135 of 255 = 53%

176
148
135

R + G + B ~ 60%. #B09487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 148 + 135 = 459 (100%)
R 176 of 459 ~ 38.34%
G 148 of 459 ~ 32.24%
B 135 of 459 ~ 29.41'%

%38.34
%32.24
%29.41

CMYK color model

#B09487 color CMYK value is (0,16,23,31).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 23.30%
  • key color value is 30.98%

CMYK: (0,16,23,31)
C0M16Y23K31 (0%, 16%, 23%, 31%)
(0.00 / 0.16 / 0.23 / 0.31)

CMYK percentages

%0
%15.91
%23.3
%30.98

Codes

Color #B09487 in popluar color models

B0 94 87
RGB 176 148 135
HSL 19° 20.60% 60.98%
HSB/HSV 19° 23.30% 69.02%
CMYK 0.00% 15.91% 23.30%
30.98%

Color #B09487 in popluar number systems.

HEX B0 94 87
Decimal 176 148 135
Binary 10110000 10010100 10000111
Octal 260 224 207

Shades and tints

Shades of #B09487

#B09487
(176,148,135)
#A0877B
(160,135,123)
#907A6F
(144,122,111)
#806D63
(128,109,99)
#706057
(112,96,87)
#60534B
(96,83,75)
#50463F
(80,70,63)
#403933
(64,57,51)
#302C27
(48,44,39)
#201F1B
(32,31,27)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #B09487

#B09487
(176,148,135)
#B79D91
(183,157,145)
#BEA69B
(190,166,155)
#C5AFA5
(197,175,165)
#CCB8AF
(204,184,175)
#D3C1B9
(211,193,185)
#DACAC3
(218,202,195)
#E1D3CD
(225,211,205)
#E8DCD7
(232,220,215)
#EFE5E1
(239,229,225)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09487 color. Also use rgb(176,148,135) instead hex code.

Text Font Color

.myTextColor { color: #B09487; }

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

This text font color is #B09487.

Background Color

.myBgColor { background-color: #B09487; }

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

This div background color is #B09487.

Border color

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

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

This div border color is #B09487.

Opacity

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

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

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

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

This text has shadow with #B09487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09487.

Preview

Color preview on black background

This text has color #B09487 on black background.


Color preview on white background

This text has color #B09487 on white background.


Black color preview on #B09487 background

This text has black color on #B09487 background.


White color preview on #B09487 background

This text has white color on #B09487 background.


Related colors

Complementary color

Complementary color for #hex is #4F6B78.


I love getcolorcode.com

Triadic colors

1 #87B094 and #9487B0 with #B09487 are triadic colors.

2 #8794B0 and #94B087 with #B09487 are triadic colors.