#BB5579

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

Shades of Royal Heath #BB5579

Tints of Royal Heath #BB5579

Color information

#BB5579 (or 0xBB5579) is unknown color: approx Royal Heath. HEX triplet: BB, 55 and 79. RGB value is (187,85,121). Sum of RGB (Red+Green+Blue) = 187+85+121=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5579 is #44AA86. Grayscale: #777777. Windows color (decimal): -4500103 or 7951803. OLE color: 7951803.

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

Color convert

RGB18785121-
CMYK00.550.350.27
HSL338.82º42.86%53.33%-
HSV(B)338.82º54.55%73.33%-
XYZ27.1918.4420.22-
YUV119.6128.79176.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=47.58%
G=21.63%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878512100.550.350.27338.8242.8653.33
HexBB5579037231B1532b35
Octal27312517106743335235365
Binary1011101110101011111001011011110001111011101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5579; }

 p { color: rgb(187,85,121); }

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

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

 a { background-color: rgb(187,85,121); }

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

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

 span { border-color: rgb(187,85,121); }

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