#BA4956

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

Shades of Hippie Pink #BA4956

Tints of Hippie Pink #BA4956

Color information

#BA4956 (or 0xBA4956) is unknown color: approx Hippie Pink. HEX triplet: BA, 49 and 56. RGB value is (186,73,86). Sum of RGB (Red+Green+Blue) = 186+73+86=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4956 is #45B6A9. Grayscale: #6C6C6C. Windows color (decimal): -4568746 or 5654970. OLE color: 5654970.

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

Color convert

RGB1867386-
CMYK00.610.540.27
HSL353.1º45.02%50.78%-
HSV(B)353.1º60.75%72.94%-
XYZ24.3115.8810.59-
YUV108.27115.44183.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=53.91%
G=21.16%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186738600.610.540.27353.145.0250.78
HexBA495603D361B1612d33
Octal27211112607566335415563
Binary1011101010010011010110011110111011011011101100001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4956; }

 p { color: rgb(186,73,86); }

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

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

 a { background-color: rgb(186,73,86); }

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

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

 span { border-color: rgb(186,73,86); }

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