#BA3F5A

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

Shades of Hippie Pink #BA3F5A

Tints of Hippie Pink #BA3F5A

Color information

#BA3F5A (or 0xBA3F5A) is unknown color: approx Hippie Pink. HEX triplet: BA, 3F and 5A. RGB value is (186,63,90). Sum of RGB (Red+Green+Blue) = 186+63+90=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F5A is #45C0A5. Grayscale: #666666. Windows color (decimal): -4571302 or 5914554. OLE color: 5914554.

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

Color convert

RGB1866390-
CMYK00.660.520.27
HSL346.83º49.4%48.82%-
HSV(B)346.83º66.13%72.94%-
XYZ23.8714.7311.26-
YUV102.86120.75187.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=54.87%
G=18.58%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186639000.660.520.27346.8349.448.82
HexBA3F5A042341B15b3131
Octal27277132010264335336161
Binary1011101011111110110100100001011010011011101011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F5A; }

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

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

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

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

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

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

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

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