#BA4456

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

Shades of Hippie Pink #BA4456

Tints of Hippie Pink #BA4456

Color information

#BA4456 (or 0xBA4456) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 56. RGB value is (186,68,86). Sum of RGB (Red+Green+Blue) = 186+68+86=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4456 is #45BBA9. Grayscale: #696969. Windows color (decimal): -4570026 or 5653690. OLE color: 5653690.

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

Color convert

RGB1866886-
CMYK00.630.540.27
HSL350.85º46.46%49.8%-
HSV(B)350.85º63.44%72.94%-
XYZ2415.2510.48-
YUV105.33117.09185.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=54.71%
G=20%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186688600.630.540.27350.8546.4649.8
HexBA445603F361B15f2e32
Octal27210412607766335375662
Binary1011101010001001010110011111111011011011101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4456; }

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

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

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

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

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

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

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

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