#BB577F

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

Shades of Royal Heath #BB577F

Tints of Royal Heath #BB577F

Color information

#BB577F (or 0xBB577F) is unknown color: approx Royal Heath. HEX triplet: BB, 57 and 7F. RGB value is (187,87,127). Sum of RGB (Red+Green+Blue) = 187+87+127=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB577F is #44A880. Grayscale: #797979. Windows color (decimal): -4499585 or 8345531. OLE color: 8345531.

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

Color convert

RGB18787127-
CMYK00.530.320.27
HSL336º42.37%53.73%-
HSV(B)336º53.48%73.33%-
XYZ27.7318.9122.27-
YUV121.46131.13174.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 127 (50% from 255) = 31.67%
R=46.63%
G=21.70%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878712700.530.320.2733642.3753.73
HexBB577F035201B1502a36
Octal27312717706540335205266
Binary1011101110101111111111011010110000011011101010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB577F; }

 p { color: rgb(187,87,127); }

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

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

 a { background-color: rgb(187,87,127); }

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

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

 span { border-color: rgb(187,87,127); }

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