#B64D6E

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

Shades of Royal Heath #B64D6E

Tints of Royal Heath #B64D6E

Color information

#B64D6E (or 0xB64D6E) is unknown color: approx Royal Heath. HEX triplet: B6, 4D and 6E. RGB value is (182,77,110). Sum of RGB (Red+Green+Blue) = 182+77+110=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D6E is #49B291. Grayscale: #707070. Windows color (decimal): -4829842 or 7228854. OLE color: 7228854.

HSL color Cylindrical-coordinate representation of color #B64D6E: hue angle of 341.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64D6E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18277110-
CMYK00.580.400.29
HSL341.14º41.83%50.78%-
HSV(B)341.14º57.69%71.37%-
XYZ24.7616.3816.61-
YUV112.16126.79177.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=49.32%
G=20.87%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827711000.580.400.29341.1441.8350.78
HexB64D6E03A281D1552a33
Octal26611515607250355255263
Binary1011011010011011101110011101010100011101101010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D6E; }

 p { color: rgb(182,77,110); }

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

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

 a { background-color: rgb(182,77,110); }

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

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

 span { border-color: rgb(182,77,110); }

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