COLOR #B56264

HEX: #B56264
RGB: (181,98,100)

Color info

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

RGB color model

#B56264 color RGB value is (181,98,100).

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

RGB channels and saturation

R 181 of 255 = 71%
G 98 of 255 = 38%
B 100 of 255 = 39%

181
98
100

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

Portions of RGB colors in percentages

R + G + B =
181 + 98 + 100 = 379 (100%)
R 181 of 379 ~ 47.76%
G 98 of 379 ~ 25.86%
B 100 of 379 ~ 26.39%

%47.76
%25.86
%26.39

CMYK color model

#B56264 color CMYK value is (0,46,45,29).

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 44.75%
  • key color value is 29.02%
CMYK:
(0,46,45,29)
C0M46Y45K29 
(0%,46%,45%,29%)
(0.00/0.46/0.45/0.29)	

CMYK percentages

%0
%45.86
%44.75
%29.02

Codes

Color #B56264 in popluar color models

B56264
RGB18198100
HSL359°35.93%54.71%
HSB/HSV359°45.86%70.98%
CMYK0.00%45.86%44.75%
29.02%

Color #B56264 in popluar number systems.

HEXB56264
Decimal18198100
Binary1011010111000101100100
Octal265142144

Shades and tints

Shades of #B56264

#B56264
(181,98,100)
#A55A5B
(165,90,91)
#955252
(149,82,82)
#854A49
(133,74,73)
#754240
(117,66,64)
#653A37
(101,58,55)
#55322E
(85,50,46)
#452A25
(69,42,37)
#35221C
(53,34,28)
#251A13
(37,26,19)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #B56264

#B56264
(181,98,100)
#BB7072
(187,112,114)
#C17E80
(193,126,128)
#C78C8E
(199,140,142)
#CD9A9C
(205,154,156)
#D3A8AA
(211,168,170)
#D9B6B8
(217,182,184)
#DFC4C6
(223,196,198)
#E5D2D4
(229,210,212)
#EBE0E2
(235,224,226)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56264; }

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

This text font color is #B56264.


Background Color

.myBgColor { background-color: #B56264; }

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

This div background color is #B56264.


Border color

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

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

This div border color is #B56264.


Opacity

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

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

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

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

This text has shadow with #B56264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56264 on black background.


Color preview on white background

This text has color #B56264 on white background.



Black color preview on #B56264 background

This text has black color on #B56264 background.


White color preview on #B56264 background

This text has white color on #B56264 background.