COLOR #B64B4D

HEX: #B64B4D RGB: (182,75,77)

Color info

#B64B4D contains mainly red color. Web safe color of #B64B4D is #CC3333 (or #C33).

RGB color model

#B64B4D color RGB value is (182,75,77).

RGB: (182,75,77) (71%, 29%, 30%)

RGB channels and saturation

R 182 of 255 = 71%
G 75 of 255 = 29%
B 77 of 255 = 30%

182
75
77

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

Portions of RGB colors in percentages

R + G + B = 182 + 75 + 77 = 334 (100%)
R 182 of 334 ~ 54.49%
G 75 of 334 ~ 22.46%
B 77 of 334 ~ 23.05'%

%54.49
%22.46
%23.05

CMYK color model

#B64B4D color CMYK value is (0,59,58,29).

  • cyan value is 0.00%
  • magenta value is 58.79%
  • yellow value is 57.69%
  • key color value is 28.63%

CMYK: (0,59,58,29)
C0M59Y58K29 (0%, 59%, 58%, 29%)
(0.00 / 0.59 / 0.58 / 0.29)

CMYK percentages

%0
%58.79
%57.69
%28.63

Codes

Color #B64B4D in popluar color models

B6 4B 4D
RGB 182 75 77
HSL 359° 42.29% 50.39%
HSB/HSV 359° 58.79% 71.37%
CMYK 0.00% 58.79% 57.69%
28.63%

Color #B64B4D in popluar number systems.

HEX B6 4B 4D
Decimal 182 75 77
Binary 10110110 1001011 1001101
Octal 266 113 115

Shades and tints

Shades of #B64B4D

#B64B4D
(182,75,77)
#A64546
(166,69,70)
#963F3F
(150,63,63)
#863938
(134,57,56)
#763331
(118,51,49)
#662D2A
(102,45,42)
#562723
(86,39,35)
#46211C
(70,33,28)
#361B15
(54,27,21)
#26150E
(38,21,14)
#160F07
(22,15,7)
#000000
(0,0,0)

Tints of #B64B4D

#B64B4D
(182,75,77)
#BC5B5D
(188,91,93)
#C26B6D
(194,107,109)
#C87B7D
(200,123,125)
#CE8B8D
(206,139,141)
#D49B9D
(212,155,157)
#DAABAD
(218,171,173)
#E0BBBD
(224,187,189)
#E6CBCD
(230,203,205)
#ECDBDD
(236,219,221)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B64B4D color. Also use rgb(182,75,77) instead hex code.

Text Font Color

.myTextColor { color: #B64B4D; }

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

This text font color is #B64B4D.

Background Color

.myBgColor { background-color: #B64B4D; }

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

This div background color is #B64B4D.

Border color

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

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

This div border color is #B64B4D.

Opacity

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

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

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

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

This text has shadow with #B64B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B64B4D.

Preview

Color preview on black background

This text has color #B64B4D on black background.


Color preview on white background

This text has color #B64B4D on white background.


Black color preview on #B64B4D background

This text has black color on #B64B4D background.


White color preview on #B64B4D background

This text has white color on #B64B4D background.


Related colors

Complementary color

Complementary color for #hex is #49B4B2.


I love getcolorcode.com

Triadic colors

1 #4DB64B and #4B4DB6 with #B64B4D are triadic colors.

2 #4D4BB6 and #4BB64D with #B64B4D are triadic colors.