COLOR #B59274

HEX: #B59274
RGB: (181,146,116)

Color info

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

RGB color model

#B59274 color RGB value is (181,146,116).

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

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 116 of 255 = 45%

181
146
116

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

Portions of RGB colors in percentages

R + G + B =
181 + 146 + 116 = 443 (100%)
R 181 of 443 ~ 40.86%
G 146 of 443 ~ 32.96%
B 116 of 443 ~ 26.19%

%40.86
%32.96
%26.19

CMYK color model

#B59274 color CMYK value is (0,19,36,29).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK:
(0,19,36,29)
C0M19Y36K29 
(0%,19%,36%,29%)
(0.00/0.19/0.36/0.29)	

CMYK percentages

%0
%19.34
%35.91
%29.02

Codes

Color #B59274 in popluar color models

B59274
RGB181146116
HSL28°30.52%58.24%
HSB/HSV28°35.91%70.98%
CMYK0.00%19.34%35.91%
29.02%

Color #B59274 in popluar number systems.

HEXB59274
Decimal181146116
Binary10110101100100101110100
Octal265222164

Shades and tints

Shades of #B59274

#B59274
(181,146,116)
#A5856A
(165,133,106)
#957860
(149,120,96)
#856B56
(133,107,86)
#755E4C
(117,94,76)
#655142
(101,81,66)
#554438
(85,68,56)
#45372E
(69,55,46)
#352A24
(53,42,36)
#251D1A
(37,29,26)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #B59274

#B59274
(181,146,116)
#BB9B80
(187,155,128)
#C1A48C
(193,164,140)
#C7AD98
(199,173,152)
#CDB6A4
(205,182,164)
#D3BFB0
(211,191,176)
#D9C8BC
(217,200,188)
#DFD1C8
(223,209,200)
#E5DAD4
(229,218,212)
#EBE3E0
(235,227,224)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59274; }

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

This text font color is #B59274.


Background Color

.myBgColor { background-color: #B59274; }

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

This div background color is #B59274.


Border color

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

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

This div border color is #B59274.


Opacity

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

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

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

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

This text has shadow with #B59274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59274 on black background.


Color preview on white background

This text has color #B59274 on white background.



Black color preview on #B59274 background

This text has black color on #B59274 background.


White color preview on #B59274 background

This text has white color on #B59274 background.