#B8517C

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

Shades of Royal Heath #B8517C

Tints of Royal Heath #B8517C

Color information

#B8517C (or 0xB8517C) is unknown color: approx Royal Heath. HEX triplet: B8, 51 and 7C. RGB value is (184,81,124). Sum of RGB (Red+Green+Blue) = 184+81+124=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8517C is #47AE83. Grayscale: #747474. Windows color (decimal): -4697732 or 8147384. OLE color: 8147384.

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

Color convert

RGB18481124-
CMYK00.560.330.28
HSL334.95º42.04%51.96%-
HSV(B)334.95º55.98%72.16%-
XYZ26.3517.5321.06-
YUV116.7132.12176-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=47.30%
G=20.82%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848112400.560.330.28334.9542.0451.96
HexB8517C038211C14f2a34
Octal27012117407041345175264
Binary1011100010100011111100011100010000111100101001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8517C; }

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

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

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

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

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

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

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

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