#B65879

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

Shades of Royal Heath #B65879

Tints of Royal Heath #B65879

Color information

#B65879 (or 0xB65879) is unknown color: approx Royal Heath. HEX triplet: B6, 58 and 79. RGB value is (182,88,121). Sum of RGB (Red+Green+Blue) = 182+88+121=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B65879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65879 is #49A786. Grayscale: #777777. Windows color (decimal): -4827015 or 7952566. OLE color: 7952566.

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

Color convert

RGB18288121-
CMYK00.520.340.29
HSL338.94º39.17%52.94%-
HSV(B)338.94º51.65%71.37%-
XYZ26.2318.3120.24-
YUV119.87128.64172.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=46.55%
G=22.51%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828812100.520.340.29338.9439.1752.94
HexB65879034221D1532735
Octal26613017106442355234765
Binary1011011010110001111001011010010001011101101010011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65879; }

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

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

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

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

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

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

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

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