#B9597F

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

Shades of Royal Heath #B9597F

Tints of Royal Heath #B9597F

Color information

#B9597F (or 0xB9597F) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 7F. RGB value is (185,89,127). Sum of RGB (Red+Green+Blue) = 185+89+127=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9597F is #46A680. Grayscale: #797979. Windows color (decimal): -4630145 or 8346041. OLE color: 8346041.

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

Color convert

RGB18589127-
CMYK00.520.310.27
HSL336.25º40.68%53.73%-
HSV(B)336.25º51.89%72.55%-
XYZ27.4118.9922.3-
YUV122.04130.8172.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 127 (50% from 255) = 31.67%
R=46.13%
G=22.19%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858912700.520.310.27336.2540.6853.73
HexB9597F0341F1B1502936
Octal27113117706437335205166
Binary101110011011001111111101101001111111011101010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9597F; }

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

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

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

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

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

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

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

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