#BA465B

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

Shades of Hippie Pink #BA465B

Tints of Hippie Pink #BA465B

Color information

#BA465B (or 0xBA465B) is unknown color: approx Hippie Pink. HEX triplet: BA, 46 and 5B. RGB value is (186,70,91). Sum of RGB (Red+Green+Blue) = 186+70+91=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA465B is #45B9A4. Grayscale: #6B6B6B. Windows color (decimal): -4569509 or 5981882. OLE color: 5981882.

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

Color convert

RGB1867091-
CMYK00.620.510.27
HSL349.14º45.67%50.2%-
HSV(B)349.14º62.37%72.94%-
XYZ24.3315.5711.62-
YUV107.08118.93184.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=53.60%
G=20.17%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186709100.620.510.27349.1445.6750.2
HexBA465B03E331B15d2e32
Octal27210613307663335355662
Binary1011101010001101011011011111011001111011101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA465B; }

 p { color: rgb(186,70,91); }

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

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

 a { background-color: rgb(186,70,91); }

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

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

 span { border-color: rgb(186,70,91); }

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