COLOR #B07190

HEX: #B07190
RGB: (176,113,144)

Color info

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

RGB color model

#B07190 color RGB value is (176,113,144).

  • red value is 176;
  • green value is 113;
  • blue value is 144.
RGB:
(176,113,144)
(69%,44%,56%)

RGB channels and saturation

R 176 of 255 = 69%
G 113 of 255 = 44%
B 144 of 255 = 56%

176
113
144

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

Portions of RGB colors in percentages

R + G + B =
176 + 113 + 144 = 433 (100%)
R 176 of 433 ~ 40.65%
G 113 of 433 ~ 26.1%
B 144 of 433 ~ 33.26%

%40.65
%26.1
%33.26

CMYK color model

#B07190 color CMYK value is (0,36,18,31).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(0,36,18,31)
C0M36Y18K31 
(0%,36%,18%,31%)
(0.00/0.36/0.18/0.31)	

CMYK percentages

%0
%35.8
%18.18
%30.98

Codes

Color #B07190 in popluar color models

B07190
RGB176113144
HSL330°28.51%56.67%
HSB/HSV330°35.80%69.02%
CMYK0.00%35.80%18.18%
30.98%

Color #B07190 in popluar number systems.

HEXB07190
Decimal176113144
Binary10110000111000110010000
Octal260161220

Shades and tints

Shades of #B07190

#B07190
(176,113,144)
#A06783
(160,103,131)
#905D76
(144,93,118)
#805369
(128,83,105)
#70495C
(112,73,92)
#603F4F
(96,63,79)
#503542
(80,53,66)
#402B35
(64,43,53)
#302128
(48,33,40)
#20171B
(32,23,27)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #B07190

#B07190
(176,113,144)
#B77D9A
(183,125,154)
#BE89A4
(190,137,164)
#C595AE
(197,149,174)
#CCA1B8
(204,161,184)
#D3ADC2
(211,173,194)
#DAB9CC
(218,185,204)
#E1C5D6
(225,197,214)
#E8D1E0
(232,209,224)
#EFDDEA
(239,221,234)
#F6E9F4
(246,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07190; }

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

This text font color is #B07190.


Background Color

.myBgColor { background-color: #B07190; }

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

This div background color is #B07190.


Border color

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

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

This div border color is #B07190.


Opacity

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

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

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

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

This text has shadow with #B07190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07190 on black background.


Color preview on white background

This text has color #B07190 on white background.



Black color preview on #B07190 background

This text has black color on #B07190 background.


White color preview on #B07190 background

This text has white color on #B07190 background.