#BF5779

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

Shades of Royal Heath #BF5779

Tints of Royal Heath #BF5779

Color information

#BF5779 (or 0xBF5779) is unknown color: approx Royal Heath. HEX triplet: BF, 57 and 79. RGB value is (191,87,121). Sum of RGB (Red+Green+Blue) = 191+87+121=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5779 is #40A886. Grayscale: #797979. Windows color (decimal): -4237447 or 7952319. OLE color: 7952319.

HSL color Cylindrical-coordinate representation of color #BF5779: hue angle of 340.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5779 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19187121-
CMYK00.540.370.25
HSL340.38º44.83%54.51%-
HSV(B)340.38º54.45%74.9%-
XYZ28.3519.2720.32-
YUV121.97127.46177.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=47.87%
G=21.80%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918712100.540.370.25340.3844.8354.51
HexBF577903625191542d37
Octal27712717106645315245567
Binary1011111110101111111001011011010010111001101010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5779; }

 p { color: rgb(191,87,121); }

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

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

 a { background-color: rgb(191,87,121); }

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

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

 span { border-color: rgb(191,87,121); }

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