#BA494C

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

Shades of Hippie Pink #BA494C

Tints of Hippie Pink #BA494C

Color information

#BA494C (or 0xBA494C) is unknown color: approx Hippie Pink. HEX triplet: BA, 49 and 4C. RGB value is (186,73,76). Sum of RGB (Red+Green+Blue) = 186+73+76=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA494C is #45B6B3. Grayscale: #6B6B6B. Windows color (decimal): -4568756 or 4999610. OLE color: 4999610.

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

Color convert

RGB1867376-
CMYK00.610.590.27
HSL358.41º45.02%50.78%-
HSV(B)358.41º60.75%72.94%-
XYZ23.9415.738.61-
YUV107.13110.44184.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=55.52%
G=21.79%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186737600.610.590.27358.4145.0250.78
HexBA494C03D3B1B1662d33
Octal27211111407573335465563
Binary1011101010010011001100011110111101111011101100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA494C; }

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

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

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

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

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

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

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

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