#BA405D

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

Shades of Hippie Pink #BA405D

Tints of Hippie Pink #BA405D

Color information

#BA405D (or 0xBA405D) is unknown color: approx Hippie Pink. HEX triplet: BA, 40 and 5D. RGB value is (186,64,93). Sum of RGB (Red+Green+Blue) = 186+64+93=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA405D is #45BFA2. Grayscale: #676767. Windows color (decimal): -4571043 or 6111418. OLE color: 6111418.

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

Color convert

RGB1866493-
CMYK00.660.50.27
HSL345.74º48.8%49.02%-
HSV(B)345.74º65.59%72.94%-
XYZ24.0614.911.96-
YUV103.78121.92186.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=54.23%
G=18.66%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186649300.660.50.27345.7448.849.02
HexBA405D042321B15a3131
Octal272100135010262335326161
Binary10111010100000010111010100001011001011011101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA405D; }

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

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

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

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

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

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

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

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