#BA444F

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

Shades of Hippie Pink #BA444F

Tints of Hippie Pink #BA444F

Color information

#BA444F (or 0xBA444F) is unknown color: approx Hippie Pink. HEX triplet: BA, 44 and 4F. RGB value is (186,68,79). Sum of RGB (Red+Green+Blue) = 186+68+79=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA444F is #45BBB0. Grayscale: #686868. Windows color (decimal): -4570033 or 5194938. OLE color: 5194938.

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

Color convert

RGB1866879-
CMYK00.630.580.27
HSL354.41º46.46%49.8%-
HSV(B)354.41º63.44%72.94%-
XYZ23.7315.149.07-
YUV104.54113.59186.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=55.86%
G=20.42%
B=23.72%

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
Decimal186687900.630.580.27354.4146.4649.8
HexBA444F03F3A1B1622e32
Octal27210411707772335425662
Binary1011101010001001001111011111111101011011101100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA444F; }

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

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

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

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

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

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

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

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