COLOR #B56F58

HEX: #B56F58
RGB: (181,111,88)

Color info

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

RGB color model

#B56F58 color RGB value is (181,111,88).

  • red value is 181;
  • green value is 111;
  • blue value is 88.
RGB:
(181,111,88)
(71%,44%,35%)

RGB channels and saturation

R 181 of 255 = 71%
G 111 of 255 = 44%
B 88 of 255 = 35%

181
111
88

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

Portions of RGB colors in percentages

R + G + B =
181 + 111 + 88 = 380 (100%)
R 181 of 380 ~ 47.63%
G 111 of 380 ~ 29.21%
B 88 of 380 ~ 23.16%

%47.63
%29.21
%23.16

CMYK color model

#B56F58 color CMYK value is (0,39,51,29).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 51.38%
  • key color value is 29.02%
CMYK:
(0,39,51,29)
C0M39Y51K29 
(0%,39%,51%,29%)
(0.00/0.39/0.51/0.29)	

CMYK percentages

%0
%38.67
%51.38
%29.02

Codes

Color #B56F58 in popluar color models

B56F58
RGB18111188
HSL15°38.59%52.75%
HSB/HSV15°51.38%70.98%
CMYK0.00%38.67%51.38%
29.02%

Color #B56F58 in popluar number systems.

HEXB56F58
Decimal18111188
Binary1011010111011111011000
Octal265157130

Shades and tints

Shades of #B56F58

#B56F58
(181,111,88)
#A56550
(165,101,80)
#955B48
(149,91,72)
#855140
(133,81,64)
#754738
(117,71,56)
#653D30
(101,61,48)
#553328
(85,51,40)
#452920
(69,41,32)
#351F18
(53,31,24)
#251510
(37,21,16)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #B56F58

#B56F58
(181,111,88)
#BB7C67
(187,124,103)
#C18976
(193,137,118)
#C79685
(199,150,133)
#CDA394
(205,163,148)
#D3B0A3
(211,176,163)
#D9BDB2
(217,189,178)
#DFCAC1
(223,202,193)
#E5D7D0
(229,215,208)
#EBE4DF
(235,228,223)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56F58 color. Also use rgb(181,111,88) instead hex code.

Text Font Color

.myTextColor { color: #B56F58; }

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

This text font color is #B56F58.


Background Color

.myBgColor { background-color: #B56F58; }

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

This div background color is #B56F58.


Border color

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

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

This div border color is #B56F58.


Opacity

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

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

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

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

This text has shadow with #B56F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56F58 on black background.


Color preview on white background

This text has color #B56F58 on white background.



Black color preview on #B56F58 background

This text has black color on #B56F58 background.


White color preview on #B56F58 background

This text has white color on #B56F58 background.