#B7517D

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

Shades of Royal Heath #B7517D

Tints of Royal Heath #B7517D

Color information

#B7517D (or 0xB7517D) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 7D. RGB value is (183,81,125). Sum of RGB (Red+Green+Blue) = 183+81+125=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7517D is #48AE82. Grayscale: #747474. Windows color (decimal): -4763267 or 8212919. OLE color: 8212919.

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

Color convert

RGB18381125-
CMYK00.560.320.28
HSL334.12º41.46%51.76%-
HSV(B)334.12º55.74%71.76%-
XYZ26.1717.4321.39-
YUV116.51132.79175.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=47.04%
G=20.82%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838112500.560.320.28334.1241.4651.76
HexB7517D038201C14e2934
Octal26712117507040345165164
Binary1011011110100011111101011100010000011100101001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7517D; }

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

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

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

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

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

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

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

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