#B9407C

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

Shades of Royal Heath #B9407C

Tints of Royal Heath #B9407C

Color information

#B9407C (or 0xB9407C) is unknown color: approx Royal Heath. HEX triplet: B9, 40 and 7C. RGB value is (185,64,124). Sum of RGB (Red+Green+Blue) = 185+64+124=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9407C is #46BF83. Grayscale: #6A6A6A. Windows color (decimal): -4636548 or 8143033. OLE color: 8143033.

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

Color convert

RGB18564124-
CMYK00.650.330.27
HSL330.25º48.59%48.82%-
HSV(B)330.25º65.41%72.55%-
XYZ25.4815.4420.71-
YUV107.02137.59183.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=49.60%
G=17.16%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856412400.650.330.27330.2548.5948.82
HexB9407C041211B14a3131
Octal271100174010141335126161
Binary10111001100000011111000100000110000111011101001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9407C; }

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

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

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

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

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

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

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

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