#b9487c

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

Shades of Royal Heath #B9487C

Tints of Royal Heath #B9487C

Color information

#B9487C (or 0xB9487C) is unknown color: approx Royal Heath. HEX triplet: B9, 48 and 7C. RGB value is (185,72,124). Sum of RGB (Red+Green+Blue) = 185+72+124=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9487C is #46B783. Grayscale: #6F6F6F. Windows color (decimal): -4634500 or 8145081. OLE color: 8145081.

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

Color convert

RGB18572124-
CMYK00.610.330.27
HSL332.39º44.66%50.39%-
HSV(B)332.39º61.08%72.55%-
XYZ25.9616.420.87-
YUV111.71134.94180.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=48.56%
G=18.90%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857212400.610.330.27332.3944.6650.39
HexB9487C03D211B14c2d32
Octal27111017407541335145562
Binary1011100110010001111100011110110000111011101001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9487c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9487c; }

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

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

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

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

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

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

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

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