#BA4474

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

Shades of Royal Heath #BA4474

Tints of Royal Heath #BA4474

Color information

#BA4474 (or 0xBA4474) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 74. RGB value is (186,68,116). Sum of RGB (Red+Green+Blue) = 186+68+116=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4474 is #45BB8B. Grayscale: #6C6C6C. Windows color (decimal): -4569996 or 7619770. OLE color: 7619770.

HSL color Cylindrical-coordinate representation of color #BA4474: hue angle of 335.59º 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 #BA4474 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18668116-
CMYK00.630.380.27
HSL335.59º46.46%49.8%-
HSV(B)335.59º63.44%72.94%-
XYZ25.4715.8318.24-
YUV108.75132.09183.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=50.27%
G=18.38%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866811600.630.380.27335.5946.4649.8
HexBA447403F261B1502e32
Octal27210416407746335205662
Binary1011101010001001110100011111110011011011101010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4474; }

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

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

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

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

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

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

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

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