#BA464B

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

Shades of Hippie Pink #BA464B

Tints of Hippie Pink #BA464B

Color information

#BA464B (or 0xBA464B) is unknown color: approx Hippie Pink. HEX triplet: BA, 46 and 4B. RGB value is (186,70,75). Sum of RGB (Red+Green+Blue) = 186+70+75=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA464B is #45B9B4. Grayscale: #696969. Windows color (decimal): -4569525 or 4933306. OLE color: 4933306.

HSL color Cylindrical-coordinate representation of color #BA464B: hue angle of 357.41º degrees, saturation: 0.46, 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 #BA464B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1867075-
CMYK00.620.600.27
HSL357.41º45.67%50.2%-
HSV(B)357.41º62.37%72.94%-
XYZ23.7115.338.37-
YUV105.25110.93185.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=56.19%
G=21.15%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186707500.620.600.27357.4145.6750.2
HexBA464B03E3C1B1652e32
Octal27210611307674335455662
Binary1011101010001101001011011111011110011011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA464B; }

 p { color: rgb(186,70,75); }

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

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

 a { background-color: rgb(186,70,75); }

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

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

 span { border-color: rgb(186,70,75); }

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