#B6517D

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

Shades of Royal Heath #B6517D

Tints of Royal Heath #B6517D

Color information

#B6517D (or 0xB6517D) is unknown color: approx Royal Heath. HEX triplet: B6, 51 and 7D. RGB value is (182,81,125). Sum of RGB (Red+Green+Blue) = 182+81+125=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6517D is #49AE82. Grayscale: #747474. Windows color (decimal): -4828803 or 8212918. OLE color: 8212918.

HSL color Cylindrical-coordinate representation of color #B6517D: hue angle of 333.86º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6517D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18281125-
CMYK00.550.310.29
HSL333.86º40.89%51.57%-
HSV(B)333.86º55.49%71.37%-
XYZ25.9417.3121.38-
YUV116.22132.96174.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=46.91%
G=20.88%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828112500.550.310.29333.8640.8951.57
HexB6517D0371F1D14e2934
Octal26612117506737355165164
Binary101101101010001111110101101111111111101101001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6517D; }

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

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

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

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

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

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

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

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