#B6577E

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

Shades of Royal Heath #B6577E

Tints of Royal Heath #B6577E

Color information

#B6577E (or 0xB6577E) is unknown color: approx Royal Heath. HEX triplet: B6, 57 and 7E. RGB value is (182,87,126). Sum of RGB (Red+Green+Blue) = 182+87+126=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6577E is #49A881. Grayscale: #777777. Windows color (decimal): -4827266 or 8279990. OLE color: 8279990.

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

Color convert

RGB18287126-
CMYK00.520.310.29
HSL335.37º39.42%52.75%-
HSV(B)335.37º52.2%71.37%-
XYZ26.4718.2721.87-
YUV119.85131.47172.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=46.08%
G=22.03%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828712600.520.310.29335.3739.4252.75
HexB6577E0341F1D14f2735
Octal26612717606437355174765
Binary101101101010111111111001101001111111101101001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6577E; }

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

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

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

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

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

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

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

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