#BA4350

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

Shades of Hippie Pink #BA4350

Tints of Hippie Pink #BA4350

Color information

#BA4350 (or 0xBA4350) is unknown color: approx Hippie Pink. HEX triplet: BA, 43 and 50. RGB value is (186,67,80). Sum of RGB (Red+Green+Blue) = 186+67+80=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4350 is #45BCAF. Grayscale: #686868. Windows color (decimal): -4570288 or 5260218. OLE color: 5260218.

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

Color convert

RGB1866780-
CMYK00.640.570.27
HSL353.45º47.04%49.61%-
HSV(B)353.45º63.98%72.94%-
XYZ23.715.039.24-
YUV104.06114.42186.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=55.86%
G=20.12%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186678000.640.570.27353.4547.0449.61
HexBA4350040391B1612f32
Octal272103120010071335415762
Binary10111010100001110100000100000011100111011101100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4350; }

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

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

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

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

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

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

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

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