#BA4056

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

Shades of Hippie Pink #BA4056

Tints of Hippie Pink #BA4056

Color information

#BA4056 (or 0xBA4056) is unknown color: approx Hippie Pink. HEX triplet: BA, 40 and 56. RGB value is (186,64,86). Sum of RGB (Red+Green+Blue) = 186+64+86=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4056 is #45BFA9. Grayscale: #676767. Windows color (decimal): -4571050 or 5652666. OLE color: 5652666.

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

Color convert

RGB1866486-
CMYK00.660.540.27
HSL349.18º48.8%49.02%-
HSV(B)349.18º65.59%72.94%-
XYZ23.7614.7810.4-
YUV102.99118.42187.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=55.36%
G=19.05%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186648600.660.540.27349.1848.849.02
HexBA4056042361B15d3131
Octal272100126010266335356161
Binary10111010100000010101100100001011011011011101011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4056; }

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

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

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

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

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

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

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

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