COLOR #B64B29

HEX: #B64B29 RGB: (182,75,41)

Color info

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

RGB color model

#B64B29 color RGB value is (182,75,41).

RGB: (182,75,41) (71%, 29%, 16%)

RGB channels and saturation

R 182 of 255 = 71%
G 75 of 255 = 29%
B 41 of 255 = 16%

182
75
41

R + G + B ~ 39%. #B64B29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 182 + 75 + 41 = 298 (100%)
R 182 of 298 ~ 61.07%
G 75 of 298 ~ 25.17%
B 41 of 298 ~ 13.76'%

%61.07
%25.17
%13.76

CMYK color model

#B64B29 color CMYK value is (0,59,77,29).

  • cyan value is 0.00%
  • magenta value is 58.79%
  • yellow value is 77.47%
  • key color value is 28.63%
CMYK: (0,59,77,29) C0M59Y77K29 (0%,59%,77%,29%) (0.00/0.59/0.77/0.29) 

CMYK percentages

%0
%58.79
%77.47
%28.63

Codes

Color #B64B29 in popluar color models

B6 4B 29
RGB 182 75 41
HSL 14° 63.23% 43.73%
HSB/HSV 14° 77.47% 71.37%
CMYK 0.00% 58.79% 77.47%
28.63%

Color #B64B29 in popluar number systems.

HEX B6 4B 29
Decimal 182 75 41
Binary 10110110 1001011 101001
Octal 266 113 51

Shades and tints

Shades of #B64B29

#B64B29
(182,75,41)
#A64526
(166,69,38)
#963F23
(150,63,35)
#863920
(134,57,32)
#76331D
(118,51,29)
#662D1A
(102,45,26)
#562717
(86,39,23)
#462114
(70,33,20)
#361B11
(54,27,17)
#26150E
(38,21,14)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #B64B29

#B64B29
(182,75,41)
#BC5B3C
(188,91,60)
#C26B4F
(194,107,79)
#C87B62
(200,123,98)
#CE8B75
(206,139,117)
#D49B88
(212,155,136)
#DAAB9B
(218,171,155)
#E0BBAE
(224,187,174)
#E6CBC1
(230,203,193)
#ECDBD4
(236,219,212)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B64B29; }

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

This text font color is #B64B29.

Background Color

.myBgColor { background-color: #B64B29; }

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

This div background color is #B64B29.

Border color

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

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

This div border color is #B64B29.

Opacity

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

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

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

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

This text has shadow with #B64B29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B64B29.

Preview

Color preview on black background

This text has color #B64B29 on black background.


Color preview on white background

This text has color #B64B29 on white background.


Black color preview on #B64B29 background

This text has black color on #B64B29 background.


White color preview on #B64B29 background

This text has white color on #B64B29 background.


Related colors

Complementary color

Complementary color for #hex is #49B4D6.


I love getcolorcode.com

Triadic colors

1 #29B64B and #4B29B6 with #B64B29 are triadic colors.

2 #294BB6 and #4BB629 with #B64B29 are triadic colors.