COLOR #BB8590

HEX: #BB8590 RGB: (187,133,144)

Color info

#BB8590 contains red, green and blue colors in about the same proportion. Web safe color of #BB8590 is #CC9999 (or #C99).

RGB color model

#BB8590 color RGB value is (187,133,144).

RGB: (187,133,144) (73%, 52%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 144 of 255 = 56%

187
133
144

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

Portions of RGB colors in percentages

R + G + B = 187 + 133 + 144 = 464 (100%)
R 187 of 464 ~ 40.3%
G 133 of 464 ~ 28.66%
B 144 of 464 ~ 31.03'%

%40.3
%28.66
%31.03

CMYK color model

#BB8590 color CMYK value is (0,29,23,27).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 22.99%
  • key color value is 26.67%

CMYK: (0,29,23,27)
C0M29Y23K27 (0%, 29%, 23%, 27%)
(0.00 / 0.29 / 0.23 / 0.27)

CMYK percentages

%0
%28.88
%22.99
%26.67

Codes

Color #BB8590 in popluar color models

BB 85 90
RGB 187 133 144
HSL 348° 28.42% 62.75%
HSB/HSV 348° 28.88% 73.33%
CMYK 0.00% 28.88% 22.99%
26.67%

Color #BB8590 in popluar number systems.

HEX BB 85 90
Decimal 187 133 144
Binary 10111011 10000101 10010000
Octal 273 205 220

Shades and tints

Shades of #BB8590

#BB8590
(187,133,144)
#AA7983
(170,121,131)
#996D76
(153,109,118)
#886169
(136,97,105)
#77555C
(119,85,92)
#66494F
(102,73,79)
#553D42
(85,61,66)
#443135
(68,49,53)
#332528
(51,37,40)
#22191B
(34,25,27)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #BB8590

#BB8590
(187,133,144)
#C1909A
(193,144,154)
#C79BA4
(199,155,164)
#CDA6AE
(205,166,174)
#D3B1B8
(211,177,184)
#D9BCC2
(217,188,194)
#DFC7CC
(223,199,204)
#E5D2D6
(229,210,214)
#EBDDE0
(235,221,224)
#F1E8EA
(241,232,234)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8590 color. Also use rgb(187,133,144) instead hex code.

Text Font Color

.myTextColor { color: #BB8590; }

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

This text font color is #BB8590.

Background Color

.myBgColor { background-color: #BB8590; }

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

This div background color is #BB8590.

Border color

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

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

This div border color is #BB8590.

Opacity

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

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

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

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

This text has shadow with #BB8590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8590.

Preview

Color preview on black background

This text has color #BB8590 on black background.


Color preview on white background

This text has color #BB8590 on white background.


Black color preview on #BB8590 background

This text has black color on #BB8590 background.


White color preview on #BB8590 background

This text has white color on #BB8590 background.


Related colors

Complementary color

Complementary color for #hex is #447A6F.


I love getcolorcode.com

Triadic colors

1 #90BB85 and #8590BB with #BB8590 are triadic colors.

2 #9085BB and #85BB90 with #BB8590 are triadic colors.