#BA425A

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

Shades of Hippie Pink #BA425A

Tints of Hippie Pink #BA425A

Color information

#BA425A (or 0xBA425A) is unknown color: approx Hippie Pink. HEX triplet: BA, 42 and 5A. RGB value is (186,66,90). Sum of RGB (Red+Green+Blue) = 186+66+90=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA425A is #45BDA5. Grayscale: #686868. Windows color (decimal): -4570534 or 5915322. OLE color: 5915322.

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

Color convert

RGB1866690-
CMYK00.650.520.27
HSL348º47.62%49.41%-
HSV(B)348º64.52%72.94%-
XYZ24.0415.0711.32-
YUV104.62119.76186.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=54.39%
G=19.30%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186669000.650.520.2734847.6249.41
HexBA425A041341B15c3031
Octal272102132010164335346061
Binary10111010100001010110100100000111010011011101011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA425A; }

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

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

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

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

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

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

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

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