COLOR #B6A08E

HEX: #B6A08E
RGB: (182,160,142)

Color info

#B6A08E contains red, green and blue colors in about the same proportion. Web safe color of #B6A08E is #CC9999 (or #C99).

RGB color model

#B6A08E color RGB value is (182,160,142).

  • red value is 182;
  • green value is 160;
  • blue value is 142.
RGB:
(182,160,142)
(71%,63%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 142 of 255 = 56%

182
160
142

R + G + B ~ 63%. #B6A08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 142 = 484 (100%)
R 182 of 484 ~ 37.6%
G 160 of 484 ~ 33.06%
B 142 of 484 ~ 29.34%

%37.6
%33.06
%29.34

CMYK color model

#B6A08E color CMYK value is (0,12,22,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,12,22,29)
C0M12Y22K29 
(0%,12%,22%,29%)
(0.00/0.12/0.22/0.29)	

CMYK percentages

%0
%12.09
%21.98
%28.63

Codes

Color #B6A08E in popluar color models

B6A08E
RGB182160142
HSL27°21.51%63.53%
HSB/HSV27°21.98%71.37%
CMYK0.00%12.09%21.98%
28.63%

Color #B6A08E in popluar number systems.

HEXB6A08E
Decimal182160142
Binary101101101010000010001110
Octal266240216

Shades and tints

Shades of #B6A08E

#B6A08E
(182,160,142)
#A69282
(166,146,130)
#968476
(150,132,118)
#86766A
(134,118,106)
#76685E
(118,104,94)
#665A52
(102,90,82)
#564C46
(86,76,70)
#463E3A
(70,62,58)
#36302E
(54,48,46)
#262222
(38,34,34)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B6A08E

#B6A08E
(182,160,142)
#BCA898
(188,168,152)
#C2B0A2
(194,176,162)
#C8B8AC
(200,184,172)
#CEC0B6
(206,192,182)
#D4C8C0
(212,200,192)
#DAD0CA
(218,208,202)
#E0D8D4
(224,216,212)
#E6E0DE
(230,224,222)
#ECE8E8
(236,232,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A08E color. Also use rgb(182,160,142) instead hex code.

Text Font Color

.myTextColor { color: #B6A08E; }

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

This text font color is #B6A08E.


Background Color

.myBgColor { background-color: #B6A08E; }

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

This div background color is #B6A08E.


Border color

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

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

This div border color is #B6A08E.


Opacity

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

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

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

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

This text has shadow with #B6A08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A08E on black background.


Color preview on white background

This text has color #B6A08E on white background.



Black color preview on #B6A08E background

This text has black color on #B6A08E background.


White color preview on #B6A08E background

This text has white color on #B6A08E background.