#BF5775

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

Shades of Royal Heath #BF5775

Tints of Royal Heath #BF5775

Color information

#BF5775 (or 0xBF5775) is unknown color: approx Royal Heath. HEX triplet: BF, 57 and 75. RGB value is (191,87,117). Sum of RGB (Red+Green+Blue) = 191+87+117=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5775 is #40A88A. Grayscale: #797979. Windows color (decimal): -4237451 or 7690175. OLE color: 7690175.

HSL color Cylindrical-coordinate representation of color #BF5775: hue angle of 342.69º 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 #BF5775 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19187117-
CMYK00.540.390.25
HSL342.69º44.83%54.51%-
HSV(B)342.69º54.45%74.9%-
XYZ28.119.1819.05-
YUV121.52125.46177.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=48.35%
G=22.03%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918711700.540.390.25342.6944.8354.51
HexBF577503627191572d37
Octal27712716506647315275567
Binary1011111110101111110101011011010011111001101010111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5775; }

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

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

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

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

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

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

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

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