COLOR #B0493A

HEX: #B0493A RGB: (176,73,58)

Color info

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

RGB color model

#B0493A color RGB value is (176,73,58).

RGB: (176,73,58) (69%, 29%, 23%)

RGB channels and saturation

R 176 of 255 = 69%
G 73 of 255 = 29%
B 58 of 255 = 23%

176
73
58

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

Portions of RGB colors in percentages

R + G + B = 176 + 73 + 58 = 307 (100%)
R 176 of 307 ~ 57.33%
G 73 of 307 ~ 23.78%
B 58 of 307 ~ 18.89'%

%57.33
%23.78
%18.89

CMYK color model

#B0493A color CMYK value is (0,59,67,31).

  • cyan value is 0.00%
  • magenta value is 58.52%
  • yellow value is 67.05%
  • key color value is 30.98%

CMYK: (0,59,67,31)
C0M59Y67K31 (0%, 59%, 67%, 31%)
(0.00 / 0.59 / 0.67 / 0.31)

CMYK percentages

%0
%58.52
%67.05
%30.98

Codes

Color #B0493A in popluar color models

B0 49 3A
RGB 176 73 58
HSL 50.43% 45.88%
HSB/HSV 67.05% 69.02%
CMYK 0.00% 58.52% 67.05%
30.98%

Color #B0493A in popluar number systems.

HEX B0 49 3A
Decimal 176 73 58
Binary 10110000 1001001 111010
Octal 260 111 72

Shades and tints

Shades of #B0493A

#B0493A
(176,73,58)
#A04335
(160,67,53)
#903D30
(144,61,48)
#80372B
(128,55,43)
#703126
(112,49,38)
#602B21
(96,43,33)
#50251C
(80,37,28)
#401F17
(64,31,23)
#301912
(48,25,18)
#20130D
(32,19,13)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #B0493A

#B0493A
(176,73,58)
#B7594B
(183,89,75)
#BE695C
(190,105,92)
#C5796D
(197,121,109)
#CC897E
(204,137,126)
#D3998F
(211,153,143)
#DAA9A0
(218,169,160)
#E1B9B1
(225,185,177)
#E8C9C2
(232,201,194)
#EFD9D3
(239,217,211)
#F6E9E4
(246,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0493A color. Also use rgb(176,73,58) instead hex code.

Text Font Color

.myTextColor { color: #B0493A; }

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

This text font color is #B0493A.

Background Color

.myBgColor { background-color: #B0493A; }

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

This div background color is #B0493A.

Border color

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

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

This div border color is #B0493A.

Opacity

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

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

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

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

This text has shadow with #B0493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0493A.

Preview

Color preview on black background

This text has color #B0493A on black background.


Color preview on white background

This text has color #B0493A on white background.


Black color preview on #B0493A background

This text has black color on #B0493A background.


White color preview on #B0493A background

This text has white color on #B0493A background.


Related colors

Complementary color

Complementary color for #hex is #4FB6C5.


I love getcolorcode.com

Triadic colors

1 #3AB049 and #493AB0 with #B0493A are triadic colors.

2 #3A49B0 and #49B03A with #B0493A are triadic colors.