COLOR #B59664

HEX: #B59664
RGB: (181,150,100)

Color info

#B59664 contains mainly red and green colors. Web safe color of #B59664 is #CC9966 (or #C96).

RGB color model

#B59664 color RGB value is (181,150,100).

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

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 100 of 255 = 39%

181
150
100

R + G + B ~ 56%. #B59664 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 100 = 431 (100%)
R 181 of 431 ~ 42%
G 150 of 431 ~ 34.8%
B 100 of 431 ~ 23.2%

%42
%34.8
%23.2

CMYK color model

#B59664 color CMYK value is (0,17,45,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 44.75%
  • key color value is 29.02%
CMYK:
(0,17,45,29)
C0M17Y45K29 
(0%,17%,45%,29%)
(0.00/0.17/0.45/0.29)	

CMYK percentages

%0
%17.13
%44.75
%29.02

Codes

Color #B59664 in popluar color models

B59664
RGB181150100
HSL37°35.37%55.10%
HSB/HSV37°44.75%70.98%
CMYK0.00%17.13%44.75%
29.02%

Color #B59664 in popluar number systems.

HEXB59664
Decimal181150100
Binary10110101100101101100100
Octal265226144

Shades and tints

Shades of #B59664

#B59664
(181,150,100)
#A5895B
(165,137,91)
#957C52
(149,124,82)
#856F49
(133,111,73)
#756240
(117,98,64)
#655537
(101,85,55)
#55482E
(85,72,46)
#453B25
(69,59,37)
#352E1C
(53,46,28)
#252113
(37,33,19)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #B59664

#B59664
(181,150,100)
#BB9F72
(187,159,114)
#C1A880
(193,168,128)
#C7B18E
(199,177,142)
#CDBA9C
(205,186,156)
#D3C3AA
(211,195,170)
#D9CCB8
(217,204,184)
#DFD5C6
(223,213,198)
#E5DED4
(229,222,212)
#EBE7E2
(235,231,226)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59664; }

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

This text font color is #B59664.


Background Color

.myBgColor { background-color: #B59664; }

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

This div background color is #B59664.


Border color

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

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

This div border color is #B59664.


Opacity

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

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

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

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

This text has shadow with #B59664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59664 on black background.


Color preview on white background

This text has color #B59664 on white background.



Black color preview on #B59664 background

This text has black color on #B59664 background.


White color preview on #B59664 background

This text has white color on #B59664 background.