COLOR #B07C8A

HEX: #B07C8A RGB: (176,124,138)

Color info

#B07C8A contains red, green and blue colors in about the same proportion. Web safe color of #B07C8A is #996699 (or #969).

RGB color model

#B07C8A color RGB value is (176,124,138).

RGB: (176,124,138) (69%, 49%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 124 of 255 = 49%
B 138 of 255 = 54%

176
124
138

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

Portions of RGB colors in percentages

R + G + B = 176 + 124 + 138 = 438 (100%)
R 176 of 438 ~ 40.18%
G 124 of 438 ~ 28.31%
B 138 of 438 ~ 31.51'%

%40.18
%28.31
%31.51

CMYK color model

#B07C8A color CMYK value is (0,30,22,31).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 21.59%
  • key color value is 30.98%

CMYK: (0,30,22,31)
C0M30Y22K31 (0%, 30%, 22%, 31%)
(0.00 / 0.30 / 0.22 / 0.31)

CMYK percentages

%0
%29.55
%21.59
%30.98

Codes

Color #B07C8A in popluar color models

B0 7C 8A
RGB 176 124 138
HSL 344° 24.76% 58.82%
HSB/HSV 344° 29.55% 69.02%
CMYK 0.00% 29.55% 21.59%
30.98%

Color #B07C8A in popluar number systems.

HEX B0 7C 8A
Decimal 176 124 138
Binary 10110000 1111100 10001010
Octal 260 174 212

Shades and tints

Shades of #B07C8A

#B07C8A
(176,124,138)
#A0717E
(160,113,126)
#906672
(144,102,114)
#805B66
(128,91,102)
#70505A
(112,80,90)
#60454E
(96,69,78)
#503A42
(80,58,66)
#402F36
(64,47,54)
#30242A
(48,36,42)
#20191E
(32,25,30)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #B07C8A

#B07C8A
(176,124,138)
#B78794
(183,135,148)
#BE929E
(190,146,158)
#C59DA8
(197,157,168)
#CCA8B2
(204,168,178)
#D3B3BC
(211,179,188)
#DABEC6
(218,190,198)
#E1C9D0
(225,201,208)
#E8D4DA
(232,212,218)
#EFDFE4
(239,223,228)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07C8A color. Also use rgb(176,124,138) instead hex code.

Text Font Color

.myTextColor { color: #B07C8A; }

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

This text font color is #B07C8A.

Background Color

.myBgColor { background-color: #B07C8A; }

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

This div background color is #B07C8A.

Border color

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

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

This div border color is #B07C8A.

Opacity

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

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

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

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

This text has shadow with #B07C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07C8A.

Preview

Color preview on black background

This text has color #B07C8A on black background.


Color preview on white background

This text has color #B07C8A on white background.


Black color preview on #B07C8A background

This text has black color on #B07C8A background.


White color preview on #B07C8A background

This text has white color on #B07C8A background.


Related colors

Complementary color

Complementary color for #hex is #4F8375.


I love getcolorcode.com

Triadic colors

1 #8AB07C and #7C8AB0 with #B07C8A are triadic colors.

2 #8A7CB0 and #7CB08A with #B07C8A are triadic colors.