#B8517F

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

Shades of Royal Heath #B8517F

Tints of Royal Heath #B8517F

Color information

#B8517F (or 0xB8517F) is unknown color: approx Royal Heath. HEX triplet: B8, 51 and 7F. RGB value is (184,81,127). Sum of RGB (Red+Green+Blue) = 184+81+127=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8517F is #47AE80. Grayscale: #747474. Windows color (decimal): -4697729 or 8343992. OLE color: 8343992.

HSL color Cylindrical-coordinate representation of color #B8517F: hue angle of 333.2º 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 #B8517F is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18481127-
CMYK00.560.310.28
HSL333.2º42.04%51.96%-
HSV(B)333.2º55.98%72.16%-
XYZ26.5417.6122.08-
YUV117.04133.62175.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 127 (50% from 255) = 32.40%
R=46.94%
G=20.66%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848112700.560.310.28333.242.0451.96
HexB8517F0381F1C14d2a34
Octal27012117707037345155264
Binary101110001010001111111101110001111111100101001101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8517F; }

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

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

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

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

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

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

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

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