#BA445D

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

Shades of Hippie Pink #BA445D

Tints of Hippie Pink #BA445D

Color information

#BA445D (or 0xBA445D) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 5D. RGB value is (186,68,93). Sum of RGB (Red+Green+Blue) = 186+68+93=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA445D is #45BBA2. Grayscale: #6A6A6A. Windows color (decimal): -4570019 or 6112442. OLE color: 6112442.

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

Color convert

RGB1866893-
CMYK00.630.50.27
HSL347.29º46.46%49.8%-
HSV(B)347.29º63.44%72.94%-
XYZ24.2915.3612.04-
YUV106.13120.59184.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=53.60%
G=19.60%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186689300.630.50.27347.2946.4649.8
HexBA445D03F321B15b2e32
Octal27210413507762335335662
Binary1011101010001001011101011111111001011011101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA445D; }

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

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

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

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

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

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

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

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