#BA455A

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

Shades of Hippie Pink #BA455A

Tints of Hippie Pink #BA455A

Color information

#BA455A (or 0xBA455A) is unknown color: approx Hippie Pink. HEX triplet: BA, 45 and 5A. RGB value is (186,69,90). Sum of RGB (Red+Green+Blue) = 186+69+90=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA455A is #45BAA5. Grayscale: #6A6A6A. Windows color (decimal): -4569766 or 5916090. OLE color: 5916090.

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

Color convert

RGB1866990-
CMYK00.630.520.27
HSL349.23º45.88%50%-
HSV(B)349.23º62.9%72.94%-
XYZ24.2215.4311.38-
YUV106.38118.76184.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=53.91%
G=20%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186699000.630.520.27349.2345.8850
HexBA455A03F341B15d2e32
Octal27210513207764335355662
Binary1011101010001011011010011111111010011011101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA455A; }

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

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

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

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

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

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

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

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