#BA454B

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

Shades of Hippie Pink #BA454B

Tints of Hippie Pink #BA454B

Color information

#BA454B (or 0xBA454B) is unknown color: approx Hippie Pink. HEX triplet: BA, 45 and 4B. RGB value is (186,69,75). Sum of RGB (Red+Green+Blue) = 186+69+75=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA454B is #45BAB4. Grayscale: #686868. Windows color (decimal): -4569781 or 4933050. OLE color: 4933050.

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

Color convert

RGB1866975-
CMYK00.630.600.27
HSL356.92º45.88%50%-
HSV(B)356.92º62.9%72.94%-
XYZ23.6515.28.34-
YUV104.67111.26186.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=56.36%
G=20.91%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186697500.630.600.27356.9245.8850
HexBA454B03F3C1B1652e32
Octal27210511307774335455662
Binary1011101010001011001011011111111110011011101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA454B; }

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

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

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

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

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

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

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

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