#BA4459

Color #BA4459 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #BA4459

Tints of Hippie Pink #BA4459

Color information

#BA4459 (or 0xBA4459) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 59. RGB value is (186,68,89). Sum of RGB (Red+Green+Blue) = 186+68+89=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4459 is #45BBA6. Grayscale: #696969. Windows color (decimal): -4570023 or 5850298. OLE color: 5850298.

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

Color convert

RGB1866889-
CMYK00.630.520.27
HSL349.32º46.46%49.8%-
HSV(B)349.32º63.44%72.94%-
XYZ24.1215.2911.13-
YUV105.68118.59185.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=54.23%
G=19.83%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186688900.630.520.27349.3246.4649.8
HexBA445903F341B15d2e32
Octal27210413107764335355662
Binary1011101010001001011001011111111010011011101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4459; }

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

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

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

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

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

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

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

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