COLOR #B6A599

HEX: #B6A599 RGB: (182,165,153)

Color info

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

RGB color model

#B6A599 color RGB value is (182,165,153).

RGB: (182,165,153) (71%, 65%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 153 of 255 = 60%

182
165
153

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

Portions of RGB colors in percentages

R + G + B = 182 + 165 + 153 = 500 (100%)
R 182 of 500 ~ 36.4%
G 165 of 500 ~ 33%
B 153 of 500 ~ 30.6'%

%36.4
%33
%30.6

CMYK color model

#B6A599 color CMYK value is (0,9,16,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 15.93%
  • key color value is 28.63%

CMYK: (0,9,16,29)
C0M9Y16K29 (0%, 9%, 16%, 29%)
(0.00 / 0.09 / 0.16 / 0.29)

CMYK percentages

%0
%9.34
%15.93
%28.63

Codes

Color #B6A599 in popluar color models

B6 A5 99
RGB 182 165 153
HSL 25° 16.57% 65.69%
HSB/HSV 25° 15.93% 71.37%
CMYK 0.00% 9.34% 15.93%
28.63%

Color #B6A599 in popluar number systems.

HEX B6 A5 99
Decimal 182 165 153
Binary 10110110 10100101 10011001
Octal 266 245 231

Shades and tints

Shades of #B6A599

#B6A599
(182,165,153)
#A6968C
(166,150,140)
#96877F
(150,135,127)
#867872
(134,120,114)
#766965
(118,105,101)
#665A58
(102,90,88)
#564B4B
(86,75,75)
#463C3E
(70,60,62)
#362D31
(54,45,49)
#261E24
(38,30,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #B6A599

#B6A599
(182,165,153)
#BCADA2
(188,173,162)
#C2B5AB
(194,181,171)
#C8BDB4
(200,189,180)
#CEC5BD
(206,197,189)
#D4CDC6
(212,205,198)
#DAD5CF
(218,213,207)
#E0DDD8
(224,221,216)
#E6E5E1
(230,229,225)
#ECEDEA
(236,237,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A599; }

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

This text font color is #B6A599.

Background Color

.myBgColor { background-color: #B6A599; }

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

This div background color is #B6A599.

Border color

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

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

This div border color is #B6A599.

Opacity

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

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

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

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

This text has shadow with #B6A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A599.

Preview

Color preview on black background

This text has color #B6A599 on black background.


Color preview on white background

This text has color #B6A599 on white background.


Black color preview on #B6A599 background

This text has black color on #B6A599 background.


White color preview on #B6A599 background

This text has white color on #B6A599 background.


Related colors

Complementary color

Complementary color for #hex is #495A66.


I love getcolorcode.com

Triadic colors

1 #99B6A5 and #A599B6 with #B6A599 are triadic colors.

2 #99A5B6 and #A5B699 with #B6A599 are triadic colors.