COLOR #B97088

HEX: #B97088 RGB: (185,112,136)

Color info

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

RGB color model

#B97088 color RGB value is (185,112,136).

RGB: (185,112,136) (73%, 44%, 53%)

RGB channels and saturation

R 185 of 255 = 73%
G 112 of 255 = 44%
B 136 of 255 = 53%

185
112
136

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

Portions of RGB colors in percentages

R + G + B = 185 + 112 + 136 = 433 (100%)
R 185 of 433 ~ 42.73%
G 112 of 433 ~ 25.87%
B 136 of 433 ~ 31.41'%

%42.73
%25.87
%31.41

CMYK color model

#B97088 color CMYK value is (0,39,26,27).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 26.49%
  • key color value is 27.45%

CMYK: (0,39,26,27)
C0M39Y26K27 (0%, 39%, 26%, 27%)
(0.00 / 0.39 / 0.26 / 0.27)

CMYK percentages

%0
%39.46
%26.49
%27.45

Codes

Color #B97088 in popluar color models

B9 70 88
RGB 185 112 136
HSL 340° 34.27% 58.24%
HSB/HSV 340° 39.46% 72.55%
CMYK 0.00% 39.46% 26.49%
27.45%

Color #B97088 in popluar number systems.

HEX B9 70 88
Decimal 185 112 136
Binary 10111001 1110000 10001000
Octal 271 160 210

Shades and tints

Shades of #B97088

#B97088
(185,112,136)
#A9667C
(169,102,124)
#995C70
(153,92,112)
#895264
(137,82,100)
#794858
(121,72,88)
#693E4C
(105,62,76)
#593440
(89,52,64)
#492A34
(73,42,52)
#392028
(57,32,40)
#29161C
(41,22,28)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #B97088

#B97088
(185,112,136)
#BF7D92
(191,125,146)
#C58A9C
(197,138,156)
#CB97A6
(203,151,166)
#D1A4B0
(209,164,176)
#D7B1BA
(215,177,186)
#DDBEC4
(221,190,196)
#E3CBCE
(227,203,206)
#E9D8D8
(233,216,216)
#EFE5E2
(239,229,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97088; }

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

This text font color is #B97088.

Background Color

.myBgColor { background-color: #B97088; }

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

This div background color is #B97088.

Border color

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

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

This div border color is #B97088.

Opacity

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

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

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

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

This text has shadow with #B97088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97088.

Preview

Color preview on black background

This text has color #B97088 on black background.


Color preview on white background

This text has color #B97088 on white background.


Black color preview on #B97088 background

This text has black color on #B97088 background.


White color preview on #B97088 background

This text has white color on #B97088 background.


Related colors

Complementary color

Complementary color for #hex is #468F77.


I love getcolorcode.com

Triadic colors

1 #88B970 and #7088B9 with #B97088 are triadic colors.

2 #8870B9 and #70B988 with #B97088 are triadic colors.