COLOR #B07191

HEX: #B07191
RGB: (176,113,145)

Color info

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

RGB color model

#B07191 color RGB value is (176,113,145).

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

RGB channels and saturation

R 176 of 255 = 69%
G 113 of 255 = 44%
B 145 of 255 = 57%

176
113
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 113 + 145 = 434 (100%)
R 176 of 434 ~ 40.55%
G 113 of 434 ~ 26.04%
B 145 of 434 ~ 33.41%

%40.55
%26.04
%33.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 17.61%
  • 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
%17.61
%30.98

Codes

Color #B07191 in popluar color models

B07191
RGB176113145
HSL330°28.51%56.67%
HSB/HSV330°35.80%69.02%
CMYK0.00%35.80%17.61%
30.98%

Color #B07191 in popluar number systems.

HEXB07191
Decimal176113145
Binary10110000111000110010001
Octal260161221

Shades and tints

Shades of #B07191

#B07191
(176,113,145)
#A06784
(160,103,132)
#905D77
(144,93,119)
#80536A
(128,83,106)
#70495D
(112,73,93)
#603F50
(96,63,80)
#503543
(80,53,67)
#402B36
(64,43,54)
#302129
(48,33,41)
#20171C
(32,23,28)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #B07191

#B07191
(176,113,145)
#B77D9B
(183,125,155)
#BE89A5
(190,137,165)
#C595AF
(197,149,175)
#CCA1B9
(204,161,185)
#D3ADC3
(211,173,195)
#DAB9CD
(218,185,205)
#E1C5D7
(225,197,215)
#E8D1E1
(232,209,225)
#EFDDEB
(239,221,235)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07191; }

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

This text font color is #B07191.


Background Color

.myBgColor { background-color: #B07191; }

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

This div background color is #B07191.


Border color

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

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

This div border color is #B07191.


Opacity

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

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

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

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

This text has shadow with #B07191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07191 on black background.


Color preview on white background

This text has color #B07191 on white background.



Black color preview on #B07191 background

This text has black color on #B07191 background.


White color preview on #B07191 background

This text has white color on #B07191 background.