COLOR #B08739

HEX: #B08739 RGB: (176,135,57)

Color info

#B08739 contains mainly red and green colors. Web safe color of #B08739 is #999933 (or #993).

RGB color model

#B08739 color RGB value is (176,135,57).

RGB: (176,135,57) (69%, 53%, 22%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 57 of 255 = 22%

176
135
57

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

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 57 = 368 (100%)
R 176 of 368 ~ 47.83%
G 135 of 368 ~ 36.68%
B 57 of 368 ~ 15.49'%

%47.83
%36.68
%15.49

CMYK color model

#B08739 color CMYK value is (0,23,68,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 67.61%
  • key color value is 30.98%

CMYK: (0,23,68,31)
C0M23Y68K31 (0%, 23%, 68%, 31%)
(0.00 / 0.23 / 0.68 / 0.31)

CMYK percentages

%0
%23.3
%67.61
%30.98

Codes

Color #B08739 in popluar color models

B0 87 39
RGB 176 135 57
HSL 39° 51.07% 45.69%
HSB/HSV 39° 67.61% 69.02%
CMYK 0.00% 23.30% 67.61%
30.98%

Color #B08739 in popluar number systems.

HEX B0 87 39
Decimal 176 135 57
Binary 10110000 10000111 111001
Octal 260 207 71

Shades and tints

Shades of #B08739

#B08739
(176,135,57)
#A07B34
(160,123,52)
#906F2F
(144,111,47)
#80632A
(128,99,42)
#705725
(112,87,37)
#604B20
(96,75,32)
#503F1B
(80,63,27)
#403316
(64,51,22)
#302711
(48,39,17)
#201B0C
(32,27,12)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #B08739

#B08739
(176,135,57)
#B7914B
(183,145,75)
#BE9B5D
(190,155,93)
#C5A56F
(197,165,111)
#CCAF81
(204,175,129)
#D3B993
(211,185,147)
#DAC3A5
(218,195,165)
#E1CDB7
(225,205,183)
#E8D7C9
(232,215,201)
#EFE1DB
(239,225,219)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08739 color. Also use rgb(176,135,57) instead hex code.

Text Font Color

.myTextColor { color: #B08739; }

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

This text font color is #B08739.

Background Color

.myBgColor { background-color: #B08739; }

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

This div background color is #B08739.

Border color

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

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

This div border color is #B08739.

Opacity

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

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

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

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

This text has shadow with #B08739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08739.

Preview

Color preview on black background

This text has color #B08739 on black background.


Color preview on white background

This text has color #B08739 on white background.


Black color preview on #B08739 background

This text has black color on #B08739 background.


White color preview on #B08739 background

This text has white color on #B08739 background.


Related colors

Complementary color

Complementary color for #hex is #4F78C6.


I love getcolorcode.com

Triadic colors

1 #39B087 and #8739B0 with #B08739 are triadic colors.

2 #3987B0 and #87B039 with #B08739 are triadic colors.