#B9517C

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

Shades of Royal Heath #B9517C

Tints of Royal Heath #B9517C

Color information

#B9517C (or 0xB9517C) is unknown color: approx Royal Heath. HEX triplet: B9, 51 and 7C. RGB value is (185,81,124). Sum of RGB (Red+Green+Blue) = 185+81+124=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9517C is #46AE83. Grayscale: #747474. Windows color (decimal): -4632196 or 8147385. OLE color: 8147385.

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

Color convert

RGB18581124-
CMYK00.560.330.27
HSL335.19º42.62%52.16%-
HSV(B)335.19º56.22%72.55%-
XYZ26.5917.6521.08-
YUV117131.96176.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=47.44%
G=20.77%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858112400.560.330.27335.1942.6252.16
HexB9517C038211B14f2b34
Octal27112117407041335175364
Binary1011100110100011111100011100010000111011101001111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9517C; }

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

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

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

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

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

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

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

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