#BA4355

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

Shades of Hippie Pink #BA4355

Tints of Hippie Pink #BA4355

Color information

#BA4355 (or 0xBA4355) is unknown color: approx Hippie Pink. HEX triplet: BA, 43 and 55. RGB value is (186,67,85). Sum of RGB (Red+Green+Blue) = 186+67+85=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4355 is #45BCAA. Grayscale: #686868. Windows color (decimal): -4570283 or 5587898. OLE color: 5587898.

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

Color convert

RGB1866785-
CMYK00.640.540.27
HSL350.92º47.04%49.61%-
HSV(B)350.92º63.98%72.94%-
XYZ23.915.1110.25-
YUV104.63116.92186.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=55.03%
G=19.82%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186678500.640.540.27350.9247.0449.61
HexBA4355040361B15f2f32
Octal272103125010066335375762
Binary10111010100001110101010100000011011011011101011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4355; }

 p { color: rgb(186,67,85); }

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

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

 a { background-color: rgb(186,67,85); }

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

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

 span { border-color: rgb(186,67,85); }

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