#B64C74

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

Shades of Royal Heath #B64C74

Tints of Royal Heath #B64C74

Color information

#B64C74 (or 0xB64C74) is unknown color: approx Royal Heath. HEX triplet: B6, 4C and 74. RGB value is (182,76,116). Sum of RGB (Red+Green+Blue) = 182+76+116=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C74 is #49B38B. Grayscale: #707070. Windows color (decimal): -4830092 or 7621814. OLE color: 7621814.

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

Color convert

RGB18276116-
CMYK00.580.360.29
HSL337.36º42.06%50.59%-
HSV(B)337.36º58.24%71.37%-
XYZ25.0316.3718.36-
YUV112.25130.12177.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=48.66%
G=20.32%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827611600.580.360.29337.3642.0650.59
HexB64C7403A241D1512a33
Octal26611416407244355215263
Binary1011011010011001110100011101010010011101101010001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C74; }

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

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

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

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

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

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

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

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