#B64977

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

Shades of Royal Heath #B64977

Tints of Royal Heath #B64977

Color information

#B64977 (or 0xB64977) is unknown color: approx Royal Heath. HEX triplet: B6, 49 and 77. RGB value is (182,73,119). Sum of RGB (Red+Green+Blue) = 182+73+119=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B64977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64977 is #49B688. Grayscale: #6E6E6E. Windows color (decimal): -4830857 or 7817654. OLE color: 7817654.

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

Color convert

RGB18273119-
CMYK00.600.350.29
HSL334.68º42.75%50%-
HSV(B)334.68º59.89%71.37%-
XYZ2516.0419.23-
YUV110.84132.61178.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=48.66%
G=19.52%
B=31.82%

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
Decimal1827311900.600.350.29334.6842.7550
HexB6497703C231D14f2b32
Octal26611116707443355175362
Binary1011011010010011110111011110010001111101101001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64977; }

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

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

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

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

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

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

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

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