#BA4477

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

Shades of Royal Heath #BA4477

Tints of Royal Heath #BA4477

Color information

#BA4477 (or 0xBA4477) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 77. RGB value is (186,68,119). Sum of RGB (Red+Green+Blue) = 186+68+119=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4477 is #45BB88. Grayscale: #6D6D6D. Windows color (decimal): -4569993 or 7816378. OLE color: 7816378.

HSL color Cylindrical-coordinate representation of color #BA4477: hue angle of 334.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4477 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18668119-
CMYK00.630.360.27
HSL334.07º46.46%49.8%-
HSV(B)334.07º63.44%72.94%-
XYZ25.6515.9119.17-
YUV109.1133.59182.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=49.87%
G=18.23%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866811900.630.360.27334.0746.4649.8
HexBA447703F241B14e2e32
Octal27210416707744335165662
Binary1011101010001001110111011111110010011011101001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4477; }

 p { color: rgb(186,68,119); }

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

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

 a { background-color: rgb(186,68,119); }

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

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

 span { border-color: rgb(186,68,119); }

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