#BA4959

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

Shades of Hippie Pink #BA4959

Tints of Hippie Pink #BA4959

Color information

#BA4959 (or 0xBA4959) is unknown color: approx Hippie Pink. HEX triplet: BA, 49 and 59. RGB value is (186,73,89). Sum of RGB (Red+Green+Blue) = 186+73+89=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4959 is #45B6A6. Grayscale: #6C6C6C. Windows color (decimal): -4568743 or 5851578. OLE color: 5851578.

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

Color convert

RGB1867389-
CMYK00.610.520.27
HSL351.5º45.02%50.78%-
HSV(B)351.5º60.75%72.94%-
XYZ24.4415.9311.24-
YUV108.61116.94183.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=53.45%
G=20.98%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186738900.610.520.27351.545.0250.78
HexBA495903D341B1602d33
Octal27211113107564335405563
Binary1011101010010011011001011110111010011011101100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4959; }

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

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

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

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

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

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

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

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