#B7517F

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

Shades of Royal Heath #B7517F

Tints of Royal Heath #B7517F

Color information

#B7517F (or 0xB7517F) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 7F. RGB value is (183,81,127). Sum of RGB (Red+Green+Blue) = 183+81+127=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7517F is #48AE80. Grayscale: #747474. Windows color (decimal): -4763265 or 8343991. OLE color: 8343991.

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

Color convert

RGB18381127-
CMYK00.560.310.28
HSL332.94º41.46%51.76%-
HSV(B)332.94º55.74%71.76%-
XYZ26.317.4822.07-
YUV116.74133.79175.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 127 (50% from 255) = 32.48%
R=46.80%
G=20.72%
B=32.48%

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
Decimal1838112700.560.310.28332.9441.4651.76
HexB7517F0381F1C14d2934
Octal26712117707037345155164
Binary101101111010001111111101110001111111100101001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7517F; }

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

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

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

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

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

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

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

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