COLOR #B08256

HEX: #B08256 RGB: (176,130,86)

Color info

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

RGB color model

#B08256 color RGB value is (176,130,86).

RGB: (176,130,86) (69%, 51%, 34%)

RGB channels and saturation

R 176 of 255 = 69%
G 130 of 255 = 51%
B 86 of 255 = 34%

176
130
86

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

Portions of RGB colors in percentages

R + G + B = 176 + 130 + 86 = 392 (100%)
R 176 of 392 ~ 44.9%
G 130 of 392 ~ 33.16%
B 86 of 392 ~ 21.94'%

%44.9
%33.16
%21.94

CMYK color model

#B08256 color CMYK value is (0,26,51,31).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 51.14%
  • key color value is 30.98%

CMYK: (0,26,51,31)
C0M26Y51K31 (0%, 26%, 51%, 31%)
(0.00 / 0.26 / 0.51 / 0.31)

CMYK percentages

%0
%26.14
%51.14
%30.98

Codes

Color #B08256 in popluar color models

B0 82 56
RGB 176 130 86
HSL 29° 36.29% 51.37%
HSB/HSV 29° 51.14% 69.02%
CMYK 0.00% 26.14% 51.14%
30.98%

Color #B08256 in popluar number systems.

HEX B0 82 56
Decimal 176 130 86
Binary 10110000 10000010 1010110
Octal 260 202 126

Shades and tints

Shades of #B08256

#B08256
(176,130,86)
#A0774F
(160,119,79)
#906C48
(144,108,72)
#806141
(128,97,65)
#70563A
(112,86,58)
#604B33
(96,75,51)
#50402C
(80,64,44)
#403525
(64,53,37)
#302A1E
(48,42,30)
#201F17
(32,31,23)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #B08256

#B08256
(176,130,86)
#B78D65
(183,141,101)
#BE9874
(190,152,116)
#C5A383
(197,163,131)
#CCAE92
(204,174,146)
#D3B9A1
(211,185,161)
#DAC4B0
(218,196,176)
#E1CFBF
(225,207,191)
#E8DACE
(232,218,206)
#EFE5DD
(239,229,221)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08256; }

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

This text font color is #B08256.

Background Color

.myBgColor { background-color: #B08256; }

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

This div background color is #B08256.

Border color

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

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

This div border color is #B08256.

Opacity

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

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

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

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

This text has shadow with #B08256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08256.

Preview

Color preview on black background

This text has color #B08256 on black background.


Color preview on white background

This text has color #B08256 on white background.


Black color preview on #B08256 background

This text has black color on #B08256 background.


White color preview on #B08256 background

This text has white color on #B08256 background.


Related colors

Complementary color

Complementary color for #hex is #4F7DA9.


I love getcolorcode.com

Triadic colors

1 #56B082 and #8256B0 with #B08256 are triadic colors.

2 #5682B0 and #82B056 with #B08256 are triadic colors.