#BA4A57

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

Shades of Hippie Pink #BA4A57

Tints of Hippie Pink #BA4A57

Color information

#BA4A57 (or 0xBA4A57) is unknown color: approx Hippie Pink. HEX triplet: BA, 4A and 57. RGB value is (186,74,87). Sum of RGB (Red+Green+Blue) = 186+74+87=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A57 is #45B5A8. Grayscale: #6D6D6D. Windows color (decimal): -4568489 or 5720762. OLE color: 5720762.

HSL color Cylindrical-coordinate representation of color #BA4A57: hue angle of 353.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A57 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1867487-
CMYK00.600.530.27
HSL353.04º44.8%50.98%-
HSV(B)353.04º60.22%72.94%-
XYZ24.4216.0210.82-
YUV108.97115.61182.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=53.60%
G=21.33%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186748700.600.530.27353.0444.850.98
HexBA4A5703C351B1612d33
Octal27211212707465335415563
Binary1011101010010101010111011110011010111011101100001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A57; }

 p { color: rgb(186,74,87); }

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

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

 a { background-color: rgb(186,74,87); }

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

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

 span { border-color: rgb(186,74,87); }

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