#BA4257

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

Shades of Hippie Pink #BA4257

Tints of Hippie Pink #BA4257

Color information

#BA4257 (or 0xBA4257) is unknown color: approx Hippie Pink. HEX triplet: BA, 42 and 57. RGB value is (186,66,87). Sum of RGB (Red+Green+Blue) = 186+66+87=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4257 is #45BDA8. Grayscale: #686868. Windows color (decimal): -4570537 or 5718714. OLE color: 5718714.

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

Color convert

RGB1866687-
CMYK00.650.530.27
HSL349.5º47.62%49.41%-
HSV(B)349.5º64.52%72.94%-
XYZ23.9215.0210.66-
YUV104.27118.26186.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=54.87%
G=19.47%
B=25.66%

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
Decimal186668700.650.530.27349.547.6249.41
HexBA4257041351B15e3031
Octal272102127010165335366061
Binary10111010100001010101110100000111010111011101011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4257; }

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

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

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

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

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

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

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

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