#BA454E

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

Shades of Hippie Pink #BA454E

Tints of Hippie Pink #BA454E

Color information

#BA454E (or 0xBA454E) is unknown color: approx Hippie Pink. HEX triplet: BA, 45 and 4E. RGB value is (186,69,78). Sum of RGB (Red+Green+Blue) = 186+69+78=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA454E is #45BAB1. Grayscale: #696969. Windows color (decimal): -4569778 or 5129658. OLE color: 5129658.

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

Color convert

RGB1866978-
CMYK00.630.580.27
HSL355.38º45.88%50%-
HSV(B)355.38º62.9%72.94%-
XYZ23.7515.258.9-
YUV105.01112.76185.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=55.86%
G=20.72%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186697800.630.580.27355.3845.8850
HexBA454E03F3A1B1632e32
Octal27210511607772335435662
Binary1011101010001011001110011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA454E; }

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

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

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

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

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

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

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

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