#BB5B78

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

Shades of Royal Heath #BB5B78

Tints of Royal Heath #BB5B78

Color information

#BB5B78 (or 0xBB5B78) is unknown color: approx Royal Heath. HEX triplet: BB, 5B and 78. RGB value is (187,91,120). Sum of RGB (Red+Green+Blue) = 187+91+120=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B78 is #44A487. Grayscale: #7A7A7A. Windows color (decimal): -4498568 or 7887803. OLE color: 7887803.

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

Color convert

RGB18791120-
CMYK00.510.360.27
HSL341.88º41.38%54.51%-
HSV(B)341.88º51.34%73.33%-
XYZ27.6219.420.06-
YUV123.01126.3173.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=46.98%
G=22.86%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879112000.510.360.27341.8841.3854.51
HexBB5B78033241B1562937
Octal27313317006344335265167
Binary1011101110110111111000011001110010011011101010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B78; }

 p { color: rgb(187,91,120); }

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

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

 a { background-color: rgb(187,91,120); }

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

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

 span { border-color: rgb(187,91,120); }

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