#BA405C

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

Shades of Hippie Pink #BA405C

Tints of Hippie Pink #BA405C

Color information

#BA405C (or 0xBA405C) is unknown color: approx Hippie Pink. HEX triplet: BA, 40 and 5C. RGB value is (186,64,92). Sum of RGB (Red+Green+Blue) = 186+64+92=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA405C is #45BFA3. Grayscale: #676767. Windows color (decimal): -4571044 or 6045882. OLE color: 6045882.

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

Color convert

RGB1866492-
CMYK00.660.510.27
HSL346.23º48.8%49.02%-
HSV(B)346.23º65.59%72.94%-
XYZ24.0114.8811.73-
YUV103.67121.42186.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=54.39%
G=18.71%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186649200.660.510.27346.2348.849.02
HexBA405C042331B15a3131
Octal272100134010263335326161
Binary10111010100000010111000100001011001111011101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA405C; }

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

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

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

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

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

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

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

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