#B64D7E

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

Shades of Royal Heath #B64D7E

Tints of Royal Heath #B64D7E

Color information

#B64D7E (or 0xB64D7E) is unknown color: approx Royal Heath. HEX triplet: B6, 4D and 7E. RGB value is (182,77,126). Sum of RGB (Red+Green+Blue) = 182+77+126=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D7E is #49B281. Grayscale: #717171. Windows color (decimal): -4829826 or 8277430. OLE color: 8277430.

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

Color convert

RGB18277126-
CMYK00.580.310.29
HSL332º41.83%50.78%-
HSV(B)332º57.69%71.37%-
XYZ25.7116.7621.62-
YUV113.98134.79176.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=47.27%
G=20%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827712600.580.310.2933241.8350.78
HexB64D7E03A1F1D14c2a33
Octal26611517607237355145263
Binary101101101001101111111001110101111111101101001100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D7E; }

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

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

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

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

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

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

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

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