COLOR #B08962

HEX: #B08962 RGB: (176,137,98)

Color info

#B08962 contains mainly red and green colors. Web safe color of #B08962 is #999966 (or #996).

RGB color model

#B08962 color RGB value is (176,137,98).

RGB: (176,137,98) (69%, 54%, 38%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 98 of 255 = 38%

176
137
98

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

Portions of RGB colors in percentages

R + G + B = 176 + 137 + 98 = 411 (100%)
R 176 of 411 ~ 42.82%
G 137 of 411 ~ 33.33%
B 98 of 411 ~ 23.84'%

%42.82
%33.33
%23.84

CMYK color model

#B08962 color CMYK value is (0,22,44,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 44.32%
  • key color value is 30.98%

CMYK: (0,22,44,31)
C0M22Y44K31 (0%, 22%, 44%, 31%)
(0.00 / 0.22 / 0.44 / 0.31)

CMYK percentages

%0
%22.16
%44.32
%30.98

Codes

Color #B08962 in popluar color models

B0 89 62
RGB 176 137 98
HSL 30° 33.05% 53.73%
HSB/HSV 30° 44.32% 69.02%
CMYK 0.00% 22.16% 44.32%
30.98%

Color #B08962 in popluar number systems.

HEX B0 89 62
Decimal 176 137 98
Binary 10110000 10001001 1100010
Octal 260 211 142

Shades and tints

Shades of #B08962

#B08962
(176,137,98)
#A07D5A
(160,125,90)
#907152
(144,113,82)
#80654A
(128,101,74)
#705942
(112,89,66)
#604D3A
(96,77,58)
#504132
(80,65,50)
#40352A
(64,53,42)
#302922
(48,41,34)
#201D1A
(32,29,26)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B08962

#B08962
(176,137,98)
#B79370
(183,147,112)
#BE9D7E
(190,157,126)
#C5A78C
(197,167,140)
#CCB19A
(204,177,154)
#D3BBA8
(211,187,168)
#DAC5B6
(218,197,182)
#E1CFC4
(225,207,196)
#E8D9D2
(232,217,210)
#EFE3E0
(239,227,224)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08962; }

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

This text font color is #B08962.

Background Color

.myBgColor { background-color: #B08962; }

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

This div background color is #B08962.

Border color

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

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

This div border color is #B08962.

Opacity

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

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

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

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

This text has shadow with #B08962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08962.

Preview

Color preview on black background

This text has color #B08962 on black background.


Color preview on white background

This text has color #B08962 on white background.


Black color preview on #B08962 background

This text has black color on #B08962 background.


White color preview on #B08962 background

This text has white color on #B08962 background.


Related colors

Complementary color

Complementary color for #hex is #4F769D.


I love getcolorcode.com

Triadic colors

1 #62B089 and #8962B0 with #B08962 are triadic colors.

2 #6289B0 and #89B062 with #B08962 are triadic colors.