#BA425B

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

Shades of Hippie Pink #BA425B

Tints of Hippie Pink #BA425B

Color information

#BA425B (or 0xBA425B) is unknown color: approx Hippie Pink. HEX triplet: BA, 42 and 5B. RGB value is (186,66,91). Sum of RGB (Red+Green+Blue) = 186+66+91=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA425B is #45BDA4. Grayscale: #686868. Windows color (decimal): -4570533 or 5980858. OLE color: 5980858.

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

Color convert

RGB1866691-
CMYK00.650.510.27
HSL347.5º47.62%49.41%-
HSV(B)347.5º64.52%72.94%-
XYZ24.0915.0911.54-
YUV104.73120.26185.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=54.23%
G=19.24%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186669100.650.510.27347.547.6249.41
HexBA425B041331B15c3031
Octal272102133010163335346061
Binary10111010100001010110110100000111001111011101011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA425B; }

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

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

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

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

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

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

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

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