#BA4757

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

Shades of Hippie Pink #BA4757

Tints of Hippie Pink #BA4757

Color information

#BA4757 (or 0xBA4757) is unknown color: approx Hippie Pink. HEX triplet: BA, 47 and 57. RGB value is (186,71,87). Sum of RGB (Red+Green+Blue) = 186+71+87=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4757 is #45B8A8. Grayscale: #6B6B6B. Windows color (decimal): -4569257 or 5719994. OLE color: 5719994.

HSL color Cylindrical-coordinate representation of color #BA4757: hue angle of 351.65º degrees, saturation: 0.45, 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 #BA4757 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1867187-
CMYK00.620.530.27
HSL351.65º45.45%50.39%-
HSV(B)351.65º61.83%72.94%-
XYZ24.2215.6310.76-
YUV107.21116.6184.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=54.07%
G=20.64%
B=25.29%

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
Decimal186718700.620.530.27351.6545.4550.39
HexBA475703E351B1602d32
Octal27210712707665335405562
Binary1011101010001111010111011111011010111011101100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4757; }

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

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

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

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

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

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

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

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