COLOR #B07053

HEX: #B07053
RGB: (176,112,83)

Color info

#B07053 contains mainly red color. Web safe color of #B07053 is #996666 (or #966).

RGB color model

#B07053 color RGB value is (176,112,83).

  • red value is 176;
  • green value is 112;
  • blue value is 83.
RGB:
(176,112,83)
(69%,44%,33%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 83 of 255 = 33%

176
112
83

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

Portions of RGB colors in percentages

R + G + B =
176 + 112 + 83 = 371 (100%)
R 176 of 371 ~ 47.44%
G 112 of 371 ~ 30.19%
B 83 of 371 ~ 22.37%

%47.44
%30.19
%22.37

CMYK color model

#B07053 color CMYK value is (0,36,53,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 52.84%
  • key color value is 30.98%
CMYK:
(0,36,53,31)
C0M36Y53K31 
(0%,36%,53%,31%)
(0.00/0.36/0.53/0.31)	

CMYK percentages

%0
%36.36
%52.84
%30.98

Codes

Color #B07053 in popluar color models

B07053
RGB17611283
HSL19°37.05%50.78%
HSB/HSV19°52.84%69.02%
CMYK0.00%36.36%52.84%
30.98%

Color #B07053 in popluar number systems.

HEXB07053
Decimal17611283
Binary1011000011100001010011
Octal260160123

Shades and tints

Shades of #B07053

#B07053
(176,112,83)
#A0664C
(160,102,76)
#905C45
(144,92,69)
#80523E
(128,82,62)
#704837
(112,72,55)
#603E30
(96,62,48)
#503429
(80,52,41)
#402A22
(64,42,34)
#30201B
(48,32,27)
#201614
(32,22,20)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #B07053

#B07053
(176,112,83)
#B77D62
(183,125,98)
#BE8A71
(190,138,113)
#C59780
(197,151,128)
#CCA48F
(204,164,143)
#D3B19E
(211,177,158)
#DABEAD
(218,190,173)
#E1CBBC
(225,203,188)
#E8D8CB
(232,216,203)
#EFE5DA
(239,229,218)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07053 color. Also use rgb(176,112,83) instead hex code.

Text Font Color

.myTextColor { color: #B07053; }

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

This text font color is #B07053.


Background Color

.myBgColor { background-color: #B07053; }

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

This div background color is #B07053.


Border color

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

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

This div border color is #B07053.


Opacity

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

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

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

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

This text has shadow with #B07053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07053 on black background.


Color preview on white background

This text has color #B07053 on white background.



Black color preview on #B07053 background

This text has black color on #B07053 background.


White color preview on #B07053 background

This text has white color on #B07053 background.