#B9597B

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

Shades of Royal Heath #B9597B

Tints of Royal Heath #B9597B

Color information

#B9597B (or 0xB9597B) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 7B. RGB value is (185,89,123). Sum of RGB (Red+Green+Blue) = 185+89+123=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9597B is #46A684. Grayscale: #797979. Windows color (decimal): -4630149 or 8083897. OLE color: 8083897.

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

Color convert

RGB18589123-
CMYK00.520.340.27
HSL338.75º40.68%53.73%-
HSV(B)338.75º51.89%72.55%-
XYZ27.1618.8920.95-
YUV121.58128.8173.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=46.60%
G=22.42%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858912300.520.340.27338.7540.6853.73
HexB9597B034221B1532936
Octal27113117306442335235166
Binary1011100110110011111011011010010001011011101010011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9597B; }

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

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

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

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

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

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

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

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