#BA4E58

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

Shades of Hippie Pink #BA4E58

Tints of Hippie Pink #BA4E58

Color information

#BA4E58 (or 0xBA4E58) is unknown color: approx Hippie Pink. HEX triplet: BA, 4E and 58. RGB value is (186,78,88). Sum of RGB (Red+Green+Blue) = 186+78+88=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E58 is #45B1A7. Grayscale: #6F6F6F. Windows color (decimal): -4567464 or 5787322. OLE color: 5787322.

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

Color convert

RGB1867888-
CMYK00.580.530.27
HSL354.44º43.9%51.76%-
HSV(B)354.44º58.06%72.94%-
XYZ24.7416.5911.13-
YUV111.43114.78181.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 88 (34.77% from 255) = 25%
R=52.84%
G=22.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186788800.580.530.27354.4443.951.76
HexBA4E5803A351B1622c34
Octal27211613007265335425464
Binary1011101010011101011000011101011010111011101100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E58; }

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

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

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

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

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

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

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

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