#BA4252

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

Shades of Hippie Pink #BA4252

Tints of Hippie Pink #BA4252

Color information

#BA4252 (or 0xBA4252) is unknown color: approx Hippie Pink. HEX triplet: BA, 42 and 52. RGB value is (186,66,82). Sum of RGB (Red+Green+Blue) = 186+66+82=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4252 is #45BDAD. Grayscale: #676767. Windows color (decimal): -4570542 or 5391034. OLE color: 5391034.

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

Color convert

RGB1866682-
CMYK00.650.560.27
HSL352º47.62%49.41%-
HSV(B)352º64.52%72.94%-
XYZ23.7214.949.62-
YUV103.7115.76186.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=55.69%
G=19.76%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186668200.650.560.2735247.6249.41
HexBA4252041381B1603031
Octal272102122010170335406061
Binary10111010100001010100100100000111100011011101100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4252; }

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

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

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

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

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

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

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

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