COLOR #B09A7B

HEX: #B09A7B
RGB: (176,154,123)

Color info

#B09A7B contains red, green and blue colors in about the same proportion. Web safe color of #B09A7B is #999966 (or #996).

RGB color model

#B09A7B color RGB value is (176,154,123).

  • red value is 176;
  • green value is 154;
  • blue value is 123.
RGB:
(176,154,123)
(69%,60%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 123 of 255 = 48%

176
154
123

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

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 123 = 453 (100%)
R 176 of 453 ~ 38.85%
G 154 of 453 ~ 34%
B 123 of 453 ~ 27.15%

%38.85
%34
%27.15

CMYK color model

#B09A7B color CMYK value is (0,13,30,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 30.11%
  • key color value is 30.98%
CMYK:
(0,13,30,31)
C0M13Y30K31 
(0%,13%,30%,31%)
(0.00/0.13/0.30/0.31)	

CMYK percentages

%0
%12.5
%30.11
%30.98

Codes

Color #B09A7B in popluar color models

B09A7B
RGB176154123
HSL35°25.12%58.63%
HSB/HSV35°30.11%69.02%
CMYK0.00%12.50%30.11%
30.98%

Color #B09A7B in popluar number systems.

HEXB09A7B
Decimal176154123
Binary10110000100110101111011
Octal260232173

Shades and tints

Shades of #B09A7B

#B09A7B
(176,154,123)
#A08C70
(160,140,112)
#907E65
(144,126,101)
#80705A
(128,112,90)
#70624F
(112,98,79)
#605444
(96,84,68)
#504639
(80,70,57)
#40382E
(64,56,46)
#302A23
(48,42,35)
#201C18
(32,28,24)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #B09A7B

#B09A7B
(176,154,123)
#B7A387
(183,163,135)
#BEAC93
(190,172,147)
#C5B59F
(197,181,159)
#CCBEAB
(204,190,171)
#D3C7B7
(211,199,183)
#DAD0C3
(218,208,195)
#E1D9CF
(225,217,207)
#E8E2DB
(232,226,219)
#EFEBE7
(239,235,231)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09A7B color. Also use rgb(176,154,123) instead hex code.

Text Font Color

.myTextColor { color: #B09A7B; }

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

This text font color is #B09A7B.


Background Color

.myBgColor { background-color: #B09A7B; }

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

This div background color is #B09A7B.


Border color

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

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

This div border color is #B09A7B.


Opacity

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

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

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

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

This text has shadow with #B09A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09A7B on black background.


Color preview on white background

This text has color #B09A7B on white background.



Black color preview on #B09A7B background

This text has black color on #B09A7B background.


White color preview on #B09A7B background

This text has white color on #B09A7B background.