#BA405F

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

Shades of Hippie Pink #BA405F

Tints of Hippie Pink #BA405F

Color information

#BA405F (or 0xBA405F) is unknown color: approx Hippie Pink. HEX triplet: BA, 40 and 5F. RGB value is (186,64,95). Sum of RGB (Red+Green+Blue) = 186+64+95=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA405F is #45BFA0. Grayscale: #686868. Windows color (decimal): -4571041 or 6242490. OLE color: 6242490.

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

Color convert

RGB1866495-
CMYK00.660.490.27
HSL344.75º48.8%49.02%-
HSV(B)344.75º65.59%72.94%-
XYZ24.1514.9312.44-
YUV104.01122.92186.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=53.91%
G=18.55%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186649500.660.490.27344.7548.849.02
HexBA405F042311B1593131
Octal272100137010261335316161
Binary10111010100000010111110100001011000111011101011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA405F; }

 p { color: rgb(186,64,95); }

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

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

 a { background-color: rgb(186,64,95); }

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

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

 span { border-color: rgb(186,64,95); }

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