#B6477F

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

Shades of Royal Heath #B6477F

Tints of Royal Heath #B6477F

Color information

#B6477F (or 0xB6477F) is unknown color: approx Royal Heath. HEX triplet: B6, 47 and 7F. RGB value is (182,71,127). Sum of RGB (Red+Green+Blue) = 182+71+127=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6477F is #49B880. Grayscale: #6E6E6E. Windows color (decimal): -4831361 or 8341430. OLE color: 8341430.

HSL color Cylindrical-coordinate representation of color #B6477F: hue angle of 329.73º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6477F is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18271127-
CMYK00.610.300.29
HSL329.73º43.87%49.61%-
HSV(B)329.73º60.99%71.37%-
XYZ25.3815.9821.83-
YUV110.57137.27178.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 127 (50% from 255) = 33.42%
R=47.89%
G=18.68%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827112700.610.300.29329.7343.8749.61
HexB6477F03D1E1D14a2c32
Octal26610717707536355125462
Binary101101101000111111111101111011111011101101001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6477F; }

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

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

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

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

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

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

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

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