COLOR #B97585

HEX: #B97585
RGB: (185,117,133)

Color info

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

RGB color model

#B97585 color RGB value is (185,117,133).

  • red value is 185;
  • green value is 117;
  • blue value is 133.
RGB:
(185,117,133)
(73%,46%,52%)

RGB channels and saturation

R 185 of 255 = 73%
G 117 of 255 = 46%
B 133 of 255 = 52%

185
117
133

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

Portions of RGB colors in percentages

R + G + B =
185 + 117 + 133 = 435 (100%)
R 185 of 435 ~ 42.53%
G 117 of 435 ~ 26.9%
B 133 of 435 ~ 30.57%

%42.53
%26.9
%30.57

CMYK color model

#B97585 color CMYK value is (0,37,28,27).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(0,37,28,27)
C0M37Y28K27 
(0%,37%,28%,27%)
(0.00/0.37/0.28/0.27)	

CMYK percentages

%0
%36.76
%28.11
%27.45

Codes

Color #B97585 in popluar color models

B97585
RGB185117133
HSL346°32.69%59.22%
HSB/HSV346°36.76%72.55%
CMYK0.00%36.76%28.11%
27.45%

Color #B97585 in popluar number systems.

HEXB97585
Decimal185117133
Binary10111001111010110000101
Octal271165205

Shades and tints

Shades of #B97585

#B97585
(185,117,133)
#A96B79
(169,107,121)
#99616D
(153,97,109)
#895761
(137,87,97)
#794D55
(121,77,85)
#694349
(105,67,73)
#59393D
(89,57,61)
#492F31
(73,47,49)
#392525
(57,37,37)
#291B19
(41,27,25)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B97585

#B97585
(185,117,133)
#BF8190
(191,129,144)
#C58D9B
(197,141,155)
#CB99A6
(203,153,166)
#D1A5B1
(209,165,177)
#D7B1BC
(215,177,188)
#DDBDC7
(221,189,199)
#E3C9D2
(227,201,210)
#E9D5DD
(233,213,221)
#EFE1E8
(239,225,232)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97585 color. Also use rgb(185,117,133) instead hex code.

Text Font Color

.myTextColor { color: #B97585; }

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

This text font color is #B97585.


Background Color

.myBgColor { background-color: #B97585; }

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

This div background color is #B97585.


Border color

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

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

This div border color is #B97585.


Opacity

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

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

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

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

This text has shadow with #B97585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97585 on black background.


Color preview on white background

This text has color #B97585 on white background.



Black color preview on #B97585 background

This text has black color on #B97585 background.


White color preview on #B97585 background

This text has white color on #B97585 background.