#BA454F

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

Shades of Hippie Pink #BA454F

Tints of Hippie Pink #BA454F

Color information

#BA454F (or 0xBA454F) is unknown color: approx Hippie Pink. HEX triplet: BA, 45 and 4F. RGB value is (186,69,79). Sum of RGB (Red+Green+Blue) = 186+69+79=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA454F is #45BAB0. Grayscale: #696969. Windows color (decimal): -4569777 or 5195194. OLE color: 5195194.

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

Color convert

RGB1866979-
CMYK00.630.580.27
HSL354.87º45.88%50%-
HSV(B)354.87º62.9%72.94%-
XYZ23.7915.269.09-
YUV105.12113.26185.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=55.69%
G=20.66%
B=23.65%

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
Decimal186697900.630.580.27354.8745.8850
HexBA454F03F3A1B1632e32
Octal27210511707772335435662
Binary1011101010001011001111011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA454F; }

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

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

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

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

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

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

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

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