COLOR #B09189

HEX: #B09189
RGB: (176,145,137)

Color info

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

RGB color model

#B09189 color RGB value is (176,145,137).

  • red value is 176;
  • green value is 145;
  • blue value is 137.
RGB:
(176,145,137)
(69%,57%,54%)

RGB channels and saturation

R 176 of 255 = 69%
G 145 of 255 = 57%
B 137 of 255 = 54%

176
145
137

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

Portions of RGB colors in percentages

R + G + B =
176 + 145 + 137 = 458 (100%)
R 176 of 458 ~ 38.43%
G 145 of 458 ~ 31.66%
B 137 of 458 ~ 29.91%

%38.43
%31.66
%29.91

CMYK color model

#B09189 color CMYK value is (0,18,22,31).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(0,18,22,31)
C0M18Y22K31 
(0%,18%,22%,31%)
(0.00/0.18/0.22/0.31)	

CMYK percentages

%0
%17.61
%22.16
%30.98

Codes

Color #B09189 in popluar color models

B09189
RGB176145137
HSL12°19.80%61.37%
HSB/HSV12°22.16%69.02%
CMYK0.00%17.61%22.16%
30.98%

Color #B09189 in popluar number systems.

HEXB09189
Decimal176145137
Binary101100001001000110001001
Octal260221211

Shades and tints

Shades of #B09189

#B09189
(176,145,137)
#A0847D
(160,132,125)
#907771
(144,119,113)
#806A65
(128,106,101)
#705D59
(112,93,89)
#60504D
(96,80,77)
#504341
(80,67,65)
#403635
(64,54,53)
#302929
(48,41,41)
#201C1D
(32,28,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #B09189

#B09189
(176,145,137)
#B79B93
(183,155,147)
#BEA59D
(190,165,157)
#C5AFA7
(197,175,167)
#CCB9B1
(204,185,177)
#D3C3BB
(211,195,187)
#DACDC5
(218,205,197)
#E1D7CF
(225,215,207)
#E8E1D9
(232,225,217)
#EFEBE3
(239,235,227)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09189 color. Also use rgb(176,145,137) instead hex code.

Text Font Color

.myTextColor { color: #B09189; }

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

This text font color is #B09189.


Background Color

.myBgColor { background-color: #B09189; }

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

This div background color is #B09189.


Border color

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

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

This div border color is #B09189.


Opacity

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

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

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

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

This text has shadow with #B09189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09189 on black background.


Color preview on white background

This text has color #B09189 on white background.



Black color preview on #B09189 background

This text has black color on #B09189 background.


White color preview on #B09189 background

This text has white color on #B09189 background.