COLOR #B07382

HEX: #B07382
RGB: (176,115,130)

Color info

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

RGB color model

#B07382 color RGB value is (176,115,130).

  • red value is 176;
  • green value is 115;
  • blue value is 130.
RGB:
(176,115,130)
(69%,45%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 115 of 255 = 45%
B 130 of 255 = 51%

176
115
130

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

Portions of RGB colors in percentages

R + G + B =
176 + 115 + 130 = 421 (100%)
R 176 of 421 ~ 41.81%
G 115 of 421 ~ 27.32%
B 130 of 421 ~ 30.88%

%41.81
%27.32
%30.88

CMYK color model

#B07382 color CMYK value is (0,35,26,31).

  • cyan value is 0.00%
  • magenta value is 34.66%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(0,35,26,31)
C0M35Y26K31 
(0%,35%,26%,31%)
(0.00/0.35/0.26/0.31)	

CMYK percentages

%0
%34.66
%26.14
%30.98

Codes

Color #B07382 in popluar color models

B07382
RGB176115130
HSL345°27.85%57.06%
HSB/HSV345°34.66%69.02%
CMYK0.00%34.66%26.14%
30.98%

Color #B07382 in popluar number systems.

HEXB07382
Decimal176115130
Binary10110000111001110000010
Octal260163202

Shades and tints

Shades of #B07382

#B07382
(176,115,130)
#A06977
(160,105,119)
#905F6C
(144,95,108)
#805561
(128,85,97)
#704B56
(112,75,86)
#60414B
(96,65,75)
#503740
(80,55,64)
#402D35
(64,45,53)
#30232A
(48,35,42)
#20191F
(32,25,31)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #B07382

#B07382
(176,115,130)
#B77F8D
(183,127,141)
#BE8B98
(190,139,152)
#C597A3
(197,151,163)
#CCA3AE
(204,163,174)
#D3AFB9
(211,175,185)
#DABBC4
(218,187,196)
#E1C7CF
(225,199,207)
#E8D3DA
(232,211,218)
#EFDFE5
(239,223,229)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07382; }

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

This text font color is #B07382.


Background Color

.myBgColor { background-color: #B07382; }

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

This div background color is #B07382.


Border color

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

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

This div border color is #B07382.


Opacity

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

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

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

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

This text has shadow with #B07382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07382 on black background.


Color preview on white background

This text has color #B07382 on white background.



Black color preview on #B07382 background

This text has black color on #B07382 background.


White color preview on #B07382 background

This text has white color on #B07382 background.