#BB5577

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

Shades of Royal Heath #BB5577

Tints of Royal Heath #BB5577

Color information

#BB5577 (or 0xBB5577) is unknown color: approx Royal Heath. HEX triplet: BB, 55 and 77. RGB value is (187,85,119). Sum of RGB (Red+Green+Blue) = 187+85+119=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5577 is #44AA88. Grayscale: #777777. Windows color (decimal): -4500105 or 7820731. OLE color: 7820731.

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

Color convert

RGB18785119-
CMYK00.550.360.27
HSL340º42.86%53.33%-
HSV(B)340º54.55%73.33%-
XYZ27.0718.3919.58-
YUV119.37127.79176.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=47.83%
G=21.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878511900.550.360.2734042.8653.33
HexBB5577037241B1542b35
Octal27312516706744335245365
Binary1011101110101011110111011011110010011011101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5577; }

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

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

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

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

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

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

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

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