COLOR #B59680

HEX: #B59680
RGB: (181,150,128)

Color info

#B59680 contains red, green and blue colors in about the same proportion. Web safe color of #B59680 is #CC9966 (or #C96).

RGB color model

#B59680 color RGB value is (181,150,128).

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

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 128 of 255 = 50%

181
150
128

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

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 128 = 459 (100%)
R 181 of 459 ~ 39.43%
G 150 of 459 ~ 32.68%
B 128 of 459 ~ 27.89%

%39.43
%32.68
%27.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 29.28%
  • key color value is 29.02%
CMYK:
(0,17,29,29)
C0M17Y29K29 
(0%,17%,29%,29%)
(0.00/0.17/0.29/0.29)	

CMYK percentages

%0
%17.13
%29.28
%29.02

Codes

Color #B59680 in popluar color models

B59680
RGB181150128
HSL25°26.37%60.59%
HSB/HSV25°29.28%70.98%
CMYK0.00%17.13%29.28%
29.02%

Color #B59680 in popluar number systems.

HEXB59680
Decimal181150128
Binary101101011001011010000000
Octal265226200

Shades and tints

Shades of #B59680

#B59680
(181,150,128)
#A58975
(165,137,117)
#957C6A
(149,124,106)
#856F5F
(133,111,95)
#756254
(117,98,84)
#655549
(101,85,73)
#55483E
(85,72,62)
#453B33
(69,59,51)
#352E28
(53,46,40)
#25211D
(37,33,29)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B59680

#B59680
(181,150,128)
#BB9F8B
(187,159,139)
#C1A896
(193,168,150)
#C7B1A1
(199,177,161)
#CDBAAC
(205,186,172)
#D3C3B7
(211,195,183)
#D9CCC2
(217,204,194)
#DFD5CD
(223,213,205)
#E5DED8
(229,222,216)
#EBE7E3
(235,231,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59680; }

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

This text font color is #B59680.


Background Color

.myBgColor { background-color: #B59680; }

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

This div background color is #B59680.


Border color

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

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

This div border color is #B59680.


Opacity

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

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

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

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

This text has shadow with #B59680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59680 on black background.


Color preview on white background

This text has color #B59680 on white background.



Black color preview on #B59680 background

This text has black color on #B59680 background.


White color preview on #B59680 background

This text has white color on #B59680 background.