#BA4C79

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

Shades of Royal Heath #BA4C79

Tints of Royal Heath #BA4C79

Color information

#BA4C79 (or 0xBA4C79) is unknown color: approx Royal Heath. HEX triplet: BA, 4C and 79. RGB value is (186,76,121). Sum of RGB (Red+Green+Blue) = 186+76+121=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C79 is #45B386. Grayscale: #717171. Windows color (decimal): -4567943 or 7949498. OLE color: 7949498.

HSL color Cylindrical-coordinate representation of color #BA4C79: hue angle of 335.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C79 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18676121-
CMYK00.590.350.27
HSL335.45º44.35%51.37%-
HSV(B)335.45º59.14%72.94%-
XYZ26.2916.9919.98-
YUV114.02131.94179.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=48.56%
G=19.84%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867612100.590.350.27335.4544.3551.37
HexBA4C7903B231B14f2c33
Octal27211417107343335175463
Binary1011101010011001111001011101110001111011101001111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C79; }

 p { color: rgb(186,76,121); }

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

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

 a { background-color: rgb(186,76,121); }

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

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

 span { border-color: rgb(186,76,121); }

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