#BD597F

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

Shades of Royal Heath #BD597F

Tints of Royal Heath #BD597F

Color information

#BD597F (or 0xBD597F) is unknown color: approx Royal Heath. HEX triplet: BD, 59 and 7F. RGB value is (189,89,127). Sum of RGB (Red+Green+Blue) = 189+89+127=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD597F is #42A680. Grayscale: #7B7B7B. Windows color (decimal): -4368001 or 8346045. OLE color: 8346045.

HSL color Cylindrical-coordinate representation of color #BD597F: hue angle of 337.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD597F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18989127-
CMYK00.530.330.26
HSL337.2º43.1%54.51%-
HSV(B)337.2º52.91%74.12%-
XYZ28.3919.522.35-
YUV123.23130.13174.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 127 (50% from 255) = 31.36%
R=46.67%
G=21.98%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898912700.530.330.26337.243.154.51
HexBD597F035211A1512b37
Octal27513117706541325215367
Binary1011110110110011111111011010110000111010101010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD597F; }

 p { color: rgb(189,89,127); }

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

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

 a { background-color: rgb(189,89,127); }

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

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

 span { border-color: rgb(189,89,127); }

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