COLOR #B56467

HEX: #B56467
RGB: (181,100,103)

Color info

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

RGB color model

#B56467 color RGB value is (181,100,103).

  • red value is 181;
  • green value is 100;
  • blue value is 103.
RGB:
(181,100,103)
(71%,39%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 100 of 255 = 39%
B 103 of 255 = 40%

181
100
103

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

Portions of RGB colors in percentages

R + G + B =
181 + 100 + 103 = 384 (100%)
R 181 of 384 ~ 47.14%
G 100 of 384 ~ 26.04%
B 103 of 384 ~ 26.82%

%47.14
%26.04
%26.82

CMYK color model

#B56467 color CMYK value is (0,45,43,29).

  • cyan value is 0.00%
  • magenta value is 44.75%
  • yellow value is 43.09%
  • key color value is 29.02%
CMYK:
(0,45,43,29)
C0M45Y43K29 
(0%,45%,43%,29%)
(0.00/0.45/0.43/0.29)	

CMYK percentages

%0
%44.75
%43.09
%29.02

Codes

Color #B56467 in popluar color models

B56467
RGB181100103
HSL358°35.37%55.10%
HSB/HSV358°44.75%70.98%
CMYK0.00%44.75%43.09%
29.02%

Color #B56467 in popluar number systems.

HEXB56467
Decimal181100103
Binary1011010111001001100111
Octal265144147

Shades and tints

Shades of #B56467

#B56467
(181,100,103)
#A55B5E
(165,91,94)
#955255
(149,82,85)
#85494C
(133,73,76)
#754043
(117,64,67)
#65373A
(101,55,58)
#552E31
(85,46,49)
#452528
(69,37,40)
#351C1F
(53,28,31)
#251316
(37,19,22)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #B56467

#B56467
(181,100,103)
#BB7274
(187,114,116)
#C18081
(193,128,129)
#C78E8E
(199,142,142)
#CD9C9B
(205,156,155)
#D3AAA8
(211,170,168)
#D9B8B5
(217,184,181)
#DFC6C2
(223,198,194)
#E5D4CF
(229,212,207)
#EBE2DC
(235,226,220)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56467 color. Also use rgb(181,100,103) instead hex code.

Text Font Color

.myTextColor { color: #B56467; }

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

This text font color is #B56467.


Background Color

.myBgColor { background-color: #B56467; }

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

This div background color is #B56467.


Border color

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

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

This div border color is #B56467.


Opacity

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

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

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

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

This text has shadow with #B56467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56467 on black background.


Color preview on white background

This text has color #B56467 on white background.



Black color preview on #B56467 background

This text has black color on #B56467 background.


White color preview on #B56467 background

This text has white color on #B56467 background.