#BA4157

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

Shades of Hippie Pink #BA4157

Tints of Hippie Pink #BA4157

Color information

#BA4157 (or 0xBA4157) is unknown color: approx Hippie Pink. HEX triplet: BA, 41 and 57. RGB value is (186,65,87). Sum of RGB (Red+Green+Blue) = 186+65+87=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4157 is #45BEA8. Grayscale: #676767. Windows color (decimal): -4570793 or 5718458. OLE color: 5718458.

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

Color convert

RGB1866587-
CMYK00.650.530.27
HSL349.09º48.21%49.22%-
HSV(B)349.09º65.05%72.94%-
XYZ23.8614.9110.64-
YUV103.69118.59186.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=55.03%
G=19.23%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186658700.650.530.27349.0948.2149.22
HexBA4157041351B15d3031
Octal272101127010165335356061
Binary10111010100000110101110100000111010111011101011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4157; }

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

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

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

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

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

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

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

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