#B9597D

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

Shades of Royal Heath #B9597D

Tints of Royal Heath #B9597D

Color information

#B9597D (or 0xB9597D) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 7D. RGB value is (185,89,125). Sum of RGB (Red+Green+Blue) = 185+89+125=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9597D is #46A682. Grayscale: #797979. Windows color (decimal): -4630147 or 8214969. OLE color: 8214969.

HSL color Cylindrical-coordinate representation of color #B9597D: hue angle of 337.5º 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 #B9597D is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18589125-
CMYK00.520.320.27
HSL337.5º40.68%53.73%-
HSV(B)337.5º51.89%72.55%-
XYZ27.2818.9421.62-
YUV121.81129.8173.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=46.37%
G=22.31%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858912500.520.320.27337.540.6853.73
HexB9597D034201B1522936
Octal27113117506440335225166
Binary1011100110110011111101011010010000011011101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9597D; }

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

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

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

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

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

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

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

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