COLOR #B07390

HEX: #B07390 RGB: (176,115,144)

Color info

#B07390 contains mainly red and blue colors. Web safe color of #B07390 is #996699 (or #969).

RGB color model

#B07390 color RGB value is (176,115,144).

RGB: (176,115,144) (69%, 45%, 56%)

RGB channels and saturation

R 176 of 255 = 69%
G 115 of 255 = 45%
B 144 of 255 = 56%

176
115
144

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

Portions of RGB colors in percentages

R + G + B = 176 + 115 + 144 = 435 (100%)
R 176 of 435 ~ 40.46%
G 115 of 435 ~ 26.44%
B 144 of 435 ~ 33.1'%

%40.46
%26.44
%33.1

CMYK color model

#B07390 color CMYK value is (0,35,18,31).

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

CMYK: (0,35,18,31)
C0M35Y18K31 (0%, 35%, 18%, 31%)
(0.00 / 0.35 / 0.18 / 0.31)

CMYK percentages

%0
%34.66
%18.18
%30.98

Codes

Color #B07390 in popluar color models

B0 73 90
RGB 176 115 144
HSL 331° 27.85% 57.06%
HSB/HSV 331° 34.66% 69.02%
CMYK 0.00% 34.66% 18.18%
30.98%

Color #B07390 in popluar number systems.

HEX B0 73 90
Decimal 176 115 144
Binary 10110000 1110011 10010000
Octal 260 163 220

Shades and tints

Shades of #B07390

#B07390
(176,115,144)
#A06983
(160,105,131)
#905F76
(144,95,118)
#805569
(128,85,105)
#704B5C
(112,75,92)
#60414F
(96,65,79)
#503742
(80,55,66)
#402D35
(64,45,53)
#302328
(48,35,40)
#20191B
(32,25,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #B07390

#B07390
(176,115,144)
#B77F9A
(183,127,154)
#BE8BA4
(190,139,164)
#C597AE
(197,151,174)
#CCA3B8
(204,163,184)
#D3AFC2
(211,175,194)
#DABBCC
(218,187,204)
#E1C7D6
(225,199,214)
#E8D3E0
(232,211,224)
#EFDFEA
(239,223,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07390; }

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

This text font color is #B07390.

Background Color

.myBgColor { background-color: #B07390; }

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

This div background color is #B07390.

Border color

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

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

This div border color is #B07390.

Opacity

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

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

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

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

This text has shadow with #B07390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07390.

Preview

Color preview on black background

This text has color #B07390 on black background.


Color preview on white background

This text has color #B07390 on white background.


Black color preview on #B07390 background

This text has black color on #B07390 background.


White color preview on #B07390 background

This text has white color on #B07390 background.


Related colors

Complementary color

Complementary color for #hex is #4F8C6F.


I love getcolorcode.com

Triadic colors

1 #90B073 and #7390B0 with #B07390 are triadic colors.

2 #9073B0 and #73B090 with #B07390 are triadic colors.