#BA4658

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

Shades of Hippie Pink #BA4658

Tints of Hippie Pink #BA4658

Color information

#BA4658 (or 0xBA4658) is unknown color: approx Hippie Pink. HEX triplet: BA, 46 and 58. RGB value is (186,70,88). Sum of RGB (Red+Green+Blue) = 186+70+88=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4658 is #45B9A7. Grayscale: #6A6A6A. Windows color (decimal): -4569512 or 5785274. OLE color: 5785274.

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

Color convert

RGB1867088-
CMYK00.620.530.27
HSL350.69º45.67%50.2%-
HSV(B)350.69º62.37%72.94%-
XYZ24.215.5210.95-
YUV106.74117.43184.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=54.07%
G=20.35%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186708800.620.530.27350.6945.6750.2
HexBA465803E351B15f2e32
Octal27210613007665335375662
Binary1011101010001101011000011111011010111011101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4658; }

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

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

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

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

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

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

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

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