COLOR #B57962

HEX: #B57962
RGB: (181,121,98)

Color info

#B57962 contains mainly red color. Web safe color of #B57962 is #CC6666 (or #C66).

RGB color model

#B57962 color RGB value is (181,121,98).

  • red value is 181;
  • green value is 121;
  • blue value is 98.
RGB:
(181,121,98)
(71%,47%,38%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 98 of 255 = 38%

181
121
98

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

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 98 = 400 (100%)
R 181 of 400 ~ 45.25%
G 121 of 400 ~ 30.25%
B 98 of 400 ~ 24.5%

%45.25
%30.25
%24.5

CMYK color model

#B57962 color CMYK value is (0,33,46,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 45.86%
  • key color value is 29.02%
CMYK:
(0,33,46,29)
C0M33Y46K29 
(0%,33%,46%,29%)
(0.00/0.33/0.46/0.29)	

CMYK percentages

%0
%33.15
%45.86
%29.02

Codes

Color #B57962 in popluar color models

B57962
RGB18112198
HSL17°35.93%54.71%
HSB/HSV17°45.86%70.98%
CMYK0.00%33.15%45.86%
29.02%

Color #B57962 in popluar number systems.

HEXB57962
Decimal18112198
Binary1011010111110011100010
Octal265171142

Shades and tints

Shades of #B57962

#B57962
(181,121,98)
#A56E5A
(165,110,90)
#956352
(149,99,82)
#85584A
(133,88,74)
#754D42
(117,77,66)
#65423A
(101,66,58)
#553732
(85,55,50)
#452C2A
(69,44,42)
#352122
(53,33,34)
#25161A
(37,22,26)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #B57962

#B57962
(181,121,98)
#BB8570
(187,133,112)
#C1917E
(193,145,126)
#C79D8C
(199,157,140)
#CDA99A
(205,169,154)
#D3B5A8
(211,181,168)
#D9C1B6
(217,193,182)
#DFCDC4
(223,205,196)
#E5D9D2
(229,217,210)
#EBE5E0
(235,229,224)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57962 color. Also use rgb(181,121,98) instead hex code.

Text Font Color

.myTextColor { color: #B57962; }

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

This text font color is #B57962.


Background Color

.myBgColor { background-color: #B57962; }

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

This div background color is #B57962.


Border color

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

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

This div border color is #B57962.


Opacity

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

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

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

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

This text has shadow with #B57962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57962 on black background.


Color preview on white background

This text has color #B57962 on white background.



Black color preview on #B57962 background

This text has black color on #B57962 background.


White color preview on #B57962 background

This text has white color on #B57962 background.