#B6597E

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

Shades of Royal Heath #B6597E

Tints of Royal Heath #B6597E

Color information

#B6597E (or 0xB6597E) is unknown color: approx Royal Heath. HEX triplet: B6, 59 and 7E. RGB value is (182,89,126). Sum of RGB (Red+Green+Blue) = 182+89+126=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6597E is #49A681. Grayscale: #787878. Windows color (decimal): -4826754 or 8280502. OLE color: 8280502.

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

Color convert

RGB18289126-
CMYK00.510.310.29
HSL336.13º38.91%53.14%-
HSV(B)336.13º51.1%71.37%-
XYZ26.6318.621.92-
YUV121.02130.81171.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=45.84%
G=22.42%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828912600.510.310.29336.1338.9153.14
HexB6597E0331F1D1502735
Octal26613117606337355204765
Binary101101101011001111111001100111111111101101010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6597E; }

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

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

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

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

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

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

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

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