COLOR #B09E7B

HEX: #B09E7B RGB: (176,158,123)

Color info

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

RGB color model

#B09E7B color RGB value is (176,158,123).

RGB: (176,158,123) (69%, 62%, 48%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 123 of 255 = 48%

176
158
123

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

Portions of RGB colors in percentages

R + G + B = 176 + 158 + 123 = 457 (100%)
R 176 of 457 ~ 38.51%
G 158 of 457 ~ 34.57%
B 123 of 457 ~ 26.91'%

%38.51
%34.57
%26.91

CMYK color model

#B09E7B color CMYK value is (0,10,30,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 30.11%
  • key color value is 30.98%
CMYK: (0,10,30,31) C0M10Y30K31 (0%,10%,30%,31%) (0.00/0.10/0.30/0.31) 

CMYK percentages

%0
%10.23
%30.11
%30.98

Codes

Color #B09E7B in popluar color models

B0 9E 7B
RGB 176 158 123
HSL 40° 25.12% 58.63%
HSB/HSV 40° 30.11% 69.02%
CMYK 0.00% 10.23% 30.11%
30.98%

Color #B09E7B in popluar number systems.

HEX B0 9E 7B
Decimal 176 158 123
Binary 10110000 10011110 1111011
Octal 260 236 173

Shades and tints

Shades of #B09E7B

#B09E7B
(176,158,123)
#A09070
(160,144,112)
#908265
(144,130,101)
#80745A
(128,116,90)
#70664F
(112,102,79)
#605844
(96,88,68)
#504A39
(80,74,57)
#403C2E
(64,60,46)
#302E23
(48,46,35)
#202018
(32,32,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #B09E7B

#B09E7B
(176,158,123)
#B7A687
(183,166,135)
#BEAE93
(190,174,147)
#C5B69F
(197,182,159)
#CCBEAB
(204,190,171)
#D3C6B7
(211,198,183)
#DACEC3
(218,206,195)
#E1D6CF
(225,214,207)
#E8DEDB
(232,222,219)
#EFE6E7
(239,230,231)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09E7B; }

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

This text font color is #B09E7B.

Background Color

.myBgColor { background-color: #B09E7B; }

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

This div background color is #B09E7B.

Border color

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

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

This div border color is #B09E7B.

Opacity

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

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

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

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

This text has shadow with #B09E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09E7B.

Preview

Color preview on black background

This text has color #B09E7B on black background.


Color preview on white background

This text has color #B09E7B on white background.


Black color preview on #B09E7B background

This text has black color on #B09E7B background.


White color preview on #B09E7B background

This text has white color on #B09E7B background.


Related colors

Complementary color

Complementary color for #hex is #4F6184.


I love getcolorcode.com

Triadic colors

1 #7BB09E and #9E7BB0 with #B09E7B are triadic colors.

2 #7B9EB0 and #9EB07B with #B09E7B are triadic colors.