COLOR #B6A399

HEX: #B6A399
RGB: (182,163,153)

Color info

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

RGB color model

#B6A399 color RGB value is (182,163,153).

  • red value is 182;
  • green value is 163;
  • blue value is 153.
RGB:
(182,163,153)
(71%,64%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 153 of 255 = 60%

182
163
153

R + G + B ~ 65%. #B6A399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 153 = 498 (100%)
R 182 of 498 ~ 36.55%
G 163 of 498 ~ 32.73%
B 153 of 498 ~ 30.72%

%36.55
%32.73
%30.72

CMYK color model

#B6A399 color CMYK value is (0,10,16,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(0,10,16,29)
C0M10Y16K29 
(0%,10%,16%,29%)
(0.00/0.10/0.16/0.29)	

CMYK percentages

%0
%10.44
%15.93
%28.63

Codes

Color #B6A399 in popluar color models

B6A399
RGB182163153
HSL21°16.57%65.69%
HSB/HSV21°15.93%71.37%
CMYK0.00%10.44%15.93%
28.63%

Color #B6A399 in popluar number systems.

HEXB6A399
Decimal182163153
Binary101101101010001110011001
Octal266243231

Shades and tints

Shades of #B6A399

#B6A399
(182,163,153)
#A6958C
(166,149,140)
#96877F
(150,135,127)
#867972
(134,121,114)
#766B65
(118,107,101)
#665D58
(102,93,88)
#564F4B
(86,79,75)
#46413E
(70,65,62)
#363331
(54,51,49)
#262524
(38,37,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6A399

#B6A399
(182,163,153)
#BCABA2
(188,171,162)
#C2B3AB
(194,179,171)
#C8BBB4
(200,187,180)
#CEC3BD
(206,195,189)
#D4CBC6
(212,203,198)
#DAD3CF
(218,211,207)
#E0DBD8
(224,219,216)
#E6E3E1
(230,227,225)
#ECEBEA
(236,235,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A399 color. Also use rgb(182,163,153) instead hex code.

Text Font Color

.myTextColor { color: #B6A399; }

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

This text font color is #B6A399.


Background Color

.myBgColor { background-color: #B6A399; }

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

This div background color is #B6A399.


Border color

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

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

This div border color is #B6A399.


Opacity

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

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

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

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

This text has shadow with #B6A399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A399 on black background.


Color preview on white background

This text has color #B6A399 on white background.



Black color preview on #B6A399 background

This text has black color on #B6A399 background.


White color preview on #B6A399 background

This text has white color on #B6A399 background.