COLOR #B07077

HEX: #B07077 RGB: (176,112,119)

Color info

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

RGB color model

#B07077 color RGB value is (176,112,119).

RGB: (176,112,119) (69%, 44%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 119 of 255 = 47%

176
112
119

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

Portions of RGB colors in percentages

R + G + B = 176 + 112 + 119 = 407 (100%)
R 176 of 407 ~ 43.24%
G 112 of 407 ~ 27.52%
B 119 of 407 ~ 29.24'%

%43.24
%27.52
%29.24

CMYK color model

#B07077 color CMYK value is (0,36,32,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 32.39%
  • key color value is 30.98%

CMYK: (0,36,32,31)
C0M36Y32K31 (0%, 36%, 32%, 31%)
(0.00 / 0.36 / 0.32 / 0.31)

CMYK percentages

%0
%36.36
%32.39
%30.98

Codes

Color #B07077 in popluar color models

B0 70 77
RGB 176 112 119
HSL 353° 28.83% 56.47%
HSB/HSV 353° 36.36% 69.02%
CMYK 0.00% 36.36% 32.39%
30.98%

Color #B07077 in popluar number systems.

HEX B0 70 77
Decimal 176 112 119
Binary 10110000 1110000 1110111
Octal 260 160 167

Shades and tints

Shades of #B07077

#B07077
(176,112,119)
#A0666D
(160,102,109)
#905C63
(144,92,99)
#805259
(128,82,89)
#70484F
(112,72,79)
#603E45
(96,62,69)
#50343B
(80,52,59)
#402A31
(64,42,49)
#302027
(48,32,39)
#20161D
(32,22,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #B07077

#B07077
(176,112,119)
#B77D83
(183,125,131)
#BE8A8F
(190,138,143)
#C5979B
(197,151,155)
#CCA4A7
(204,164,167)
#D3B1B3
(211,177,179)
#DABEBF
(218,190,191)
#E1CBCB
(225,203,203)
#E8D8D7
(232,216,215)
#EFE5E3
(239,229,227)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07077; }

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

This text font color is #B07077.

Background Color

.myBgColor { background-color: #B07077; }

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

This div background color is #B07077.

Border color

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

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

This div border color is #B07077.

Opacity

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

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

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

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

This text has shadow with #B07077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07077.

Preview

Color preview on black background

This text has color #B07077 on black background.


Color preview on white background

This text has color #B07077 on white background.


Black color preview on #B07077 background

This text has black color on #B07077 background.


White color preview on #B07077 background

This text has white color on #B07077 background.


Related colors

Complementary color

Complementary color for #hex is #4F8F88.


I love getcolorcode.com

Triadic colors

1 #77B070 and #7077B0 with #B07077 are triadic colors.

2 #7770B0 and #70B077 with #B07077 are triadic colors.