#BA3E5C

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

Shades of Hippie Pink #BA3E5C

Tints of Hippie Pink #BA3E5C

Color information

#BA3E5C (or 0xBA3E5C) is unknown color: approx Hippie Pink. HEX triplet: BA, 3E and 5C. RGB value is (186,62,92). Sum of RGB (Red+Green+Blue) = 186+62+92=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E5C is #45C1A3. Grayscale: #666666. Windows color (decimal): -4571556 or 6045370. OLE color: 6045370.

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

Color convert

RGB1866292-
CMYK00.670.510.27
HSL345.48º50%48.63%-
HSV(B)345.48º66.67%72.94%-
XYZ23.914.6611.69-
YUV102.5122.08187.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=54.71%
G=18.24%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186629200.670.510.27345.485048.63
HexBA3E5C043331B1593231
Octal27276134010363335316261
Binary1011101011111010111000100001111001111011101011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E5C; }

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

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

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

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

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

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

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

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