COLOR #B0722F

HEX: #B0722F RGB: (176,114,47)

Color info

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

RGB color model

#B0722F color RGB value is (176,114,47).

RGB: (176,114,47) (69%, 45%, 18%)

RGB channels and saturation

R 176 of 255 = 69%
G 114 of 255 = 45%
B 47 of 255 = 18%

176
114
47

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

Portions of RGB colors in percentages

R + G + B = 176 + 114 + 47 = 337 (100%)
R 176 of 337 ~ 52.23%
G 114 of 337 ~ 33.83%
B 47 of 337 ~ 13.95'%

%52.23
%33.83
%13.95

CMYK color model

#B0722F color CMYK value is (0,35,73,31).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 73.30%
  • key color value is 30.98%

CMYK: (0,35,73,31)
C0M35Y73K31 (0%, 35%, 73%, 31%)
(0.00 / 0.35 / 0.73 / 0.31)

CMYK percentages

%0
%35.23
%73.3
%30.98

Codes

Color #B0722F in popluar color models

B0 72 2F
RGB 176 114 47
HSL 31° 57.85% 43.73%
HSB/HSV 31° 73.30% 69.02%
CMYK 0.00% 35.23% 73.30%
30.98%

Color #B0722F in popluar number systems.

HEX B0 72 2F
Decimal 176 114 47
Binary 10110000 1110010 101111
Octal 260 162 57

Shades and tints

Shades of #B0722F

#B0722F
(176,114,47)
#A0682B
(160,104,43)
#905E27
(144,94,39)
#805423
(128,84,35)
#704A1F
(112,74,31)
#60401B
(96,64,27)
#503617
(80,54,23)
#402C13
(64,44,19)
#30220F
(48,34,15)
#20180B
(32,24,11)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #B0722F

#B0722F
(176,114,47)
#B77E41
(183,126,65)
#BE8A53
(190,138,83)
#C59665
(197,150,101)
#CCA277
(204,162,119)
#D3AE89
(211,174,137)
#DABA9B
(218,186,155)
#E1C6AD
(225,198,173)
#E8D2BF
(232,210,191)
#EFDED1
(239,222,209)
#F6EAE3
(246,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0722F color. Also use rgb(176,114,47) instead hex code.

Text Font Color

.myTextColor { color: #B0722F; }

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

This text font color is #B0722F.

Background Color

.myBgColor { background-color: #B0722F; }

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

This div background color is #B0722F.

Border color

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

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

This div border color is #B0722F.

Opacity

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

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

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

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

This text has shadow with #B0722F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0722F.

Preview

Color preview on black background

This text has color #B0722F on black background.


Color preview on white background

This text has color #B0722F on white background.


Black color preview on #B0722F background

This text has black color on #B0722F background.


White color preview on #B0722F background

This text has white color on #B0722F background.


Related colors

Complementary color

Complementary color for #hex is #4F8DD0.


I love getcolorcode.com

Triadic colors

1 #2FB072 and #722FB0 with #B0722F are triadic colors.

2 #2F72B0 and #72B02F with #B0722F are triadic colors.