#BF5179

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

Shades of Royal Heath #BF5179

Tints of Royal Heath #BF5179

Color information

#BF5179 (or 0xBF5179) is unknown color: approx Royal Heath. HEX triplet: BF, 51 and 79. RGB value is (191,81,121). Sum of RGB (Red+Green+Blue) = 191+81+121=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5179 is #40AE86. Grayscale: #767676. Windows color (decimal): -4238983 or 7950783. OLE color: 7950783.

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

Color convert

RGB19181121-
CMYK00.580.370.25
HSL338.18º46.22%53.33%-
HSV(B)338.18º57.59%74.9%-
XYZ27.8818.3420.16-
YUV118.45129.44179.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=48.60%
G=20.61%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918112100.580.370.25338.1846.2253.33
HexBF517903A25191522e35
Octal27712117107245315225665
Binary1011111110100011111001011101010010111001101010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5179; }

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

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

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

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

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

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

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

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