COLOR #B45C32

HEX: #B45C32 RGB: (180,92,50)

Color info

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

RGB color model

#B45C32 color RGB value is (180,92,50).

RGB: (180,92,50) (71%, 36%, 20%)

RGB channels and saturation

R 180 of 255 = 71%
G 92 of 255 = 36%
B 50 of 255 = 20%

180
92
50

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

Portions of RGB colors in percentages

R + G + B = 180 + 92 + 50 = 322 (100%)
R 180 of 322 ~ 55.9%
G 92 of 322 ~ 28.57%
B 50 of 322 ~ 15.53'%

%55.9
%28.57
%15.53

CMYK color model

#B45C32 color CMYK value is (0,49,72,29).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 72.22%
  • key color value is 29.41%

CMYK: (0,49,72,29)
C0M49Y72K29 (0%, 49%, 72%, 29%)
(0.00 / 0.49 / 0.72 / 0.29)

CMYK percentages

%0
%48.89
%72.22
%29.41

Codes

Color #B45C32 in popluar color models

B4 5C 32
RGB 180 92 50
HSL 19° 56.52% 45.10%
HSB/HSV 19° 72.22% 70.59%
CMYK 0.00% 48.89% 72.22%
29.41%

Color #B45C32 in popluar number systems.

HEX B4 5C 32
Decimal 180 92 50
Binary 10110100 1011100 110010
Octal 264 134 62

Shades and tints

Shades of #B45C32

#B45C32
(180,92,50)
#A4542E
(164,84,46)
#944C2A
(148,76,42)
#844426
(132,68,38)
#743C22
(116,60,34)
#64341E
(100,52,30)
#542C1A
(84,44,26)
#442416
(68,36,22)
#341C12
(52,28,18)
#24140E
(36,20,14)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #B45C32

#B45C32
(180,92,50)
#BA6A44
(186,106,68)
#C07856
(192,120,86)
#C68668
(198,134,104)
#CC947A
(204,148,122)
#D2A28C
(210,162,140)
#D8B09E
(216,176,158)
#DEBEB0
(222,190,176)
#E4CCC2
(228,204,194)
#EADAD4
(234,218,212)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45C32 color. Also use rgb(180,92,50) instead hex code.

Text Font Color

.myTextColor { color: #B45C32; }

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

This text font color is #B45C32.

Background Color

.myBgColor { background-color: #B45C32; }

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

This div background color is #B45C32.

Border color

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

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

This div border color is #B45C32.

Opacity

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

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

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

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

This text has shadow with #B45C32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45C32.

Preview

Color preview on black background

This text has color #B45C32 on black background.


Color preview on white background

This text has color #B45C32 on white background.


Black color preview on #B45C32 background

This text has black color on #B45C32 background.


White color preview on #B45C32 background

This text has white color on #B45C32 background.


Related colors

Complementary color

Complementary color for #hex is #4BA3CD.


I love getcolorcode.com

Triadic colors

1 #32B45C and #5C32B4 with #B45C32 are triadic colors.

2 #325CB4 and #5CB432 with #B45C32 are triadic colors.