#BA444D

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

Shades of Hippie Pink #BA444D

Tints of Hippie Pink #BA444D

Color information

#BA444D (or 0xBA444D) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 4D. RGB value is (186,68,77). Sum of RGB (Red+Green+Blue) = 186+68+77=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA444D is #45BBB2. Grayscale: #686868. Windows color (decimal): -4570035 or 5063866. OLE color: 5063866.

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

Color convert

RGB1866877-
CMYK00.630.590.27
HSL355.42º46.46%49.8%-
HSV(B)355.42º63.44%72.94%-
XYZ23.6615.118.69-
YUV104.31112.59186.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=56.19%
G=20.54%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186687700.630.590.27355.4246.4649.8
HexBA444D03F3B1B1632e32
Octal27210411507773335435662
Binary1011101010001001001101011111111101111011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA444D; }

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

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

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

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

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

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

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

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