COLOR #B6856A

HEX: #B6856A
RGB: (182,133,106)

Color info

#B6856A contains mainly red and green colors. Web safe color of #B6856A is #CC9966 (or #C96).

RGB color model

#B6856A color RGB value is (182,133,106).

  • red value is 182;
  • green value is 133;
  • blue value is 106.
RGB:
(182,133,106)
(71%,52%,42%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 106 of 255 = 42%

182
133
106

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

Portions of RGB colors in percentages

R + G + B =
182 + 133 + 106 = 421 (100%)
R 182 of 421 ~ 43.23%
G 133 of 421 ~ 31.59%
B 106 of 421 ~ 25.18%

%43.23
%31.59
%25.18

CMYK color model

#B6856A color CMYK value is (0,27,42,29).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 41.76%
  • key color value is 28.63%
CMYK:
(0,27,42,29)
C0M27Y42K29 
(0%,27%,42%,29%)
(0.00/0.27/0.42/0.29)	

CMYK percentages

%0
%26.92
%41.76
%28.63

Codes

Color #B6856A in popluar color models

B6856A
RGB182133106
HSL21°34.23%56.47%
HSB/HSV21°41.76%71.37%
CMYK0.00%26.92%41.76%
28.63%

Color #B6856A in popluar number systems.

HEXB6856A
Decimal182133106
Binary10110110100001011101010
Octal266205152

Shades and tints

Shades of #B6856A

#B6856A
(182,133,106)
#A67961
(166,121,97)
#966D58
(150,109,88)
#86614F
(134,97,79)
#765546
(118,85,70)
#66493D
(102,73,61)
#563D34
(86,61,52)
#46312B
(70,49,43)
#362522
(54,37,34)
#261919
(38,25,25)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #B6856A

#B6856A
(182,133,106)
#BC9077
(188,144,119)
#C29B84
(194,155,132)
#C8A691
(200,166,145)
#CEB19E
(206,177,158)
#D4BCAB
(212,188,171)
#DAC7B8
(218,199,184)
#E0D2C5
(224,210,197)
#E6DDD2
(230,221,210)
#ECE8DF
(236,232,223)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6856A color. Also use rgb(182,133,106) instead hex code.

Text Font Color

.myTextColor { color: #B6856A; }

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

This text font color is #B6856A.


Background Color

.myBgColor { background-color: #B6856A; }

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

This div background color is #B6856A.


Border color

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

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

This div border color is #B6856A.


Opacity

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

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

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

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

This text has shadow with #B6856A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6856A on black background.


Color preview on white background

This text has color #B6856A on white background.



Black color preview on #B6856A background

This text has black color on #B6856A background.


White color preview on #B6856A background

This text has white color on #B6856A background.