#BA4A52

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

Shades of Hippie Pink #BA4A52

Tints of Hippie Pink #BA4A52

Color information

#BA4A52 (or 0xBA4A52) is unknown color: approx Hippie Pink. HEX triplet: BA, 4A and 52. RGB value is (186,74,82). Sum of RGB (Red+Green+Blue) = 186+74+82=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A52 is #45B5AD. Grayscale: #6C6C6C. Windows color (decimal): -4568494 or 5393082. OLE color: 5393082.

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

Color convert

RGB1867482-
CMYK00.600.560.27
HSL355.71º44.8%50.98%-
HSV(B)355.71º60.22%72.94%-
XYZ24.2215.959.78-
YUV108.4113.11183.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=54.39%
G=21.64%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186748200.600.560.27355.7144.850.98
HexBA4A5203C381B1642d33
Octal27211212207470335445563
Binary1011101010010101010010011110011100011011101100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A52; }

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

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

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

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

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

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

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

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