#BA4750

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

Shades of Hippie Pink #BA4750

Tints of Hippie Pink #BA4750

Color information

#BA4750 (or 0xBA4750) is unknown color: approx Hippie Pink. HEX triplet: BA, 47 and 50. RGB value is (186,71,80). Sum of RGB (Red+Green+Blue) = 186+71+80=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4750 is #45B8AF. Grayscale: #6A6A6A. Windows color (decimal): -4569264 or 5261242. OLE color: 5261242.

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

Color convert

RGB1867180-
CMYK00.620.570.27
HSL355.3º45.45%50.39%-
HSV(B)355.3º61.83%72.94%-
XYZ23.9515.529.32-
YUV106.41113.1184.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=55.19%
G=21.07%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186718000.620.570.27355.345.4550.39
HexBA475003E391B1632d32
Octal27210712007671335435562
Binary1011101010001111010000011111011100111011101100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4750; }

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

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

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

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

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

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

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

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