COLOR #B07E56

HEX: #B07E56 RGB: (176,126,86)

Color info

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

RGB color model

#B07E56 color RGB value is (176,126,86).

RGB: (176,126,86) (69%, 49%, 34%)

RGB channels and saturation

R 176 of 255 = 69%
G 126 of 255 = 49%
B 86 of 255 = 34%

176
126
86

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

Portions of RGB colors in percentages

R + G + B = 176 + 126 + 86 = 388 (100%)
R 176 of 388 ~ 45.36%
G 126 of 388 ~ 32.47%
B 86 of 388 ~ 22.16'%

%45.36
%32.47
%22.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK: (0,28,51,31) C0M28Y51K31 (0%,28%,51%,31%) (0.00/0.28/0.51/0.31) 

CMYK percentages

%0
%28.41
%51.14
%30.98

Codes

Color #B07E56 in popluar color models

B0 7E 56
RGB 176 126 86
HSL 27° 36.29% 51.37%
HSB/HSV 27° 51.14% 69.02%
CMYK 0.00% 28.41% 51.14%
30.98%

Color #B07E56 in popluar number systems.

HEX B0 7E 56
Decimal 176 126 86
Binary 10110000 1111110 1010110
Octal 260 176 126

Shades and tints

Shades of #B07E56

#B07E56
(176,126,86)
#A0734F
(160,115,79)
#906848
(144,104,72)
#805D41
(128,93,65)
#70523A
(112,82,58)
#604733
(96,71,51)
#503C2C
(80,60,44)
#403125
(64,49,37)
#30261E
(48,38,30)
#201B17
(32,27,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #B07E56

#B07E56
(176,126,86)
#B78965
(183,137,101)
#BE9474
(190,148,116)
#C59F83
(197,159,131)
#CCAA92
(204,170,146)
#D3B5A1
(211,181,161)
#DAC0B0
(218,192,176)
#E1CBBF
(225,203,191)
#E8D6CE
(232,214,206)
#EFE1DD
(239,225,221)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07E56; }

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

This text font color is #B07E56.

Background Color

.myBgColor { background-color: #B07E56; }

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

This div background color is #B07E56.

Border color

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

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

This div border color is #B07E56.

Opacity

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

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

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

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

This text has shadow with #B07E56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07E56.

Preview

Color preview on black background

This text has color #B07E56 on black background.


Color preview on white background

This text has color #B07E56 on white background.


Black color preview on #B07E56 background

This text has black color on #B07E56 background.


White color preview on #B07E56 background

This text has white color on #B07E56 background.


Related colors

Complementary color

Complementary color for #hex is #4F81A9.


I love getcolorcode.com

Triadic colors

1 #56B07E and #7E56B0 with #B07E56 are triadic colors.

2 #567EB0 and #7EB056 with #B07E56 are triadic colors.