#BA4850

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

Shades of Hippie Pink #BA4850

Tints of Hippie Pink #BA4850

Color information

#BA4850 (or 0xBA4850) is unknown color: approx Hippie Pink. HEX triplet: BA, 48 and 50. RGB value is (186,72,80). Sum of RGB (Red+Green+Blue) = 186+72+80=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4850 is #45B7AF. Grayscale: #6B6B6B. Windows color (decimal): -4569008 or 5261498. OLE color: 5261498.

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

Color convert

RGB1867280-
CMYK00.610.570.27
HSL355.79º45.24%50.59%-
HSV(B)355.79º61.29%72.94%-
XYZ24.0215.659.35-
YUV107112.77184.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=55.03%
G=21.30%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186728000.610.570.27355.7945.2450.59
HexBA485003D391B1642d33
Octal27211012007571335445563
Binary1011101010010001010000011110111100111011101100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4850; }

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

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

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

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

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

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

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

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