#BB5877

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

Shades of Royal Heath #BB5877

Tints of Royal Heath #BB5877

Color information

#BB5877 (or 0xBB5877) is unknown color: approx Royal Heath. HEX triplet: BB, 58 and 77. RGB value is (187,88,119). Sum of RGB (Red+Green+Blue) = 187+88+119=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5877 is #44A788. Grayscale: #797979. Windows color (decimal): -4499337 or 7821499. OLE color: 7821499.

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

Color convert

RGB18788119-
CMYK00.530.360.27
HSL341.21º42.13%53.92%-
HSV(B)341.21º52.94%73.33%-
XYZ27.3118.8819.66-
YUV121.14126.8174.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=47.46%
G=22.34%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878811900.530.360.27341.2142.1353.92
HexBB5877035241B1552a36
Octal27313016706544335255266
Binary1011101110110001110111011010110010011011101010101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5877; }

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

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

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

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

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

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

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

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