COLOR #B07A56

HEX: #B07A56
RGB: (176,122,86)

Color info

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

RGB color model

#B07A56 color RGB value is (176,122,86).

  • red value is 176;
  • green value is 122;
  • blue value is 86.
RGB:
(176,122,86)
(69%,48%,34%)

RGB channels and saturation

R 176 of 255 = 69%
G 122 of 255 = 48%
B 86 of 255 = 34%

176
122
86

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

Portions of RGB colors in percentages

R + G + B =
176 + 122 + 86 = 384 (100%)
R 176 of 384 ~ 45.83%
G 122 of 384 ~ 31.77%
B 86 of 384 ~ 22.4%

%45.83
%31.77
%22.4

CMYK color model

#B07A56 color CMYK value is (0,31,51,31).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK:
(0,31,51,31)
C0M31Y51K31 
(0%,31%,51%,31%)
(0.00/0.31/0.51/0.31)	

CMYK percentages

%0
%30.68
%51.14
%30.98

Codes

Color #B07A56 in popluar color models

B07A56
RGB17612286
HSL24°36.29%51.37%
HSB/HSV24°51.14%69.02%
CMYK0.00%30.68%51.14%
30.98%

Color #B07A56 in popluar number systems.

HEXB07A56
Decimal17612286
Binary1011000011110101010110
Octal260172126

Shades and tints

Shades of #B07A56

#B07A56
(176,122,86)
#A06F4F
(160,111,79)
#906448
(144,100,72)
#805941
(128,89,65)
#704E3A
(112,78,58)
#604333
(96,67,51)
#50382C
(80,56,44)
#402D25
(64,45,37)
#30221E
(48,34,30)
#201717
(32,23,23)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #B07A56

#B07A56
(176,122,86)
#B78665
(183,134,101)
#BE9274
(190,146,116)
#C59E83
(197,158,131)
#CCAA92
(204,170,146)
#D3B6A1
(211,182,161)
#DAC2B0
(218,194,176)
#E1CEBF
(225,206,191)
#E8DACE
(232,218,206)
#EFE6DD
(239,230,221)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07A56 color. Also use rgb(176,122,86) instead hex code.

Text Font Color

.myTextColor { color: #B07A56; }

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

This text font color is #B07A56.


Background Color

.myBgColor { background-color: #B07A56; }

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

This div background color is #B07A56.


Border color

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

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

This div border color is #B07A56.


Opacity

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

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

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

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

This text has shadow with #B07A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07A56 on black background.


Color preview on white background

This text has color #B07A56 on white background.



Black color preview on #B07A56 background

This text has black color on #B07A56 background.


White color preview on #B07A56 background

This text has white color on #B07A56 background.