#BA4455

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

Shades of Hippie Pink #BA4455

Tints of Hippie Pink #BA4455

Color information

#BA4455 (or 0xBA4455) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 55. RGB value is (186,68,85). Sum of RGB (Red+Green+Blue) = 186+68+85=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4455 is #45BBAA. Grayscale: #696969. Windows color (decimal): -4570027 or 5588154. OLE color: 5588154.

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

Color convert

RGB1866885-
CMYK00.630.540.27
HSL351.36º46.46%49.8%-
HSV(B)351.36º63.44%72.94%-
XYZ23.9615.2310.27-
YUV105.22116.59185.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=54.87%
G=20.06%
B=25.07%

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
Decimal186688500.630.540.27351.3646.4649.8
HexBA445503F361B15f2e32
Octal27210412507766335375662
Binary1011101010001001010101011111111011011011101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4455; }

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

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

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

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

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

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

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

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