COLOR #B97083

HEX: #B97083
RGB: (185,112,131)

Color info

#B97083 contains mainly red and blue colors. Web safe color of #B97083 is #CC6699 (or #C69).

RGB color model

#B97083 color RGB value is (185,112,131).

  • red value is 185;
  • green value is 112;
  • blue value is 131.
RGB:
(185,112,131)
(73%,44%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 112 of 255 = 44%
B 131 of 255 = 51%

185
112
131

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

Portions of RGB colors in percentages

R + G + B =
185 + 112 + 131 = 428 (100%)
R 185 of 428 ~ 43.22%
G 112 of 428 ~ 26.17%
B 131 of 428 ~ 30.61%

%43.22
%26.17
%30.61

CMYK color model

#B97083 color CMYK value is (0,39,29,27).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK:
(0,39,29,27)
C0M39Y29K27 
(0%,39%,29%,27%)
(0.00/0.39/0.29/0.27)	

CMYK percentages

%0
%39.46
%29.19
%27.45

Codes

Color #B97083 in popluar color models

B97083
RGB185112131
HSL344°34.27%58.24%
HSB/HSV344°39.46%72.55%
CMYK0.00%39.46%29.19%
27.45%

Color #B97083 in popluar number systems.

HEXB97083
Decimal185112131
Binary10111001111000010000011
Octal271160203

Shades and tints

Shades of #B97083

#B97083
(185,112,131)
#A96678
(169,102,120)
#995C6D
(153,92,109)
#895262
(137,82,98)
#794857
(121,72,87)
#693E4C
(105,62,76)
#593441
(89,52,65)
#492A36
(73,42,54)
#39202B
(57,32,43)
#291620
(41,22,32)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #B97083

#B97083
(185,112,131)
#BF7D8E
(191,125,142)
#C58A99
(197,138,153)
#CB97A4
(203,151,164)
#D1A4AF
(209,164,175)
#D7B1BA
(215,177,186)
#DDBEC5
(221,190,197)
#E3CBD0
(227,203,208)
#E9D8DB
(233,216,219)
#EFE5E6
(239,229,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97083 color. Also use rgb(185,112,131) instead hex code.

Text Font Color

.myTextColor { color: #B97083; }

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

This text font color is #B97083.


Background Color

.myBgColor { background-color: #B97083; }

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

This div background color is #B97083.


Border color

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

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

This div border color is #B97083.


Opacity

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

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

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

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

This text has shadow with #B97083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97083 on black background.


Color preview on white background

This text has color #B97083 on white background.



Black color preview on #B97083 background

This text has black color on #B97083 background.


White color preview on #B97083 background

This text has white color on #B97083 background.