COLOR #B07D50

HEX: #B07D50
RGB: (176,125,80)

Color info

#B07D50 contains mainly red and green colors. Web safe color of #B07D50 is #996666 (or #966).

RGB color model

#B07D50 color RGB value is (176,125,80).

  • red value is 176;
  • green value is 125;
  • blue value is 80.
RGB:
(176,125,80)
(69%,49%,31%)

RGB channels and saturation

R 176 of 255 = 69%
G 125 of 255 = 49%
B 80 of 255 = 31%

176
125
80

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

Portions of RGB colors in percentages

R + G + B =
176 + 125 + 80 = 381 (100%)
R 176 of 381 ~ 46.19%
G 125 of 381 ~ 32.81%
B 80 of 381 ~ 21%

%46.19
%32.81
%21

CMYK color model

#B07D50 color CMYK value is (0,29,55,31).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 54.55%
  • key color value is 30.98%
CMYK:
(0,29,55,31)
C0M29Y55K31 
(0%,29%,55%,31%)
(0.00/0.29/0.55/0.31)	

CMYK percentages

%0
%28.98
%54.55
%30.98

Codes

Color #B07D50 in popluar color models

B07D50
RGB17612580
HSL28°37.80%50.20%
HSB/HSV28°54.55%69.02%
CMYK0.00%28.98%54.55%
30.98%

Color #B07D50 in popluar number systems.

HEXB07D50
Decimal17612580
Binary1011000011111011010000
Octal260175120

Shades and tints

Shades of #B07D50

#B07D50
(176,125,80)
#A07249
(160,114,73)
#906742
(144,103,66)
#805C3B
(128,92,59)
#705134
(112,81,52)
#60462D
(96,70,45)
#503B26
(80,59,38)
#40301F
(64,48,31)
#302518
(48,37,24)
#201A11
(32,26,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #B07D50

#B07D50
(176,125,80)
#B7885F
(183,136,95)
#BE936E
(190,147,110)
#C59E7D
(197,158,125)
#CCA98C
(204,169,140)
#D3B49B
(211,180,155)
#DABFAA
(218,191,170)
#E1CAB9
(225,202,185)
#E8D5C8
(232,213,200)
#EFE0D7
(239,224,215)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07D50 color. Also use rgb(176,125,80) instead hex code.

Text Font Color

.myTextColor { color: #B07D50; }

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

This text font color is #B07D50.


Background Color

.myBgColor { background-color: #B07D50; }

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

This div background color is #B07D50.


Border color

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

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

This div border color is #B07D50.


Opacity

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

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

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

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

This text has shadow with #B07D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07D50 on black background.


Color preview on white background

This text has color #B07D50 on white background.



Black color preview on #B07D50 background

This text has black color on #B07D50 background.


White color preview on #B07D50 background

This text has white color on #B07D50 background.