#B6477E

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

Shades of Royal Heath #B6477E

Tints of Royal Heath #B6477E

Color information

#B6477E (or 0xB6477E) is unknown color: approx Royal Heath. HEX triplet: B6, 47 and 7E. RGB value is (182,71,126). Sum of RGB (Red+Green+Blue) = 182+71+126=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6477E is #49B881. Grayscale: #6E6E6E. Windows color (decimal): -4831362 or 8275894. OLE color: 8275894.

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

Color convert

RGB18271126-
CMYK00.610.310.29
HSL330.27º43.87%49.61%-
HSV(B)330.27º60.99%71.37%-
XYZ25.3115.9621.48-
YUV110.46136.77179.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=48.02%
G=18.73%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827112600.610.310.29330.2743.8749.61
HexB6477E03D1F1D14a2c32
Octal26610717607537355125462
Binary101101101000111111111001111011111111101101001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6477E; }

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

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

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

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

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

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

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

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