COLOR #B07B60

HEX: #B07B60 RGB: (176,123,96)

Color info

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

RGB color model

#B07B60 color RGB value is (176,123,96).

RGB: (176,123,96) (69%, 48%, 38%)

RGB channels and saturation

R 176 of 255 = 69%
G 123 of 255 = 48%
B 96 of 255 = 38%

176
123
96

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

Portions of RGB colors in percentages

R + G + B = 176 + 123 + 96 = 395 (100%)
R 176 of 395 ~ 44.56%
G 123 of 395 ~ 31.14%
B 96 of 395 ~ 24.3'%

%44.56
%31.14
%24.3

CMYK color model

#B07B60 color CMYK value is (0,30,45,31).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 45.45%
  • key color value is 30.98%

CMYK: (0,30,45,31)
C0M30Y45K31 (0%, 30%, 45%, 31%)
(0.00 / 0.30 / 0.45 / 0.31)

CMYK percentages

%0
%30.11
%45.45
%30.98

Codes

Color #B07B60 in popluar color models

B0 7B 60
RGB 176 123 96
HSL 20° 33.61% 53.33%
HSB/HSV 20° 45.45% 69.02%
CMYK 0.00% 30.11% 45.45%
30.98%

Color #B07B60 in popluar number systems.

HEX B0 7B 60
Decimal 176 123 96
Binary 10110000 1111011 1100000
Octal 260 173 140

Shades and tints

Shades of #B07B60

#B07B60
(176,123,96)
#A07058
(160,112,88)
#906550
(144,101,80)
#805A48
(128,90,72)
#704F40
(112,79,64)
#604438
(96,68,56)
#503930
(80,57,48)
#402E28
(64,46,40)
#302320
(48,35,32)
#201818
(32,24,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #B07B60

#B07B60
(176,123,96)
#B7876E
(183,135,110)
#BE937C
(190,147,124)
#C59F8A
(197,159,138)
#CCAB98
(204,171,152)
#D3B7A6
(211,183,166)
#DAC3B4
(218,195,180)
#E1CFC2
(225,207,194)
#E8DBD0
(232,219,208)
#EFE7DE
(239,231,222)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07B60 color. Also use rgb(176,123,96) instead hex code.

Text Font Color

.myTextColor { color: #B07B60; }

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

This text font color is #B07B60.

Background Color

.myBgColor { background-color: #B07B60; }

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

This div background color is #B07B60.

Border color

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

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

This div border color is #B07B60.

Opacity

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

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

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

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

This text has shadow with #B07B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07B60.

Preview

Color preview on black background

This text has color #B07B60 on black background.


Color preview on white background

This text has color #B07B60 on white background.


Black color preview on #B07B60 background

This text has black color on #B07B60 background.


White color preview on #B07B60 background

This text has white color on #B07B60 background.


Related colors

Complementary color

Complementary color for #hex is #4F849F.


I love getcolorcode.com

Triadic colors

1 #60B07B and #7B60B0 with #B07B60 are triadic colors.

2 #607BB0 and #7BB060 with #B07B60 are triadic colors.