#BA434F

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

Shades of Hippie Pink #BA434F

Tints of Hippie Pink #BA434F

Color information

#BA434F (or 0xBA434F) is unknown color: approx Hippie Pink. HEX triplet: BA, 43 and 4F. RGB value is (186,67,79). Sum of RGB (Red+Green+Blue) = 186+67+79=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA434F is #45BCB0. Grayscale: #686868. Windows color (decimal): -4570289 or 5194682. OLE color: 5194682.

HSL color Cylindrical-coordinate representation of color #BA434F: hue angle of 353.95º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA434F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1866779-
CMYK00.640.580.27
HSL353.95º47.04%49.61%-
HSV(B)353.95º63.98%72.94%-
XYZ23.6715.029.05-
YUV103.95113.92186.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=56.02%
G=20.18%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186677900.640.580.27353.9547.0449.61
HexBA434F0403A1B1622f32
Octal272103117010072335425762
Binary10111010100001110011110100000011101011011101100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA434F; }

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

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

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

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

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

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

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

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