#B6597F

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

Shades of Royal Heath #B6597F

Tints of Royal Heath #B6597F

Color information

#B6597F (or 0xB6597F) is unknown color: approx Royal Heath. HEX triplet: B6, 59 and 7F. RGB value is (182,89,127). Sum of RGB (Red+Green+Blue) = 182+89+127=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B6597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6597F is #49A680. Grayscale: #797979. Windows color (decimal): -4826753 or 8346038. OLE color: 8346038.

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

Color convert

RGB18289127-
CMYK00.510.300.29
HSL335.48º38.91%53.14%-
HSV(B)335.48º51.1%71.37%-
XYZ26.6918.6222.27-
YUV121.14131.31171.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 127 (50% from 255) = 31.91%
R=45.73%
G=22.36%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828912700.510.300.29335.4838.9153.14
HexB6597F0331E1D14f2735
Octal26613117706336355174765
Binary101101101011001111111101100111111011101101001111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6597F; }

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

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

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

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

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

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

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

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