COLOR #B08F82

HEX: #B08F82 RGB: (176,143,130)

Color info

#B08F82 contains red, green and blue colors in about the same proportion. Web safe color of #B08F82 is #999999 (or #999).

RGB color model

#B08F82 color RGB value is (176,143,130).

RGB: (176,143,130) (69%, 56%, 51%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 130 of 255 = 51%

176
143
130

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

Portions of RGB colors in percentages

R + G + B = 176 + 143 + 130 = 449 (100%)
R 176 of 449 ~ 39.2%
G 143 of 449 ~ 31.85%
B 130 of 449 ~ 28.95'%

%39.2
%31.85
%28.95

CMYK color model

#B08F82 color CMYK value is (0,19,26,31).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK: (0,19,26,31) C0M19Y26K31 (0%,19%,26%,31%) (0.00/0.19/0.26/0.31) 

CMYK percentages

%0
%18.75
%26.14
%30.98

Codes

Color #B08F82 in popluar color models

B0 8F 82
RGB 176 143 130
HSL 17° 22.55% 60.00%
HSB/HSV 17° 26.14% 69.02%
CMYK 0.00% 18.75% 26.14%
30.98%

Color #B08F82 in popluar number systems.

HEX B0 8F 82
Decimal 176 143 130
Binary 10110000 10001111 10000010
Octal 260 217 202

Shades and tints

Shades of #B08F82

#B08F82
(176,143,130)
#A08277
(160,130,119)
#90756C
(144,117,108)
#806861
(128,104,97)
#705B56
(112,91,86)
#604E4B
(96,78,75)
#504140
(80,65,64)
#403435
(64,52,53)
#30272A
(48,39,42)
#201A1F
(32,26,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #B08F82

#B08F82
(176,143,130)
#B7998D
(183,153,141)
#BEA398
(190,163,152)
#C5ADA3
(197,173,163)
#CCB7AE
(204,183,174)
#D3C1B9
(211,193,185)
#DACBC4
(218,203,196)
#E1D5CF
(225,213,207)
#E8DFDA
(232,223,218)
#EFE9E5
(239,233,229)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08F82; }

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

This text font color is #B08F82.

Background Color

.myBgColor { background-color: #B08F82; }

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

This div background color is #B08F82.

Border color

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

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

This div border color is #B08F82.

Opacity

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

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

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

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

This text has shadow with #B08F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08F82.

Preview

Color preview on black background

This text has color #B08F82 on black background.


Color preview on white background

This text has color #B08F82 on white background.


Black color preview on #B08F82 background

This text has black color on #B08F82 background.


White color preview on #B08F82 background

This text has white color on #B08F82 background.


Related colors

Complementary color

Complementary color for #hex is #4F707D.


I love getcolorcode.com

Triadic colors

1 #82B08F and #8F82B0 with #B08F82 are triadic colors.

2 #828FB0 and #8FB082 with #B08F82 are triadic colors.