#BB587A

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

Shades of Royal Heath #BB587A

Tints of Royal Heath #BB587A

Color information

#BB587A (or 0xBB587A) is unknown color: approx Royal Heath. HEX triplet: BB, 58 and 7A. RGB value is (187,88,122). Sum of RGB (Red+Green+Blue) = 187+88+122=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB587A is #44A785. Grayscale: #797979. Windows color (decimal): -4499334 or 8018107. OLE color: 8018107.

HSL color Cylindrical-coordinate representation of color #BB587A: hue angle of 339.39º 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 #BB587A is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18788122-
CMYK00.530.350.27
HSL339.39º42.13%53.92%-
HSV(B)339.39º52.94%73.33%-
XYZ27.518.9520.62-
YUV121.48128.3174.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=47.10%
G=22.17%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878812200.530.350.27339.3942.1353.92
HexBB587A035231B1532a36
Octal27313017206543335235266
Binary1011101110110001111010011010110001111011101010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB587A; }

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

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

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

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

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

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

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

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