COLOR #B07192

HEX: #B07192
RGB: (176,113,146)

Color info

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

RGB color model

#B07192 color RGB value is (176,113,146).

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

RGB channels and saturation

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

176
113
146

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

Portions of RGB colors in percentages

R + G + B =
176 + 113 + 146 = 435 (100%)
R 176 of 435 ~ 40.46%
G 113 of 435 ~ 25.98%
B 146 of 435 ~ 33.56%

%40.46
%25.98
%33.56

CMYK color model

#B07192 color CMYK value is (0,36,17,31).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(0,36,17,31)
C0M36Y17K31 
(0%,36%,17%,31%)
(0.00/0.36/0.17/0.31)	

CMYK percentages

%0
%35.8
%17.05
%30.98

Codes

Color #B07192 in popluar color models

B07192
RGB176113146
HSL329°28.51%56.67%
HSB/HSV329°35.80%69.02%
CMYK0.00%35.80%17.05%
30.98%

Color #B07192 in popluar number systems.

HEXB07192
Decimal176113146
Binary10110000111000110010010
Octal260161222

Shades and tints

Shades of #B07192

#B07192
(176,113,146)
#A06785
(160,103,133)
#905D78
(144,93,120)
#80536B
(128,83,107)
#70495E
(112,73,94)
#603F51
(96,63,81)
#503544
(80,53,68)
#402B37
(64,43,55)
#30212A
(48,33,42)
#20171D
(32,23,29)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #B07192

#B07192
(176,113,146)
#B77D9B
(183,125,155)
#BE89A4
(190,137,164)
#C595AD
(197,149,173)
#CCA1B6
(204,161,182)
#D3ADBF
(211,173,191)
#DAB9C8
(218,185,200)
#E1C5D1
(225,197,209)
#E8D1DA
(232,209,218)
#EFDDE3
(239,221,227)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07192; }

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

This text font color is #B07192.


Background Color

.myBgColor { background-color: #B07192; }

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

This div background color is #B07192.


Border color

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

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

This div border color is #B07192.


Opacity

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

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

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

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

This text has shadow with #B07192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07192 on black background.


Color preview on white background

This text has color #B07192 on white background.



Black color preview on #B07192 background

This text has black color on #B07192 background.


White color preview on #B07192 background

This text has white color on #B07192 background.