COLOR #B6A28A

HEX: #B6A28A
RGB: (182,162,138)

Color info

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

RGB color model

#B6A28A color RGB value is (182,162,138).

  • red value is 182;
  • green value is 162;
  • blue value is 138.
RGB:
(182,162,138)
(71%,64%,54%)

RGB channels and saturation

R 182 of 255 = 71%
G 162 of 255 = 64%
B 138 of 255 = 54%

182
162
138

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

Portions of RGB colors in percentages

R + G + B =
182 + 162 + 138 = 482 (100%)
R 182 of 482 ~ 37.76%
G 162 of 482 ~ 33.61%
B 138 of 482 ~ 28.63%

%37.76
%33.61
%28.63

CMYK color model

#B6A28A color CMYK value is (0,11,24,29).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK:
(0,11,24,29)
C0M11Y24K29 
(0%,11%,24%,29%)
(0.00/0.11/0.24/0.29)	

CMYK percentages

%0
%10.99
%24.18
%28.63

Codes

Color #B6A28A in popluar color models

B6A28A
RGB182162138
HSL33°23.16%62.75%
HSB/HSV33°24.18%71.37%
CMYK0.00%10.99%24.18%
28.63%

Color #B6A28A in popluar number systems.

HEXB6A28A
Decimal182162138
Binary101101101010001010001010
Octal266242212

Shades and tints

Shades of #B6A28A

#B6A28A
(182,162,138)
#A6947E
(166,148,126)
#968672
(150,134,114)
#867866
(134,120,102)
#766A5A
(118,106,90)
#665C4E
(102,92,78)
#564E42
(86,78,66)
#464036
(70,64,54)
#36322A
(54,50,42)
#26241E
(38,36,30)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6A28A

#B6A28A
(182,162,138)
#BCAA94
(188,170,148)
#C2B29E
(194,178,158)
#C8BAA8
(200,186,168)
#CEC2B2
(206,194,178)
#D4CABC
(212,202,188)
#DAD2C6
(218,210,198)
#E0DAD0
(224,218,208)
#E6E2DA
(230,226,218)
#ECEAE4
(236,234,228)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A28A color. Also use rgb(182,162,138) instead hex code.

Text Font Color

.myTextColor { color: #B6A28A; }

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

This text font color is #B6A28A.


Background Color

.myBgColor { background-color: #B6A28A; }

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

This div background color is #B6A28A.


Border color

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

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

This div border color is #B6A28A.


Opacity

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

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

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

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

This text has shadow with #B6A28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A28A on black background.


Color preview on white background

This text has color #B6A28A on white background.



Black color preview on #B6A28A background

This text has black color on #B6A28A background.


White color preview on #B6A28A background

This text has white color on #B6A28A background.