COLOR #B45005

HEX: #B45005 RGB: (180,80,5)

Color info

#B45005 contains mainly red color. Web safe color of #B45005 is #CC6600 (or #C60).

RGB color model

#B45005 color RGB value is (180,80,5).

RGB: (180,80,5) (71%, 31%, 2%)

RGB channels and saturation

R 180 of 255 = 71%
G 80 of 255 = 31%
B 5 of 255 = 2%

180
80
5

R + G + B ~ 35%. #B45005 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 180 + 80 + 5 = 265 (100%)
R 180 of 265 ~ 67.92%
G 80 of 265 ~ 30.19%
B 5 of 265 ~ 1.89'%

%67.92
%30.19

CMYK color model

#B45005 color CMYK value is (0,56,97,29).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 97.22%
  • key color value is 29.41%

CMYK: (0,56,97,29)
C0M56Y97K29 (0%, 56%, 97%, 29%)
(0.00 / 0.56 / 0.97 / 0.29)

CMYK percentages

%0
%55.56
%97.22
%29.41

Codes

Color #B45005 in popluar color models

B4 50 05
RGB 180 80 5
HSL 26° 94.59% 36.27%
HSB/HSV 26° 97.22% 70.59%
CMYK 0.00% 55.56% 97.22%
29.41%

Color #B45005 in popluar number systems.

HEX B4 50 05
Decimal 180 80 5
Binary 10110100 1010000 101
Octal 264 120 5

Shades and tints

Shades of #B45005

#B45005
(180,80,5)
#A44905
(164,73,5)
#944205
(148,66,5)
#843B05
(132,59,5)
#743405
(116,52,5)
#642D05
(100,45,5)
#542605
(84,38,5)
#441F05
(68,31,5)
#341805
(52,24,5)
#241105
(36,17,5)
#140A05
(20,10,5)
#000000
(0,0,0)

Tints of #B45005

#B45005
(180,80,5)
#BA5F1B
(186,95,27)
#C06E31
(192,110,49)
#C67D47
(198,125,71)
#CC8C5D
(204,140,93)
#D29B73
(210,155,115)
#D8AA89
(216,170,137)
#DEB99F
(222,185,159)
#E4C8B5
(228,200,181)
#EAD7CB
(234,215,203)
#F0E6E1
(240,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45005 color. Also use rgb(180,80,5) instead hex code.

Text Font Color

.myTextColor { color: #B45005; }

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

This text font color is #B45005.

Background Color

.myBgColor { background-color: #B45005; }

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

This div background color is #B45005.

Border color

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

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

This div border color is #B45005.

Opacity

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

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

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

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

This text has shadow with #B45005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45005.

Preview

Color preview on black background

This text has color #B45005 on black background.


Color preview on white background

This text has color #B45005 on white background.


Black color preview on #B45005 background

This text has black color on #B45005 background.


White color preview on #B45005 background

This text has white color on #B45005 background.


Related colors

Complementary color

Complementary color for #hex is #4BAFFA.


I love getcolorcode.com

Triadic colors

1 #05B450 and #5005B4 with #B45005 are triadic colors.

2 #0550B4 and #50B405 with #B45005 are triadic colors.