#BA4053

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

Shades of Hippie Pink #BA4053

Tints of Hippie Pink #BA4053

Color information

#BA4053 (or 0xBA4053) is unknown color: approx Hippie Pink. HEX triplet: BA, 40 and 53. RGB value is (186,64,83). Sum of RGB (Red+Green+Blue) = 186+64+83=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4053 is #45BFAC. Grayscale: #666666. Windows color (decimal): -4571053 or 5456058. OLE color: 5456058.

HSL color Cylindrical-coordinate representation of color #BA4053: hue angle of 350.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4053 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1866483-
CMYK00.660.550.27
HSL350.66º48.8%49.02%-
HSV(B)350.66º65.59%72.94%-
XYZ23.6414.739.78-
YUV102.64116.92187.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=55.86%
G=19.22%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186648300.660.550.27350.6648.849.02
HexBA4053042371B15f3131
Octal272100123010267335376161
Binary10111010100000010100110100001011011111011101011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4053; }

 p { color: rgb(186,64,83); }

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

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

 a { background-color: rgb(186,64,83); }

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

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

 span { border-color: rgb(186,64,83); }

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