COLOR #B6A584

HEX: #B6A584
RGB: (182,165,132)

Color info

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

RGB color model

#B6A584 color RGB value is (182,165,132).

  • red value is 182;
  • green value is 165;
  • blue value is 132.
RGB:
(182,165,132)
(71%,65%,52%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 132 of 255 = 52%

182
165
132

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

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 132 = 479 (100%)
R 182 of 479 ~ 38%
G 165 of 479 ~ 34.45%
B 132 of 479 ~ 27.56%

%38
%34.45
%27.56

CMYK color model

#B6A584 color CMYK value is (0,9,27,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 27.47%
  • key color value is 28.63%
CMYK:
(0,9,27,29)
C0M9Y27K29 
(0%,9%,27%,29%)
(0.00/0.09/0.27/0.29)	

CMYK percentages

%0
%9.34
%27.47
%28.63

Codes

Color #B6A584 in popluar color models

B6A584
RGB182165132
HSL40°25.51%61.57%
HSB/HSV40°27.47%71.37%
CMYK0.00%9.34%27.47%
28.63%

Color #B6A584 in popluar number systems.

HEXB6A584
Decimal182165132
Binary101101101010010110000100
Octal266245204

Shades and tints

Shades of #B6A584

#B6A584
(182,165,132)
#A69678
(166,150,120)
#96876C
(150,135,108)
#867860
(134,120,96)
#766954
(118,105,84)
#665A48
(102,90,72)
#564B3C
(86,75,60)
#463C30
(70,60,48)
#362D24
(54,45,36)
#261E18
(38,30,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #B6A584

#B6A584
(182,165,132)
#BCAD8F
(188,173,143)
#C2B59A
(194,181,154)
#C8BDA5
(200,189,165)
#CEC5B0
(206,197,176)
#D4CDBB
(212,205,187)
#DAD5C6
(218,213,198)
#E0DDD1
(224,221,209)
#E6E5DC
(230,229,220)
#ECEDE7
(236,237,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A584; }

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

This text font color is #B6A584.


Background Color

.myBgColor { background-color: #B6A584; }

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

This div background color is #B6A584.


Border color

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

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

This div border color is #B6A584.


Opacity

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

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

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

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

This text has shadow with #B6A584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A584 on black background.


Color preview on white background

This text has color #B6A584 on white background.



Black color preview on #B6A584 background

This text has black color on #B6A584 background.


White color preview on #B6A584 background

This text has white color on #B6A584 background.