COLOR #B04632

HEX: #B04632
RGB: (176,70,50)

Color info

#B04632 contains mainly red color. Web safe color of #B04632 is #993333 (or #933).

RGB color model

#B04632 color RGB value is (176,70,50).

  • red value is 176;
  • green value is 70;
  • blue value is 50.
RGB:
(176,70,50)
(69%,27%,20%)

RGB channels and saturation

R 176 of 255 = 69%
G 70 of 255 = 27%
B 50 of 255 = 20%

176
70
50

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

Portions of RGB colors in percentages

R + G + B =
176 + 70 + 50 = 296 (100%)
R 176 of 296 ~ 59.46%
G 70 of 296 ~ 23.65%
B 50 of 296 ~ 16.89%

%59.46
%23.65
%16.89

CMYK color model

#B04632 color CMYK value is (0,60,72,31).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 71.59%
  • key color value is 30.98%
CMYK:
(0,60,72,31)
C0M60Y72K31 
(0%,60%,72%,31%)
(0.00/0.60/0.72/0.31)	

CMYK percentages

%0
%60.23
%71.59
%30.98

Codes

Color #B04632 in popluar color models

B04632
RGB1767050
HSL10°55.75%44.31%
HSB/HSV10°71.59%69.02%
CMYK0.00%60.23%71.59%
30.98%

Color #B04632 in popluar number systems.

HEXB04632
Decimal1767050
Binary101100001000110110010
Octal26010662

Shades and tints

Shades of #B04632

#B04632
(176,70,50)
#A0402E
(160,64,46)
#903A2A
(144,58,42)
#803426
(128,52,38)
#702E22
(112,46,34)
#60281E
(96,40,30)
#50221A
(80,34,26)
#401C16
(64,28,22)
#301612
(48,22,18)
#20100E
(32,16,14)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #B04632

#B04632
(176,70,50)
#B75644
(183,86,68)
#BE6656
(190,102,86)
#C57668
(197,118,104)
#CC867A
(204,134,122)
#D3968C
(211,150,140)
#DAA69E
(218,166,158)
#E1B6B0
(225,182,176)
#E8C6C2
(232,198,194)
#EFD6D4
(239,214,212)
#F6E6E6
(246,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04632 color. Also use rgb(176,70,50) instead hex code.

Text Font Color

.myTextColor { color: #B04632; }

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

This text font color is #B04632.


Background Color

.myBgColor { background-color: #B04632; }

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

This div background color is #B04632.


Border color

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

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

This div border color is #B04632.


Opacity

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

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

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

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

This text has shadow with #B04632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04632 on black background.


Color preview on white background

This text has color #B04632 on white background.



Black color preview on #B04632 background

This text has black color on #B04632 background.


White color preview on #B04632 background

This text has white color on #B04632 background.