#BA415D

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

Shades of Hippie Pink #BA415D

Tints of Hippie Pink #BA415D

Color information

#BA415D (or 0xBA415D) is unknown color: approx Hippie Pink. HEX triplet: BA, 41 and 5D. RGB value is (186,65,93). Sum of RGB (Red+Green+Blue) = 186+65+93=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA415D is #45BEA2. Grayscale: #686868. Windows color (decimal): -4570787 or 6111674. OLE color: 6111674.

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

Color convert

RGB1866593-
CMYK00.650.50.27
HSL346.12º48.21%49.22%-
HSV(B)346.12º65.05%72.94%-
XYZ24.1215.0111.98-
YUV104.37121.59186.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=54.07%
G=18.90%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186659300.650.50.27346.1248.2149.22
HexBA415D041321B15a3031
Octal272101135010162335326061
Binary10111010100000110111010100000111001011011101011010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA415D; }

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

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

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

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

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

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

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

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