#BF577A

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

Shades of Royal Heath #BF577A

Tints of Royal Heath #BF577A

Color information

#BF577A (or 0xBF577A) is unknown color: approx Royal Heath. HEX triplet: BF, 57 and 7A. RGB value is (191,87,122). Sum of RGB (Red+Green+Blue) = 191+87+122=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF577A is #40A885. Grayscale: #7A7A7A. Windows color (decimal): -4237446 or 8017855. OLE color: 8017855.

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

Color convert

RGB19187122-
CMYK00.540.360.25
HSL339.81º44.83%54.51%-
HSV(B)339.81º54.45%74.9%-
XYZ28.4119.320.64-
YUV122.09127.96177.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=47.75%
G=21.75%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918712200.540.360.25339.8144.8354.51
HexBF577A03624191542d37
Octal27712717206644315245567
Binary1011111110101111111010011011010010011001101010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF577A; }

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

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

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

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

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

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

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

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