#BA3E5E

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

Shades of Hippie Pink #BA3E5E

Tints of Hippie Pink #BA3E5E

Color information

#BA3E5E (or 0xBA3E5E) is unknown color: approx Hippie Pink. HEX triplet: BA, 3E and 5E. RGB value is (186,62,94). Sum of RGB (Red+Green+Blue) = 186+62+94=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E5E is #45C1A1. Grayscale: #666666. Windows color (decimal): -4571554 or 6176442. OLE color: 6176442.

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

Color convert

RGB1866294-
CMYK00.670.490.27
HSL344.52º50%48.63%-
HSV(B)344.52º66.67%72.94%-
XYZ23.9914.6912.16-
YUV102.72123.08187.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=54.39%
G=18.13%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186629400.670.490.27344.525048.63
HexBA3E5E043311B1593231
Octal27276136010361335316261
Binary1011101011111010111100100001111000111011101011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E5E; }

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

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

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

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

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

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

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

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