COLOR #B97290

HEX: #B97290 RGB: (185,114,144)

Color info

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

RGB color model

#B97290 color RGB value is (185,114,144).

RGB: (185,114,144) (73%, 45%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 114 of 255 = 45%
B 144 of 255 = 56%

185
114
144

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

Portions of RGB colors in percentages

R + G + B = 185 + 114 + 144 = 443 (100%)
R 185 of 443 ~ 41.76%
G 114 of 443 ~ 25.73%
B 144 of 443 ~ 32.51'%

%41.76
%25.73
%32.51

CMYK color model

#B97290 color CMYK value is (0,38,22,27).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK: (0,38,22,27) C0M38Y22K27 (0%,38%,22%,27%) (0.00/0.38/0.22/0.27) 

CMYK percentages

%0
%38.38
%22.16
%27.45

Codes

Color #B97290 in popluar color models

B9 72 90
RGB 185 114 144
HSL 335° 33.65% 58.63%
HSB/HSV 335° 38.38% 72.55%
CMYK 0.00% 38.38% 22.16%
27.45%

Color #B97290 in popluar number systems.

HEX B9 72 90
Decimal 185 114 144
Binary 10111001 1110010 10010000
Octal 271 162 220

Shades and tints

Shades of #B97290

#B97290
(185,114,144)
#A96883
(169,104,131)
#995E76
(153,94,118)
#895469
(137,84,105)
#794A5C
(121,74,92)
#69404F
(105,64,79)
#593642
(89,54,66)
#492C35
(73,44,53)
#392228
(57,34,40)
#29181B
(41,24,27)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #B97290

#B97290
(185,114,144)
#BF7E9A
(191,126,154)
#C58AA4
(197,138,164)
#CB96AE
(203,150,174)
#D1A2B8
(209,162,184)
#D7AEC2
(215,174,194)
#DDBACC
(221,186,204)
#E3C6D6
(227,198,214)
#E9D2E0
(233,210,224)
#EFDEEA
(239,222,234)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97290 color. Also use rgb(185,114,144) instead hex code.

Text Font Color

.myTextColor { color: #B97290; }

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

This text font color is #B97290.

Background Color

.myBgColor { background-color: #B97290; }

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

This div background color is #B97290.

Border color

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

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

This div border color is #B97290.

Opacity

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

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

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

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

This text has shadow with #B97290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97290.

Preview

Color preview on black background

This text has color #B97290 on black background.


Color preview on white background

This text has color #B97290 on white background.


Black color preview on #B97290 background

This text has black color on #B97290 background.


White color preview on #B97290 background

This text has white color on #B97290 background.


Related colors

Complementary color

Complementary color for #hex is #468D6F.


I love getcolorcode.com

Triadic colors

1 #90B972 and #7290B9 with #B97290 are triadic colors.

2 #9072B9 and #72B990 with #B97290 are triadic colors.