#BA4659

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

Shades of Hippie Pink #BA4659

Tints of Hippie Pink #BA4659

Color information

#BA4659 (or 0xBA4659) is unknown color: approx Hippie Pink. HEX triplet: BA, 46 and 59. RGB value is (186,70,89). Sum of RGB (Red+Green+Blue) = 186+70+89=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4659 is #45B9A6. Grayscale: #6A6A6A. Windows color (decimal): -4569511 or 5850810. OLE color: 5850810.

HSL color Cylindrical-coordinate representation of color #BA4659: hue angle of 350.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4659 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1867089-
CMYK00.620.520.27
HSL350.17º45.67%50.2%-
HSV(B)350.17º62.37%72.94%-
XYZ24.2415.5411.17-
YUV106.85117.93184.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=53.91%
G=20.29%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186708900.620.520.27350.1745.6750.2
HexBA465903E341B15e2e32
Octal27210613107664335365662
Binary1011101010001101011001011111011010011011101011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4659; }

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

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

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

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

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

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

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

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