COLOR #B59684

HEX: #B59684
RGB: (181,150,132)

Color info

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

RGB color model

#B59684 color RGB value is (181,150,132).

  • red value is 181;
  • green value is 150;
  • blue value is 132.
RGB:
(181,150,132)
(71%,59%,52%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 132 of 255 = 52%

181
150
132

R + G + B ~ 61%. #B59684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 132 = 463 (100%)
R 181 of 463 ~ 39.09%
G 150 of 463 ~ 32.4%
B 132 of 463 ~ 28.51%

%39.09
%32.4
%28.51

CMYK color model

#B59684 color CMYK value is (0,17,27,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 27.07%
  • key color value is 29.02%
CMYK:
(0,17,27,29)
C0M17Y27K29 
(0%,17%,27%,29%)
(0.00/0.17/0.27/0.29)	

CMYK percentages

%0
%17.13
%27.07
%29.02

Codes

Color #B59684 in popluar color models

B59684
RGB181150132
HSL22°24.87%61.37%
HSB/HSV22°27.07%70.98%
CMYK0.00%17.13%27.07%
29.02%

Color #B59684 in popluar number systems.

HEXB59684
Decimal181150132
Binary101101011001011010000100
Octal265226204

Shades and tints

Shades of #B59684

#B59684
(181,150,132)
#A58978
(165,137,120)
#957C6C
(149,124,108)
#856F60
(133,111,96)
#756254
(117,98,84)
#655548
(101,85,72)
#55483C
(85,72,60)
#453B30
(69,59,48)
#352E24
(53,46,36)
#252118
(37,33,24)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #B59684

#B59684
(181,150,132)
#BB9F8F
(187,159,143)
#C1A89A
(193,168,154)
#C7B1A5
(199,177,165)
#CDBAB0
(205,186,176)
#D3C3BB
(211,195,187)
#D9CCC6
(217,204,198)
#DFD5D1
(223,213,209)
#E5DEDC
(229,222,220)
#EBE7E7
(235,231,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59684 color. Also use rgb(181,150,132) instead hex code.

Text Font Color

.myTextColor { color: #B59684; }

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

This text font color is #B59684.


Background Color

.myBgColor { background-color: #B59684; }

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

This div background color is #B59684.


Border color

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

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

This div border color is #B59684.


Opacity

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

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

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

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

This text has shadow with #B59684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59684 on black background.


Color preview on white background

This text has color #B59684 on white background.



Black color preview on #B59684 background

This text has black color on #B59684 background.


White color preview on #B59684 background

This text has white color on #B59684 background.