COLOR #B08049

HEX: #B08049 RGB: (176,128,73)

Color info

#B08049 contains mainly red and green colors. Web safe color of #B08049 is #996633 (or #963).

RGB color model

#B08049 color RGB value is (176,128,73).

RGB: (176,128,73) (69%, 50%, 29%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 73 of 255 = 29%

176
128
73

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

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 73 = 377 (100%)
R 176 of 377 ~ 46.68%
G 128 of 377 ~ 33.95%
B 73 of 377 ~ 19.36'%

%46.68
%33.95
%19.36

CMYK color model

#B08049 color CMYK value is (0,27,59,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 58.52%
  • key color value is 30.98%

CMYK: (0,27,59,31)
C0M27Y59K31 (0%, 27%, 59%, 31%)
(0.00 / 0.27 / 0.59 / 0.31)

CMYK percentages

%0
%27.27
%58.52
%30.98

Codes

Color #B08049 in popluar color models

B0 80 49
RGB 176 128 73
HSL 32° 41.37% 48.82%
HSB/HSV 32° 58.52% 69.02%
CMYK 0.00% 27.27% 58.52%
30.98%

Color #B08049 in popluar number systems.

HEX B0 80 49
Decimal 176 128 73
Binary 10110000 10000000 1001001
Octal 260 200 111

Shades and tints

Shades of #B08049

#B08049
(176,128,73)
#A07543
(160,117,67)
#906A3D
(144,106,61)
#805F37
(128,95,55)
#705431
(112,84,49)
#60492B
(96,73,43)
#503E25
(80,62,37)
#40331F
(64,51,31)
#302819
(48,40,25)
#201D13
(32,29,19)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #B08049

#B08049
(176,128,73)
#B78B59
(183,139,89)
#BE9669
(190,150,105)
#C5A179
(197,161,121)
#CCAC89
(204,172,137)
#D3B799
(211,183,153)
#DAC2A9
(218,194,169)
#E1CDB9
(225,205,185)
#E8D8C9
(232,216,201)
#EFE3D9
(239,227,217)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08049 color. Also use rgb(176,128,73) instead hex code.

Text Font Color

.myTextColor { color: #B08049; }

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

This text font color is #B08049.

Background Color

.myBgColor { background-color: #B08049; }

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

This div background color is #B08049.

Border color

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

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

This div border color is #B08049.

Opacity

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

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

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

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

This text has shadow with #B08049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08049.

Preview

Color preview on black background

This text has color #B08049 on black background.


Color preview on white background

This text has color #B08049 on white background.


Black color preview on #B08049 background

This text has black color on #B08049 background.


White color preview on #B08049 background

This text has white color on #B08049 background.


Related colors

Complementary color

Complementary color for #hex is #4F7FB6.


I love getcolorcode.com

Triadic colors

1 #49B080 and #8049B0 with #B08049 are triadic colors.

2 #4980B0 and #80B049 with #B08049 are triadic colors.