#BA3F55

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

Shades of Hippie Pink #BA3F55

Tints of Hippie Pink #BA3F55

Color information

#BA3F55 (or 0xBA3F55) is unknown color: approx Hippie Pink. HEX triplet: BA, 3F and 55. RGB value is (186,63,85). Sum of RGB (Red+Green+Blue) = 186+63+85=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F55 is #45C0AA. Grayscale: #666666. Windows color (decimal): -4571307 or 5586874. OLE color: 5586874.

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

Color convert

RGB1866385-
CMYK00.660.540.27
HSL349.27º49.4%48.82%-
HSV(B)349.27º66.13%72.94%-
XYZ23.6714.6510.17-
YUV102.28118.25187.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=55.69%
G=18.86%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186638500.660.540.27349.2749.448.82
HexBA3F55042361B15d3131
Octal27277125010266335356161
Binary1011101011111110101010100001011011011011101011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F55; }

 p { color: rgb(186,63,85); }

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

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

 a { background-color: rgb(186,63,85); }

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

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

 span { border-color: rgb(186,63,85); }

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