#BF5479

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

Shades of Royal Heath #BF5479

Tints of Royal Heath #BF5479

Color information

#BF5479 (or 0xBF5479) is unknown color: approx Royal Heath. HEX triplet: BF, 54 and 79. RGB value is (191,84,121). Sum of RGB (Red+Green+Blue) = 191+84+121=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5479 is #40AB86. Grayscale: #787878. Windows color (decimal): -4238215 or 7951551. OLE color: 7951551.

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

Color convert

RGB19184121-
CMYK00.560.370.25
HSL339.25º45.53%53.92%-
HSV(B)339.25º56.02%74.9%-
XYZ28.1118.820.24-
YUV120.21128.45178.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=48.23%
G=21.21%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918412100.560.370.25339.2545.5353.92
HexBF547903825191532e36
Octal27712417107045315235666
Binary1011111110101001111001011100010010111001101010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5479; }

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

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

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

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

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

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

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

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