#BF5777

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

Shades of Royal Heath #BF5777

Tints of Royal Heath #BF5777

Color information

#BF5777 (or 0xBF5777) is unknown color: approx Royal Heath. HEX triplet: BF, 57 and 77. RGB value is (191,87,119). Sum of RGB (Red+Green+Blue) = 191+87+119=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5777 is #40A888. Grayscale: #797979. Windows color (decimal): -4237449 or 7821247. OLE color: 7821247.

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

Color convert

RGB19187119-
CMYK00.540.380.25
HSL341.54º44.83%54.51%-
HSV(B)341.54º54.45%74.9%-
XYZ28.2219.2219.68-
YUV121.74126.46177.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=48.11%
G=21.91%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918711900.540.380.25341.5444.8354.51
HexBF577703626191562d37
Octal27712716706646315265567
Binary1011111110101111110111011011010011011001101010110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5777; }

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

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

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

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

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

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

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

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