COLOR #B0542A

HEX: #B0542A
RGB: (176,84,42)

Color info

#B0542A contains mainly red color. Web safe color of #B0542A is #996633 (or #963).

RGB color model

#B0542A color RGB value is (176,84,42).

  • red value is 176;
  • green value is 84;
  • blue value is 42.
RGB:
(176,84,42)
(69%,33%,16%)

RGB channels and saturation

R 176 of 255 = 69%
G 84 of 255 = 33%
B 42 of 255 = 16%

176
84
42

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

Portions of RGB colors in percentages

R + G + B =
176 + 84 + 42 = 302 (100%)
R 176 of 302 ~ 58.28%
G 84 of 302 ~ 27.81%
B 42 of 302 ~ 13.91%

%58.28
%27.81
%13.91

CMYK color model

#B0542A color CMYK value is (0,52,76,31).

  • cyan value is 0.00%
  • magenta value is 52.27%
  • yellow value is 76.14%
  • key color value is 30.98%
CMYK:
(0,52,76,31)
C0M52Y76K31 
(0%,52%,76%,31%)
(0.00/0.52/0.76/0.31)	

CMYK percentages

%0
%52.27
%76.14
%30.98

Codes

Color #B0542A in popluar color models

B0542A
RGB1768442
HSL19°61.47%42.75%
HSB/HSV19°76.14%69.02%
CMYK0.00%52.27%76.14%
30.98%

Color #B0542A in popluar number systems.

HEXB0542A
Decimal1768442
Binary101100001010100101010
Octal26012452

Shades and tints

Shades of #B0542A

#B0542A
(176,84,42)
#A04D27
(160,77,39)
#904624
(144,70,36)
#803F21
(128,63,33)
#70381E
(112,56,30)
#60311B
(96,49,27)
#502A18
(80,42,24)
#402315
(64,35,21)
#301C12
(48,28,18)
#20150F
(32,21,15)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #B0542A

#B0542A
(176,84,42)
#B7633D
(183,99,61)
#BE7250
(190,114,80)
#C58163
(197,129,99)
#CC9076
(204,144,118)
#D39F89
(211,159,137)
#DAAE9C
(218,174,156)
#E1BDAF
(225,189,175)
#E8CCC2
(232,204,194)
#EFDBD5
(239,219,213)
#F6EAE8
(246,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0542A color. Also use rgb(176,84,42) instead hex code.

Text Font Color

.myTextColor { color: #B0542A; }

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

This text font color is #B0542A.


Background Color

.myBgColor { background-color: #B0542A; }

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

This div background color is #B0542A.


Border color

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

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

This div border color is #B0542A.


Opacity

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

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

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

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

This text has shadow with #B0542A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0542A on black background.


Color preview on white background

This text has color #B0542A on white background.



Black color preview on #B0542A background

This text has black color on #B0542A background.


White color preview on #B0542A background

This text has white color on #B0542A background.