#B7517E

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

Shades of Royal Heath #B7517E

Tints of Royal Heath #B7517E

Color information

#B7517E (or 0xB7517E) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 7E. RGB value is (183,81,126). Sum of RGB (Red+Green+Blue) = 183+81+126=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7517E is #48AE81. Grayscale: #747474. Windows color (decimal): -4763266 or 8278455. OLE color: 8278455.

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

Color convert

RGB18381126-
CMYK00.560.310.28
HSL333.53º41.46%51.76%-
HSV(B)333.53º55.74%71.76%-
XYZ26.2417.4621.73-
YUV116.63133.29175.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=46.92%
G=20.77%
B=32.31%

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
Decimal1838112600.560.310.28333.5341.4651.76
HexB7517E0381F1C14e2934
Octal26712117607037345165164
Binary101101111010001111111001110001111111100101001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7517E; }

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

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

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

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

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

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

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

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