COLOR #B56764

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

181
103
100

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

Portions of RGB colors in percentages

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

%47.14
%26.82
%26.04

CMYK color model

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

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

CMYK percentages

%0
%43.09
%44.75
%29.02

Codes

Color #B56764 in popluar color models

B56764
RGB181103100
HSL35.37%55.10%
HSB/HSV44.75%70.98%
CMYK0.00%43.09%44.75%
29.02%

Color #B56764 in popluar number systems.

HEXB56764
Decimal181103100
Binary1011010111001111100100
Octal265147144

Shades and tints

Shades of #B56764

#B56764
(181,103,100)
#A55E5B
(165,94,91)
#955552
(149,85,82)
#854C49
(133,76,73)
#754340
(117,67,64)
#653A37
(101,58,55)
#55312E
(85,49,46)
#452825
(69,40,37)
#351F1C
(53,31,28)
#251613
(37,22,19)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #B56764

#B56764
(181,103,100)
#BB7472
(187,116,114)
#C18180
(193,129,128)
#C78E8E
(199,142,142)
#CD9B9C
(205,155,156)
#D3A8AA
(211,168,170)
#D9B5B8
(217,181,184)
#DFC2C6
(223,194,198)
#E5CFD4
(229,207,212)
#EBDCE2
(235,220,226)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56764; }

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

This text font color is #B56764.


Background Color

.myBgColor { background-color: #B56764; }

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

This div background color is #B56764.


Border color

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

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

This div border color is #B56764.


Opacity

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

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

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

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

This text has shadow with #B56764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56764 on black background.


Color preview on white background

This text has color #B56764 on white background.



Black color preview on #B56764 background

This text has black color on #B56764 background.


White color preview on #B56764 background

This text has white color on #B56764 background.