COLOR #B59261

HEX: #B59261
RGB: (181,146,97)

Color info

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

RGB color model

#B59261 color RGB value is (181,146,97).

  • red value is 181;
  • green value is 146;
  • blue value is 97.
RGB:
(181,146,97)
(71%,57%,38%)

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 97 of 255 = 38%

181
146
97

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

Portions of RGB colors in percentages

R + G + B =
181 + 146 + 97 = 424 (100%)
R 181 of 424 ~ 42.69%
G 146 of 424 ~ 34.43%
B 97 of 424 ~ 22.88%

%42.69
%34.43
%22.88

CMYK color model

#B59261 color CMYK value is (0,19,46,29).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 46.41%
  • key color value is 29.02%
CMYK:
(0,19,46,29)
C0M19Y46K29 
(0%,19%,46%,29%)
(0.00/0.19/0.46/0.29)	

CMYK percentages

%0
%19.34
%46.41
%29.02

Codes

Color #B59261 in popluar color models

B59261
RGB18114697
HSL35°36.21%54.51%
HSB/HSV35°46.41%70.98%
CMYK0.00%19.34%46.41%
29.02%

Color #B59261 in popluar number systems.

HEXB59261
Decimal18114697
Binary10110101100100101100001
Octal265222141

Shades and tints

Shades of #B59261

#B59261
(181,146,97)
#A58559
(165,133,89)
#957851
(149,120,81)
#856B49
(133,107,73)
#755E41
(117,94,65)
#655139
(101,81,57)
#554431
(85,68,49)
#453729
(69,55,41)
#352A21
(53,42,33)
#251D19
(37,29,25)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #B59261

#B59261
(181,146,97)
#BB9B6F
(187,155,111)
#C1A47D
(193,164,125)
#C7AD8B
(199,173,139)
#CDB699
(205,182,153)
#D3BFA7
(211,191,167)
#D9C8B5
(217,200,181)
#DFD1C3
(223,209,195)
#E5DAD1
(229,218,209)
#EBE3DF
(235,227,223)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59261 color. Also use rgb(181,146,97) instead hex code.

Text Font Color

.myTextColor { color: #B59261; }

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

This text font color is #B59261.


Background Color

.myBgColor { background-color: #B59261; }

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

This div background color is #B59261.


Border color

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

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

This div border color is #B59261.


Opacity

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

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

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

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

This text has shadow with #B59261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59261 on black background.


Color preview on white background

This text has color #B59261 on white background.



Black color preview on #B59261 background

This text has black color on #B59261 background.


White color preview on #B59261 background

This text has white color on #B59261 background.