COLOR #B59482

HEX: #B59482
RGB: (181,148,130)

Color info

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

RGB color model

#B59482 color RGB value is (181,148,130).

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

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 130 of 255 = 51%

181
148
130

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

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 130 = 459 (100%)
R 181 of 459 ~ 39.43%
G 148 of 459 ~ 32.24%
B 130 of 459 ~ 28.32%

%39.43
%32.24
%28.32

CMYK color model

#B59482 color CMYK value is (0,18,28,29).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 28.18%
  • key color value is 29.02%
CMYK:
(0,18,28,29)
C0M18Y28K29 
(0%,18%,28%,29%)
(0.00/0.18/0.28/0.29)	

CMYK percentages

%0
%18.23
%28.18
%29.02

Codes

Color #B59482 in popluar color models

B59482
RGB181148130
HSL21°25.63%60.98%
HSB/HSV21°28.18%70.98%
CMYK0.00%18.23%28.18%
29.02%

Color #B59482 in popluar number systems.

HEXB59482
Decimal181148130
Binary101101011001010010000010
Octal265224202

Shades and tints

Shades of #B59482

#B59482
(181,148,130)
#A58777
(165,135,119)
#957A6C
(149,122,108)
#856D61
(133,109,97)
#756056
(117,96,86)
#65534B
(101,83,75)
#554640
(85,70,64)
#453935
(69,57,53)
#352C2A
(53,44,42)
#251F1F
(37,31,31)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B59482

#B59482
(181,148,130)
#BB9D8D
(187,157,141)
#C1A698
(193,166,152)
#C7AFA3
(199,175,163)
#CDB8AE
(205,184,174)
#D3C1B9
(211,193,185)
#D9CAC4
(217,202,196)
#DFD3CF
(223,211,207)
#E5DCDA
(229,220,218)
#EBE5E5
(235,229,229)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59482; }

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

This text font color is #B59482.


Background Color

.myBgColor { background-color: #B59482; }

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

This div background color is #B59482.


Border color

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

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

This div border color is #B59482.


Opacity

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

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

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

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

This text has shadow with #B59482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59482 on black background.


Color preview on white background

This text has color #B59482 on white background.



Black color preview on #B59482 background

This text has black color on #B59482 background.


White color preview on #B59482 background

This text has white color on #B59482 background.