#BF597A

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

Shades of Royal Heath #BF597A

Tints of Royal Heath #BF597A

Color information

#BF597A (or 0xBF597A) is unknown color: approx Royal Heath. HEX triplet: BF, 59 and 7A. RGB value is (191,89,122). Sum of RGB (Red+Green+Blue) = 191+89+122=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF597A is #40A685. Grayscale: #7B7B7B. Windows color (decimal): -4236934 or 8018367. OLE color: 8018367.

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

Color convert

RGB19189122-
CMYK00.530.360.25
HSL340.59º44.35%54.9%-
HSV(B)340.59º53.4%74.9%-
XYZ28.5719.6320.69-
YUV123.26127.29176.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=47.51%
G=22.14%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918912200.530.360.25340.5944.3554.9
HexBF597A03524191552c37
Octal27713117206544315255467
Binary1011111110110011111010011010110010011001101010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF597A; }

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

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

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

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

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

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

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

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