#BF5B78

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

Shades of Royal Heath #BF5B78

Tints of Royal Heath #BF5B78

Color information

#BF5B78 (or 0xBF5B78) is unknown color: approx Royal Heath. HEX triplet: BF, 5B and 78. RGB value is (191,91,120). Sum of RGB (Red+Green+Blue) = 191+91+120=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B78 is #40A487. Grayscale: #7C7C7C. Windows color (decimal): -4236424 or 7887807. OLE color: 7887807.

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

Color convert

RGB19191120-
CMYK00.520.370.25
HSL342.6º43.86%55.29%-
HSV(B)342.6º52.36%74.9%-
XYZ28.6219.9120.1-
YUV124.21125.63175.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=47.51%
G=22.64%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919112000.520.370.25342.643.8655.29
HexBF5B7803425191572c37
Octal27713317006445315275467
Binary1011111110110111111000011010010010111001101010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B78; }

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

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

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

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

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

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

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

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