#BA445B

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

Shades of Hippie Pink #BA445B

Tints of Hippie Pink #BA445B

Color information

#BA445B (or 0xBA445B) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 5B. RGB value is (186,68,91). Sum of RGB (Red+Green+Blue) = 186+68+91=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA445B is #45BBA4. Grayscale: #696969. Windows color (decimal): -4570021 or 5981370. OLE color: 5981370.

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

Color convert

RGB1866891-
CMYK00.630.510.27
HSL348.31º46.46%49.8%-
HSV(B)348.31º63.44%72.94%-
XYZ24.2115.3311.58-
YUV105.9119.59185.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=53.91%
G=19.71%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186689100.630.510.27348.3146.4649.8
HexBA445B03F331B15c2e32
Octal27210413307763335345662
Binary1011101010001001011011011111111001111011101011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA445B; }

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

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

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

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

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

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

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

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