#BA4A4F

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

Shades of Hippie Pink #BA4A4F

Tints of Hippie Pink #BA4A4F

Color information

#BA4A4F (or 0xBA4A4F) is unknown color: approx Hippie Pink. HEX triplet: BA, 4A and 4F. RGB value is (186,74,79). Sum of RGB (Red+Green+Blue) = 186+74+79=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A4F is #45B5B0. Grayscale: #6C6C6C. Windows color (decimal): -4568497 or 5196474. OLE color: 5196474.

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

Color convert

RGB1867479-
CMYK00.600.580.27
HSL357.32º44.8%50.98%-
HSV(B)357.32º60.22%72.94%-
XYZ24.1115.99.2-
YUV108.06111.61183.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=54.87%
G=21.83%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186747900.600.580.27357.3244.850.98
HexBA4A4F03C3A1B1652d33
Octal27211211707472335455563
Binary1011101010010101001111011110011101011011101100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A4F; }

 p { color: rgb(186,74,79); }

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

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

 a { background-color: rgb(186,74,79); }

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

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

 span { border-color: rgb(186,74,79); }

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