#B9597C

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

Shades of Royal Heath #B9597C

Tints of Royal Heath #B9597C

Color information

#B9597C (or 0xB9597C) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 7C. RGB value is (185,89,124). Sum of RGB (Red+Green+Blue) = 185+89+124=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9597C is #46A683. Grayscale: #797979. Windows color (decimal): -4630148 or 8149433. OLE color: 8149433.

HSL color Cylindrical-coordinate representation of color #B9597C: hue angle of 338.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9597C is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18589124-
CMYK00.520.330.27
HSL338.12º40.68%53.73%-
HSV(B)338.12º51.89%72.55%-
XYZ27.2218.9121.29-
YUV121.69129.3173.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=46.48%
G=22.36%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858912400.520.330.27338.1240.6853.73
HexB9597C034211B1522936
Octal27113117406441335225166
Binary1011100110110011111100011010010000111011101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9597C; }

 p { color: rgb(185,89,124); }

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

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

 a { background-color: rgb(185,89,124); }

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

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

 span { border-color: rgb(185,89,124); }

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