COLOR #B57C6E

HEX: #B57C6E
RGB: (181,124,110)

Color info

#B57C6E contains mainly red and green colors. Web safe color of #B57C6E is #CC6666 (or #C66).

RGB color model

#B57C6E color RGB value is (181,124,110).

  • red value is 181;
  • green value is 124;
  • blue value is 110.
RGB:
(181,124,110)
(71%,49%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 110 of 255 = 43%

181
124
110

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

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 110 = 415 (100%)
R 181 of 415 ~ 43.61%
G 124 of 415 ~ 29.88%
B 110 of 415 ~ 26.51%

%43.61
%29.88
%26.51

CMYK color model

#B57C6E color CMYK value is (0,31,39,29).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK:
(0,31,39,29)
C0M31Y39K29 
(0%,31%,39%,29%)
(0.00/0.31/0.39/0.29)	

CMYK percentages

%0
%31.49
%39.23
%29.02

Codes

Color #B57C6E in popluar color models

B57C6E
RGB181124110
HSL12°32.42%57.06%
HSB/HSV12°39.23%70.98%
CMYK0.00%31.49%39.23%
29.02%

Color #B57C6E in popluar number systems.

HEXB57C6E
Decimal181124110
Binary1011010111111001101110
Octal265174156

Shades and tints

Shades of #B57C6E

#B57C6E
(181,124,110)
#A57164
(165,113,100)
#95665A
(149,102,90)
#855B50
(133,91,80)
#755046
(117,80,70)
#65453C
(101,69,60)
#553A32
(85,58,50)
#452F28
(69,47,40)
#35241E
(53,36,30)
#251914
(37,25,20)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #B57C6E

#B57C6E
(181,124,110)
#BB877B
(187,135,123)
#C19288
(193,146,136)
#C79D95
(199,157,149)
#CDA8A2
(205,168,162)
#D3B3AF
(211,179,175)
#D9BEBC
(217,190,188)
#DFC9C9
(223,201,201)
#E5D4D6
(229,212,214)
#EBDFE3
(235,223,227)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57C6E color. Also use rgb(181,124,110) instead hex code.

Text Font Color

.myTextColor { color: #B57C6E; }

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

This text font color is #B57C6E.


Background Color

.myBgColor { background-color: #B57C6E; }

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

This div background color is #B57C6E.


Border color

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

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

This div border color is #B57C6E.


Opacity

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

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

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

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

This text has shadow with #B57C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57C6E on black background.


Color preview on white background

This text has color #B57C6E on white background.



Black color preview on #B57C6E background

This text has black color on #B57C6E background.


White color preview on #B57C6E background

This text has white color on #B57C6E background.