COLOR #B08F5B

HEX: #B08F5B RGB: (176,143,91)

Color info

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

RGB color model

#B08F5B color RGB value is (176,143,91).

RGB: (176,143,91) (69%, 56%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 91 of 255 = 36%

176
143
91

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

Portions of RGB colors in percentages

R + G + B = 176 + 143 + 91 = 410 (100%)
R 176 of 410 ~ 42.93%
G 143 of 410 ~ 34.88%
B 91 of 410 ~ 22.2'%

%42.93
%34.88
%22.2

CMYK color model

#B08F5B color CMYK value is (0,19,48,31).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 48.30%
  • key color value is 30.98%
CMYK: (0,19,48,31) C0M19Y48K31 (0%,19%,48%,31%) (0.00/0.19/0.48/0.31) 

CMYK percentages

%0
%18.75
%48.3
%30.98

Codes

Color #B08F5B in popluar color models

B0 8F 5B
RGB 176 143 91
HSL 37° 34.98% 52.35%
HSB/HSV 37° 48.30% 69.02%
CMYK 0.00% 18.75% 48.30%
30.98%

Color #B08F5B in popluar number systems.

HEX B0 8F 5B
Decimal 176 143 91
Binary 10110000 10001111 1011011
Octal 260 217 133

Shades and tints

Shades of #B08F5B

#B08F5B
(176,143,91)
#A08253
(160,130,83)
#90754B
(144,117,75)
#806843
(128,104,67)
#705B3B
(112,91,59)
#604E33
(96,78,51)
#50412B
(80,65,43)
#403423
(64,52,35)
#30271B
(48,39,27)
#201A13
(32,26,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #B08F5B

#B08F5B
(176,143,91)
#B79969
(183,153,105)
#BEA377
(190,163,119)
#C5AD85
(197,173,133)
#CCB793
(204,183,147)
#D3C1A1
(211,193,161)
#DACBAF
(218,203,175)
#E1D5BD
(225,213,189)
#E8DFCB
(232,223,203)
#EFE9D9
(239,233,217)
#F6F3E7
(246,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08F5B color. Also use rgb(176,143,91) instead hex code.

Text Font Color

.myTextColor { color: #B08F5B; }

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

This text font color is #B08F5B.

Background Color

.myBgColor { background-color: #B08F5B; }

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

This div background color is #B08F5B.

Border color

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

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

This div border color is #B08F5B.

Opacity

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

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

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

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

This text has shadow with #B08F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08F5B.

Preview

Color preview on black background

This text has color #B08F5B on black background.


Color preview on white background

This text has color #B08F5B on white background.


Black color preview on #B08F5B background

This text has black color on #B08F5B background.


White color preview on #B08F5B background

This text has white color on #B08F5B background.


Related colors

Complementary color

Complementary color for #hex is #4F70A4.


I love getcolorcode.com

Triadic colors

1 #5BB08F and #8F5BB0 with #B08F5B are triadic colors.

2 #5B8FB0 and #8FB05B with #B08F5B are triadic colors.