#B64779

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

Shades of Royal Heath #B64779

Tints of Royal Heath #B64779

Color information

#B64779 (or 0xB64779) is unknown color: approx Royal Heath. HEX triplet: B6, 47 and 79. RGB value is (182,71,121). Sum of RGB (Red+Green+Blue) = 182+71+121=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B64779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64779 is #49B886. Grayscale: #6D6D6D. Windows color (decimal): -4831367 or 7948214. OLE color: 7948214.

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

Color convert

RGB18271121-
CMYK00.610.340.29
HSL332.97º43.87%49.61%-
HSV(B)332.97º60.99%71.37%-
XYZ2515.8319.83-
YUV109.89134.27179.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=48.66%
G=18.98%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827112100.610.340.29332.9743.8749.61
HexB6477903D221D14d2c32
Octal26610717107542355155462
Binary1011011010001111111001011110110001011101101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64779; }

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

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

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

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

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

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

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

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