#B6457C

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

Shades of Royal Heath #B6457C

Tints of Royal Heath #B6457C

Color information

#B6457C (or 0xB6457C) is unknown color: approx Royal Heath. HEX triplet: B6, 45 and 7C. RGB value is (182,69,124). Sum of RGB (Red+Green+Blue) = 182+69+124=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6457C is #49BA83. Grayscale: #6C6C6C. Windows color (decimal): -4831876 or 8144310. OLE color: 8144310.

HSL color Cylindrical-coordinate representation of color #B6457C: hue angle of 330.8º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6457C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18269124-
CMYK00.620.320.29
HSL330.8º45.02%49.22%-
HSV(B)330.8º62.09%71.37%-
XYZ25.0615.6620.77-
YUV109.06136.44180.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=48.53%
G=18.4%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826912400.620.320.29330.845.0249.22
HexB6457C03E201D14b2d31
Octal26610517407640355135561
Binary1011011010001011111100011111010000011101101001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6457C; }

 p { color: rgb(182,69,124); }

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

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

 a { background-color: rgb(182,69,124); }

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

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

 span { border-color: rgb(182,69,124); }

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