COLOR #B07378

HEX: #B07378 RGB: (176,115,120)

Color info

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

RGB color model

#B07378 color RGB value is (176,115,120).

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

RGB channels and saturation

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

176
115
120

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

Portions of RGB colors in percentages

R + G + B = 176 + 115 + 120 = 411 (100%)
R 176 of 411 ~ 42.82%
G 115 of 411 ~ 27.98%
B 120 of 411 ~ 29.2'%

%42.82
%27.98
%29.2

CMYK color model

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

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

CMYK: (0,35,32,31)
C0M35Y32K31 (0%, 35%, 32%, 31%)
(0.00 / 0.35 / 0.32 / 0.31)

CMYK percentages

%0
%34.66
%31.82
%30.98

Codes

Color #B07378 in popluar color models

B0 73 78
RGB 176 115 120
HSL 355° 27.85% 57.06%
HSB/HSV 355° 34.66% 69.02%
CMYK 0.00% 34.66% 31.82%
30.98%

Color #B07378 in popluar number systems.

HEX B0 73 78
Decimal 176 115 120
Binary 10110000 1110011 1111000
Octal 260 163 170

Shades and tints

Shades of #B07378

#B07378
(176,115,120)
#A0696E
(160,105,110)
#905F64
(144,95,100)
#80555A
(128,85,90)
#704B50
(112,75,80)
#604146
(96,65,70)
#50373C
(80,55,60)
#402D32
(64,45,50)
#302328
(48,35,40)
#20191E
(32,25,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #B07378

#B07378
(176,115,120)
#B77F84
(183,127,132)
#BE8B90
(190,139,144)
#C5979C
(197,151,156)
#CCA3A8
(204,163,168)
#D3AFB4
(211,175,180)
#DABBC0
(218,187,192)
#E1C7CC
(225,199,204)
#E8D3D8
(232,211,216)
#EFDFE4
(239,223,228)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07378; }

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

This text font color is #B07378.

Background Color

.myBgColor { background-color: #B07378; }

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

This div background color is #B07378.

Border color

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

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

This div border color is #B07378.

Opacity

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

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

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

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

This text has shadow with #B07378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07378.

Preview

Color preview on black background

This text has color #B07378 on black background.


Color preview on white background

This text has color #B07378 on white background.


Black color preview on #B07378 background

This text has black color on #B07378 background.


White color preview on #B07378 background

This text has white color on #B07378 background.


Related colors

Complementary color

Complementary color for #hex is #4F8C87.


I love getcolorcode.com

Triadic colors

1 #78B073 and #7378B0 with #B07378 are triadic colors.

2 #7873B0 and #73B078 with #B07378 are triadic colors.