COLOR #B09082

HEX: #B09082
RGB: (176,144,130)

Color info

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

RGB color model

#B09082 color RGB value is (176,144,130).

  • red value is 176;
  • green value is 144;
  • blue value is 130.
RGB:
(176,144,130)
(69%,56%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 130 of 255 = 51%

176
144
130

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

Portions of RGB colors in percentages

R + G + B =
176 + 144 + 130 = 450 (100%)
R 176 of 450 ~ 39.11%
G 144 of 450 ~ 32%
B 130 of 450 ~ 28.89%

%39.11
%32
%28.89

CMYK color model

#B09082 color CMYK value is (0,18,26,31).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(0,18,26,31)
C0M18Y26K31 
(0%,18%,26%,31%)
(0.00/0.18/0.26/0.31)	

CMYK percentages

%0
%18.18
%26.14
%30.98

Codes

Color #B09082 in popluar color models

B09082
RGB176144130
HSL18°22.55%60.00%
HSB/HSV18°26.14%69.02%
CMYK0.00%18.18%26.14%
30.98%

Color #B09082 in popluar number systems.

HEXB09082
Decimal176144130
Binary101100001001000010000010
Octal260220202

Shades and tints

Shades of #B09082

#B09082
(176,144,130)
#A08377
(160,131,119)
#90766C
(144,118,108)
#806961
(128,105,97)
#705C56
(112,92,86)
#604F4B
(96,79,75)
#504240
(80,66,64)
#403535
(64,53,53)
#30282A
(48,40,42)
#201B1F
(32,27,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #B09082

#B09082
(176,144,130)
#B79A8D
(183,154,141)
#BEA498
(190,164,152)
#C5AEA3
(197,174,163)
#CCB8AE
(204,184,174)
#D3C2B9
(211,194,185)
#DACCC4
(218,204,196)
#E1D6CF
(225,214,207)
#E8E0DA
(232,224,218)
#EFEAE5
(239,234,229)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09082 color. Also use rgb(176,144,130) instead hex code.

Text Font Color

.myTextColor { color: #B09082; }

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

This text font color is #B09082.


Background Color

.myBgColor { background-color: #B09082; }

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

This div background color is #B09082.


Border color

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

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

This div border color is #B09082.


Opacity

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

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

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

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

This text has shadow with #B09082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09082 on black background.


Color preview on white background

This text has color #B09082 on white background.



Black color preview on #B09082 background

This text has black color on #B09082 background.


White color preview on #B09082 background

This text has white color on #B09082 background.