COLOR #B08B74

HEX: #B08B74 RGB: (176,139,116)

Color info

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

RGB color model

#B08B74 color RGB value is (176,139,116).

RGB: (176,139,116) (69%, 55%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 116 of 255 = 45%

176
139
116

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

Portions of RGB colors in percentages

R + G + B = 176 + 139 + 116 = 431 (100%)
R 176 of 431 ~ 40.84%
G 139 of 431 ~ 32.25%
B 116 of 431 ~ 26.91'%

%40.84
%32.25
%26.91

CMYK color model

#B08B74 color CMYK value is (0,21,34,31).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 34.09%
  • key color value is 30.98%

CMYK: (0,21,34,31)
C0M21Y34K31 (0%, 21%, 34%, 31%)
(0.00 / 0.21 / 0.34 / 0.31)

CMYK percentages

%0
%21.02
%34.09
%30.98

Codes

Color #B08B74 in popluar color models

B0 8B 74
RGB 176 139 116
HSL 23° 27.52% 57.25%
HSB/HSV 23° 34.09% 69.02%
CMYK 0.00% 21.02% 34.09%
30.98%

Color #B08B74 in popluar number systems.

HEX B0 8B 74
Decimal 176 139 116
Binary 10110000 10001011 1110100
Octal 260 213 164

Shades and tints

Shades of #B08B74

#B08B74
(176,139,116)
#A07F6A
(160,127,106)
#907360
(144,115,96)
#806756
(128,103,86)
#705B4C
(112,91,76)
#604F42
(96,79,66)
#504338
(80,67,56)
#40372E
(64,55,46)
#302B24
(48,43,36)
#201F1A
(32,31,26)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B08B74

#B08B74
(176,139,116)
#B79580
(183,149,128)
#BE9F8C
(190,159,140)
#C5A998
(197,169,152)
#CCB3A4
(204,179,164)
#D3BDB0
(211,189,176)
#DAC7BC
(218,199,188)
#E1D1C8
(225,209,200)
#E8DBD4
(232,219,212)
#EFE5E0
(239,229,224)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08B74 color. Also use rgb(176,139,116) instead hex code.

Text Font Color

.myTextColor { color: #B08B74; }

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

This text font color is #B08B74.

Background Color

.myBgColor { background-color: #B08B74; }

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

This div background color is #B08B74.

Border color

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

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

This div border color is #B08B74.

Opacity

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

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

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

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

This text has shadow with #B08B74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08B74.

Preview

Color preview on black background

This text has color #B08B74 on black background.


Color preview on white background

This text has color #B08B74 on white background.


Black color preview on #B08B74 background

This text has black color on #B08B74 background.


White color preview on #B08B74 background

This text has white color on #B08B74 background.


Related colors

Complementary color

Complementary color for #hex is #4F748B.


I love getcolorcode.com

Triadic colors

1 #74B08B and #8B74B0 with #B08B74 are triadic colors.

2 #748BB0 and #8BB074 with #B08B74 are triadic colors.