#B64C73

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

Shades of Royal Heath #B64C73

Tints of Royal Heath #B64C73

Color information

#B64C73 (or 0xB64C73) is unknown color: approx Royal Heath. HEX triplet: B6, 4C and 73. RGB value is (182,76,115). Sum of RGB (Red+Green+Blue) = 182+76+115=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C73 is #49B38C. Grayscale: #707070. Windows color (decimal): -4830093 or 7556278. OLE color: 7556278.

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

Color convert

RGB18276115-
CMYK00.580.370.29
HSL337.92º42.06%50.59%-
HSV(B)337.92º58.24%71.37%-
XYZ24.9716.3518.06-
YUV112.14129.62177.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=48.79%
G=20.38%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827611500.580.370.29337.9242.0650.59
HexB64C7303A251D1522a33
Octal26611416307245355225263
Binary1011011010011001110011011101010010111101101010010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C73; }

 p { color: rgb(182,76,115); }

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

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

 a { background-color: rgb(182,76,115); }

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

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

 span { border-color: rgb(182,76,115); }

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