#BA4454

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

Shades of Hippie Pink #BA4454

Tints of Hippie Pink #BA4454

Color information

#BA4454 (or 0xBA4454) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 54. RGB value is (186,68,84). Sum of RGB (Red+Green+Blue) = 186+68+84=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4454 is #45BBAB. Grayscale: #696969. Windows color (decimal): -4570028 or 5522618. OLE color: 5522618.

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

Color convert

RGB1866884-
CMYK00.630.550.27
HSL351.86º46.46%49.8%-
HSV(B)351.86º63.44%72.94%-
XYZ23.9215.2110.06-
YUV105.11116.09185.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=55.03%
G=20.12%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186688400.630.550.27351.8646.4649.8
HexBA445403F371B1602e32
Octal27210412407767335405662
Binary1011101010001001010100011111111011111011101100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4454; }

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

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

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

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

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

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

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

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