#BA4C58

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

Shades of Hippie Pink #BA4C58

Tints of Hippie Pink #BA4C58

Color information

#BA4C58 (or 0xBA4C58) is unknown color: approx Hippie Pink. HEX triplet: BA, 4C and 58. RGB value is (186,76,88). Sum of RGB (Red+Green+Blue) = 186+76+88=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C58 is #45B3A7. Grayscale: #6E6E6E. Windows color (decimal): -4567976 or 5786810. OLE color: 5786810.

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

Color convert

RGB1867688-
CMYK00.590.530.27
HSL353.45º44.35%51.37%-
HSV(B)353.45º59.14%72.94%-
XYZ24.616.3111.08-
YUV110.26115.44182.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=53.14%
G=21.71%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186768800.590.530.27353.4544.3551.37
HexBA4C5803B351B1612c33
Octal27211413007365335415463
Binary1011101010011001011000011101111010111011101100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C58; }

 p { color: rgb(186,76,88); }

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

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

 a { background-color: rgb(186,76,88); }

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

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

 span { border-color: rgb(186,76,88); }

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