#B6517F

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

Shades of Royal Heath #B6517F

Tints of Royal Heath #B6517F

Color information

#B6517F (or 0xB6517F) is unknown color: approx Royal Heath. HEX triplet: B6, 51 and 7F. RGB value is (182,81,127). Sum of RGB (Red+Green+Blue) = 182+81+127=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6517F is #49AE80. Grayscale: #747474. Windows color (decimal): -4828801 or 8343990. OLE color: 8343990.

HSL color Cylindrical-coordinate representation of color #B6517F: hue angle of 332.67º 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 #B6517F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18281127-
CMYK00.550.300.29
HSL332.67º40.89%51.57%-
HSV(B)332.67º55.49%71.37%-
XYZ26.0617.3622.06-
YUV116.44133.96174.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 127 (50% from 255) = 32.56%
R=46.67%
G=20.77%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828112700.550.300.29332.6740.8951.57
HexB6517F0371E1D14d2934
Octal26612117706736355155164
Binary101101101010001111111101101111111011101101001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6517F; }

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

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

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

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

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

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

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

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