COLOR #B09787

HEX: #B09787 RGB: (176,151,135)

Color info

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

RGB color model

#B09787 color RGB value is (176,151,135).

RGB: (176,151,135) (69%, 59%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 151 of 255 = 59%
B 135 of 255 = 53%

176
151
135

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

Portions of RGB colors in percentages

R + G + B = 176 + 151 + 135 = 462 (100%)
R 176 of 462 ~ 38.1%
G 151 of 462 ~ 32.68%
B 135 of 462 ~ 29.22'%

%38.1
%32.68
%29.22

CMYK color model

#B09787 color CMYK value is (0,14,23,31).

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

CMYK: (0,14,23,31)
C0M14Y23K31 (0%, 14%, 23%, 31%)
(0.00 / 0.14 / 0.23 / 0.31)

CMYK percentages

%0
%14.2
%23.3
%30.98

Codes

Color #B09787 in popluar color models

B0 97 87
RGB 176 151 135
HSL 23° 20.60% 60.98%
HSB/HSV 23° 23.30% 69.02%
CMYK 0.00% 14.20% 23.30%
30.98%

Color #B09787 in popluar number systems.

HEX B0 97 87
Decimal 176 151 135
Binary 10110000 10010111 10000111
Octal 260 227 207

Shades and tints

Shades of #B09787

#B09787
(176,151,135)
#A08A7B
(160,138,123)
#907D6F
(144,125,111)
#807063
(128,112,99)
#706357
(112,99,87)
#60564B
(96,86,75)
#50493F
(80,73,63)
#403C33
(64,60,51)
#302F27
(48,47,39)
#20221B
(32,34,27)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B09787

#B09787
(176,151,135)
#B7A091
(183,160,145)
#BEA99B
(190,169,155)
#C5B2A5
(197,178,165)
#CCBBAF
(204,187,175)
#D3C4B9
(211,196,185)
#DACDC3
(218,205,195)
#E1D6CD
(225,214,205)
#E8DFD7
(232,223,215)
#EFE8E1
(239,232,225)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09787; }

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

This text font color is #B09787.

Background Color

.myBgColor { background-color: #B09787; }

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

This div background color is #B09787.

Border color

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

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

This div border color is #B09787.

Opacity

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

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

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

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

This text has shadow with #B09787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09787.

Preview

Color preview on black background

This text has color #B09787 on black background.


Color preview on white background

This text has color #B09787 on white background.


Black color preview on #B09787 background

This text has black color on #B09787 background.


White color preview on #B09787 background

This text has white color on #B09787 background.


Related colors

Complementary color

Complementary color for #hex is #4F6878.


I love getcolorcode.com

Triadic colors

1 #87B097 and #9787B0 with #B09787 are triadic colors.

2 #8797B0 and #97B087 with #B09787 are triadic colors.