#B9417C

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

Shades of Royal Heath #B9417C

Tints of Royal Heath #B9417C

Color information

#B9417C (or 0xB9417C) is unknown color: approx Royal Heath. HEX triplet: B9, 41 and 7C. RGB value is (185,65,124). Sum of RGB (Red+Green+Blue) = 185+65+124=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9417C is #46BE83. Grayscale: #6B6B6B. Windows color (decimal): -4636292 or 8143289. OLE color: 8143289.

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

Color convert

RGB18565124-
CMYK00.650.330.27
HSL330.5º48%49.02%-
HSV(B)330.5º64.86%72.55%-
XYZ25.5415.5520.72-
YUV107.61137.26183.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=49.47%
G=17.38%
B=33.16%

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
Decimal1856512400.650.330.27330.54849.02
HexB9417C041211B14a3031
Octal271101174010141335126061
Binary10111001100000111111000100000110000111011101001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9417C; }

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

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

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

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

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

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

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

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