COLOR #B59982

HEX: #B59982
RGB: (181,153,130)

Color info

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

RGB color model

#B59982 color RGB value is (181,153,130).

  • red value is 181;
  • green value is 153;
  • blue value is 130.
RGB:
(181,153,130)
(71%,60%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 130 of 255 = 51%

181
153
130

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 130 = 464 (100%)
R 181 of 464 ~ 39.01%
G 153 of 464 ~ 32.97%
B 130 of 464 ~ 28.02%

%39.01
%32.97
%28.02

CMYK color model

#B59982 color CMYK value is (0,15,28,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 28.18%
  • key color value is 29.02%
CMYK:
(0,15,28,29)
C0M15Y28K29 
(0%,15%,28%,29%)
(0.00/0.15/0.28/0.29)	

CMYK percentages

%0
%15.47
%28.18
%29.02

Codes

Color #B59982 in popluar color models

B59982
RGB181153130
HSL27°25.63%60.98%
HSB/HSV27°28.18%70.98%
CMYK0.00%15.47%28.18%
29.02%

Color #B59982 in popluar number systems.

HEXB59982
Decimal181153130
Binary101101011001100110000010
Octal265231202

Shades and tints

Shades of #B59982

#B59982
(181,153,130)
#A58C77
(165,140,119)
#957F6C
(149,127,108)
#857261
(133,114,97)
#756556
(117,101,86)
#65584B
(101,88,75)
#554B40
(85,75,64)
#453E35
(69,62,53)
#35312A
(53,49,42)
#25241F
(37,36,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B59982

#B59982
(181,153,130)
#BBA28D
(187,162,141)
#C1AB98
(193,171,152)
#C7B4A3
(199,180,163)
#CDBDAE
(205,189,174)
#D3C6B9
(211,198,185)
#D9CFC4
(217,207,196)
#DFD8CF
(223,216,207)
#E5E1DA
(229,225,218)
#EBEAE5
(235,234,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59982 color. Also use rgb(181,153,130) instead hex code.

Text Font Color

.myTextColor { color: #B59982; }

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

This text font color is #B59982.


Background Color

.myBgColor { background-color: #B59982; }

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

This div background color is #B59982.


Border color

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

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

This div border color is #B59982.


Opacity

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

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

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

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

This text has shadow with #B59982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59982 on black background.


Color preview on white background

This text has color #B59982 on white background.



Black color preview on #B59982 background

This text has black color on #B59982 background.


White color preview on #B59982 background

This text has white color on #B59982 background.