#B9587C

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

Shades of Royal Heath #B9587C

Tints of Royal Heath #B9587C

Color information

#B9587C (or 0xB9587C) is unknown color: approx Royal Heath. HEX triplet: B9, 58 and 7C. RGB value is (185,88,124). Sum of RGB (Red+Green+Blue) = 185+88+124=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9587C is #46A783. Grayscale: #797979. Windows color (decimal): -4630404 or 8149177. OLE color: 8149177.

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

Color convert

RGB18588124-
CMYK00.520.330.27
HSL337.73º40.93%53.53%-
HSV(B)337.73º52.43%72.55%-
XYZ27.1418.7521.26-
YUV121.11129.64173.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=46.60%
G=22.17%
B=31.23%

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
Decimal1858812400.520.330.27337.7340.9353.53
HexB9587C034211B1522936
Octal27113017406441335225166
Binary1011100110110001111100011010010000111011101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9587C; }

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

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

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

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

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

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

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

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