COLOR #B45A28

HEX: #B45A28 RGB: (180,90,40)

Color info

#B45A28 contains mainly red color. Web safe color of #B45A28 is #CC6633 (or #C63).

RGB color model

#B45A28 color RGB value is (180,90,40).

RGB: (180,90,40) (71%, 35%, 16%)

RGB channels and saturation

R 180 of 255 = 71%
G 90 of 255 = 35%
B 40 of 255 = 16%

180
90
40

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

Portions of RGB colors in percentages

R + G + B = 180 + 90 + 40 = 310 (100%)
R 180 of 310 ~ 58.06%
G 90 of 310 ~ 29.03%
B 40 of 310 ~ 12.9'%

%58.06
%29.03
%12.9

CMYK color model

#B45A28 color CMYK value is (0,50,78,29).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 77.78%
  • key color value is 29.41%
CMYK: (0,50,78,29) C0M50Y78K29 (0%,50%,78%,29%) (0.00/0.50/0.78/0.29) 

CMYK percentages

%0
%50
%77.78
%29.41

Codes

Color #B45A28 in popluar color models

B4 5A 28
RGB 180 90 40
HSL 21° 63.64% 43.14%
HSB/HSV 21° 77.78% 70.59%
CMYK 0.00% 50.00% 77.78%
29.41%

Color #B45A28 in popluar number systems.

HEX B4 5A 28
Decimal 180 90 40
Binary 10110100 1011010 101000
Octal 264 132 50

Shades and tints

Shades of #B45A28

#B45A28
(180,90,40)
#A45225
(164,82,37)
#944A22
(148,74,34)
#84421F
(132,66,31)
#743A1C
(116,58,28)
#643219
(100,50,25)
#542A16
(84,42,22)
#442213
(68,34,19)
#341A10
(52,26,16)
#24120D
(36,18,13)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #B45A28

#B45A28
(180,90,40)
#BA693B
(186,105,59)
#C0784E
(192,120,78)
#C68761
(198,135,97)
#CC9674
(204,150,116)
#D2A587
(210,165,135)
#D8B49A
(216,180,154)
#DEC3AD
(222,195,173)
#E4D2C0
(228,210,192)
#EAE1D3
(234,225,211)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45A28 color. Also use rgb(180,90,40) instead hex code.

Text Font Color

.myTextColor { color: #B45A28; }

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

This text font color is #B45A28.

Background Color

.myBgColor { background-color: #B45A28; }

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

This div background color is #B45A28.

Border color

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

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

This div border color is #B45A28.

Opacity

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

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

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

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

This text has shadow with #B45A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45A28.

Preview

Color preview on black background

This text has color #B45A28 on black background.


Color preview on white background

This text has color #B45A28 on white background.


Black color preview on #B45A28 background

This text has black color on #B45A28 background.


White color preview on #B45A28 background

This text has white color on #B45A28 background.


Related colors

Complementary color

Complementary color for #hex is #4BA5D7.


I love getcolorcode.com

Triadic colors

1 #28B45A and #5A28B4 with #B45A28 are triadic colors.

2 #285AB4 and #5AB428 with #B45A28 are triadic colors.