COLOR #B64E51

HEX: #B64E51
RGB: (182,78,81)

Color info

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

RGB color model

#B64E51 color RGB value is (182,78,81).

  • red value is 182;
  • green value is 78;
  • blue value is 81.
RGB:
(182,78,81)
(71%,31%,32%)

RGB channels and saturation

R 182 of 255 = 71%
G 78 of 255 = 31%
B 81 of 255 = 32%

182
78
81

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

Portions of RGB colors in percentages

R + G + B =
182 + 78 + 81 = 341 (100%)
R 182 of 341 ~ 53.37%
G 78 of 341 ~ 22.87%
B 81 of 341 ~ 23.75%

%53.37
%22.87
%23.75

CMYK color model

#B64E51 color CMYK value is (0,57,55,29).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 55.49%
  • key color value is 28.63%
CMYK:
(0,57,55,29)
C0M57Y55K29 
(0%,57%,55%,29%)
(0.00/0.57/0.55/0.29)	

CMYK percentages

%0
%57.14
%55.49
%28.63

Codes

Color #B64E51 in popluar color models

B64E51
RGB1827881
HSL358°41.60%50.98%
HSB/HSV358°57.14%71.37%
CMYK0.00%57.14%55.49%
28.63%

Color #B64E51 in popluar number systems.

HEXB64E51
Decimal1827881
Binary1011011010011101010001
Octal266116121

Shades and tints

Shades of #B64E51

#B64E51
(182,78,81)
#A6474A
(166,71,74)
#964043
(150,64,67)
#86393C
(134,57,60)
#763235
(118,50,53)
#662B2E
(102,43,46)
#562427
(86,36,39)
#461D20
(70,29,32)
#361619
(54,22,25)
#260F12
(38,15,18)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #B64E51

#B64E51
(182,78,81)
#BC5E60
(188,94,96)
#C26E6F
(194,110,111)
#C87E7E
(200,126,126)
#CE8E8D
(206,142,141)
#D49E9C
(212,158,156)
#DAAEAB
(218,174,171)
#E0BEBA
(224,190,186)
#E6CEC9
(230,206,201)
#ECDED8
(236,222,216)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B64E51 color. Also use rgb(182,78,81) instead hex code.

Text Font Color

.myTextColor { color: #B64E51; }

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

This text font color is #B64E51.


Background Color

.myBgColor { background-color: #B64E51; }

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

This div background color is #B64E51.


Border color

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

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

This div border color is #B64E51.


Opacity

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

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

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

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

This text has shadow with #B64E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B64E51 on black background.


Color preview on white background

This text has color #B64E51 on white background.



Black color preview on #B64E51 background

This text has black color on #B64E51 background.


White color preview on #B64E51 background

This text has white color on #B64E51 background.