COLOR #B0802D

HEX: #B0802D RGB: (176,128,45)

Color info

#B0802D contains mainly red and green colors. Web safe color of #B0802D is #996633 (or #963).

RGB color model

#B0802D color RGB value is (176,128,45).

RGB: (176,128,45) (69%, 50%, 18%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 45 of 255 = 18%

176
128
45

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

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 45 = 349 (100%)
R 176 of 349 ~ 50.43%
G 128 of 349 ~ 36.68%
B 45 of 349 ~ 12.89'%

%50.43
%36.68
%12.89

CMYK color model

#B0802D color CMYK value is (0,27,74,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 74.43%
  • key color value is 30.98%
CMYK: (0,27,74,31) C0M27Y74K31 (0%,27%,74%,31%) (0.00/0.27/0.74/0.31) 

CMYK percentages

%0
%27.27
%74.43
%30.98

Codes

Color #B0802D in popluar color models

B0 80 2D
RGB 176 128 45
HSL 38° 59.28% 43.33%
HSB/HSV 38° 74.43% 69.02%
CMYK 0.00% 27.27% 74.43%
30.98%

Color #B0802D in popluar number systems.

HEX B0 80 2D
Decimal 176 128 45
Binary 10110000 10000000 101101
Octal 260 200 55

Shades and tints

Shades of #B0802D

#B0802D
(176,128,45)
#A07529
(160,117,41)
#906A25
(144,106,37)
#805F21
(128,95,33)
#70541D
(112,84,29)
#604919
(96,73,25)
#503E15
(80,62,21)
#403311
(64,51,17)
#30280D
(48,40,13)
#201D09
(32,29,9)
#101205
(16,18,5)
#000000
(0,0,0)

Tints of #B0802D

#B0802D
(176,128,45)
#B78B40
(183,139,64)
#BE9653
(190,150,83)
#C5A166
(197,161,102)
#CCAC79
(204,172,121)
#D3B78C
(211,183,140)
#DAC29F
(218,194,159)
#E1CDB2
(225,205,178)
#E8D8C5
(232,216,197)
#EFE3D8
(239,227,216)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0802D color. Also use rgb(176,128,45) instead hex code.

Text Font Color

.myTextColor { color: #B0802D; }

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

This text font color is #B0802D.

Background Color

.myBgColor { background-color: #B0802D; }

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

This div background color is #B0802D.

Border color

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

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

This div border color is #B0802D.

Opacity

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

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

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

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

This text has shadow with #B0802D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0802D.

Preview

Color preview on black background

This text has color #B0802D on black background.


Color preview on white background

This text has color #B0802D on white background.


Black color preview on #B0802D background

This text has black color on #B0802D background.


White color preview on #B0802D background

This text has white color on #B0802D background.


Related colors

Complementary color

Complementary color for #hex is #4F7FD2.


I love getcolorcode.com

Triadic colors

1 #2DB080 and #802DB0 with #B0802D are triadic colors.

2 #2D80B0 and #80B02D with #B0802D are triadic colors.