COLOR #B07878

HEX: #B07878 RGB: (176,120,120)

Color info

#B07878 contains red, green and blue colors in about the same proportion. Web safe color of #B07878 is #996666 (or #966).

RGB color model

#B07878 color RGB value is (176,120,120).

RGB: (176,120,120) (69%, 47%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 120 of 255 = 47%
B 120 of 255 = 47%

176
120
120

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

Portions of RGB colors in percentages

R + G + B = 176 + 120 + 120 = 416 (100%)
R 176 of 416 ~ 42.31%
G 120 of 416 ~ 28.85%
B 120 of 416 ~ 28.85'%

%42.31
%28.85
%28.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 31.82%
  • key color value is 30.98%

CMYK: (0,32,32,31)
C0M32Y32K31 (0%, 32%, 32%, 31%)
(0.00 / 0.32 / 0.32 / 0.31)

CMYK percentages

%0
%31.82
%31.82
%30.98

Codes

Color #B07878 in popluar color models

B0 78 78
RGB 176 120 120
HSL 26.17% 58.04%
HSB/HSV 31.82% 69.02%
CMYK 0.00% 31.82% 31.82%
30.98%

Color #B07878 in popluar number systems.

HEX B0 78 78
Decimal 176 120 120
Binary 10110000 1111000 1111000
Octal 260 170 170

Shades and tints

Shades of #B07878

#B07878
(176,120,120)
#A06E6E
(160,110,110)
#906464
(144,100,100)
#805A5A
(128,90,90)
#705050
(112,80,80)
#604646
(96,70,70)
#503C3C
(80,60,60)
#403232
(64,50,50)
#302828
(48,40,40)
#201E1E
(32,30,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #B07878

#B07878
(176,120,120)
#B78484
(183,132,132)
#BE9090
(190,144,144)
#C59C9C
(197,156,156)
#CCA8A8
(204,168,168)
#D3B4B4
(211,180,180)
#DAC0C0
(218,192,192)
#E1CCCC
(225,204,204)
#E8D8D8
(232,216,216)
#EFE4E4
(239,228,228)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07878; }

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

This text font color is #B07878.

Background Color

.myBgColor { background-color: #B07878; }

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

This div background color is #B07878.

Border color

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

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

This div border color is #B07878.

Opacity

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

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

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

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

This text has shadow with #B07878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07878.

Preview

Color preview on black background

This text has color #B07878 on black background.


Color preview on white background

This text has color #B07878 on white background.


Black color preview on #B07878 background

This text has black color on #B07878 background.


White color preview on #B07878 background

This text has white color on #B07878 background.


Related colors

Complementary color

Complementary color for #hex is #4F8787.


I love getcolorcode.com