COLOR #B07852

HEX: #B07852
RGB: (176,120,82)

Color info

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

RGB color model

#B07852 color RGB value is (176,120,82).

  • red value is 176;
  • green value is 120;
  • blue value is 82.
RGB:
(176,120,82)
(69%,47%,32%)

RGB channels and saturation

R 176 of 255 = 69%
G 120 of 255 = 47%
B 82 of 255 = 32%

176
120
82

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

Portions of RGB colors in percentages

R + G + B =
176 + 120 + 82 = 378 (100%)
R 176 of 378 ~ 46.56%
G 120 of 378 ~ 31.75%
B 82 of 378 ~ 21.69%

%46.56
%31.75
%21.69

CMYK color model

#B07852 color CMYK value is (0,32,53,31).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 53.41%
  • key color value is 30.98%
CMYK:
(0,32,53,31)
C0M32Y53K31 
(0%,32%,53%,31%)
(0.00/0.32/0.53/0.31)	

CMYK percentages

%0
%31.82
%53.41
%30.98

Codes

Color #B07852 in popluar color models

B07852
RGB17612082
HSL24°37.30%50.59%
HSB/HSV24°53.41%69.02%
CMYK0.00%31.82%53.41%
30.98%

Color #B07852 in popluar number systems.

HEXB07852
Decimal17612082
Binary1011000011110001010010
Octal260170122

Shades and tints

Shades of #B07852

#B07852
(176,120,82)
#A06E4B
(160,110,75)
#906444
(144,100,68)
#805A3D
(128,90,61)
#705036
(112,80,54)
#60462F
(96,70,47)
#503C28
(80,60,40)
#403221
(64,50,33)
#30281A
(48,40,26)
#201E13
(32,30,19)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #B07852

#B07852
(176,120,82)
#B78461
(183,132,97)
#BE9070
(190,144,112)
#C59C7F
(197,156,127)
#CCA88E
(204,168,142)
#D3B49D
(211,180,157)
#DAC0AC
(218,192,172)
#E1CCBB
(225,204,187)
#E8D8CA
(232,216,202)
#EFE4D9
(239,228,217)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07852 color. Also use rgb(176,120,82) instead hex code.

Text Font Color

.myTextColor { color: #B07852; }

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

This text font color is #B07852.


Background Color

.myBgColor { background-color: #B07852; }

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

This div background color is #B07852.


Border color

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

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

This div border color is #B07852.


Opacity

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

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

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

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

This text has shadow with #B07852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07852 on black background.


Color preview on white background

This text has color #B07852 on white background.



Black color preview on #B07852 background

This text has black color on #B07852 background.


White color preview on #B07852 background

This text has white color on #B07852 background.