#B65579

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

Shades of Royal Heath #B65579

Tints of Royal Heath #B65579

Color information

#B65579 (or 0xB65579) is unknown color: approx Royal Heath. HEX triplet: B6, 55 and 79. RGB value is (182,85,121). Sum of RGB (Red+Green+Blue) = 182+85+121=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B65579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65579 is #49AA86. Grayscale: #767676. Windows color (decimal): -4827783 or 7951798. OLE color: 7951798.

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

Color convert

RGB18285121-
CMYK00.530.340.29
HSL337.73º39.92%52.35%-
HSV(B)337.73º53.3%71.37%-
XYZ25.9917.8220.16-
YUV118.11129.64173.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=46.91%
G=21.91%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828512100.530.340.29337.7339.9252.35
HexB65579035221D1522834
Octal26612517106542355225064
Binary1011011010101011111001011010110001011101101010010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65579; }

 p { color: rgb(182,85,121); }

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

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

 a { background-color: rgb(182,85,121); }

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

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

 span { border-color: rgb(182,85,121); }

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