#B64976

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

Shades of Royal Heath #B64976

Tints of Royal Heath #B64976

Color information

#B64976 (or 0xB64976) is unknown color: approx Royal Heath. HEX triplet: B6, 49 and 76. RGB value is (182,73,118). Sum of RGB (Red+Green+Blue) = 182+73+118=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B64976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64976 is #49B689. Grayscale: #6E6E6E. Windows color (decimal): -4830858 or 7752118. OLE color: 7752118.

HSL color Cylindrical-coordinate representation of color #B64976: hue angle of 335.23º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64976 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18273118-
CMYK00.600.350.29
HSL335.23º42.75%50%-
HSV(B)335.23º59.89%71.37%-
XYZ24.9416.0218.92-
YUV110.72132.11178.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=48.79%
G=19.57%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827311800.600.350.29335.2342.7550
HexB6497603C231D14f2b32
Octal26611116607443355175362
Binary1011011010010011110110011110010001111101101001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64976; }

 p { color: rgb(182,73,118); }

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

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

 a { background-color: rgb(182,73,118); }

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

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

 span { border-color: rgb(182,73,118); }

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