#BB587C

Color #BB587C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB587C

Tints of Royal Heath #BB587C

Color information

#BB587C (or 0xBB587C) is unknown color: approx Royal Heath. HEX triplet: BB, 58 and 7C. RGB value is (187,88,124). Sum of RGB (Red+Green+Blue) = 187+88+124=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB587C is #44A783. Grayscale: #797979. Windows color (decimal): -4499332 or 8149179. OLE color: 8149179.

HSL color Cylindrical-coordinate representation of color #BB587C: hue angle of 338.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB587C is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18788124-
CMYK00.530.340.27
HSL338.18º42.13%53.92%-
HSV(B)338.18º52.94%73.33%-
XYZ27.621921.28-
YUV121.7129.3174.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=46.87%
G=22.06%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878812400.530.340.27338.1842.1353.92
HexBB587C035221B1522a36
Octal27313017406542335225266
Binary1011101110110001111100011010110001011011101010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB587C; }

 p { color: rgb(187,88,124); }

 H1.HeaderClassName
 {
   color: #BB587C;
 }
 .AnyTagClassName
 {
   color: #BB587C;
 }
</style>
background-color css

<style>
 a { background-color: #BB587C; }

 a { background-color: rgb(187,88,124); }

 div.DivClassName
 {
   background-color: #BB587C;
 }
 .BgClassName
 {
   background-color: #BB587C;
 }
</style>
border-color css

<style>
 span { border-color: #BB587C; }

 span { border-color: rgb(187,88,124); }

 td.TdClassName
 {
   border-color: #BB587C;
 }
 .TagClassName
 {
   border-color: #BB587C;
 }
</style>