#BA494E

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

Shades of Hippie Pink #BA494E

Tints of Hippie Pink #BA494E

Color information

#BA494E (or 0xBA494E) is unknown color: approx Hippie Pink. HEX triplet: BA, 49 and 4E. RGB value is (186,73,78). Sum of RGB (Red+Green+Blue) = 186+73+78=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA494E is #45B6B1. Grayscale: #6B6B6B. Windows color (decimal): -4568754 or 5130682. OLE color: 5130682.

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

Color convert

RGB1867378-
CMYK00.610.580.27
HSL357.35º45.02%50.78%-
HSV(B)357.35º60.75%72.94%-
XYZ24.0115.758.98-
YUV107.36111.44184.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=55.19%
G=21.66%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186737800.610.580.27357.3545.0250.78
HexBA494E03D3A1B1652d33
Octal27211111607572335455563
Binary1011101010010011001110011110111101011011101100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA494E; }

 p { color: rgb(186,73,78); }

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

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

 a { background-color: rgb(186,73,78); }

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

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

 span { border-color: rgb(186,73,78); }

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