#BA475A

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

Shades of Hippie Pink #BA475A

Tints of Hippie Pink #BA475A

Color information

#BA475A (or 0xBA475A) is unknown color: approx Hippie Pink. HEX triplet: BA, 47 and 5A. RGB value is (186,71,90). Sum of RGB (Red+Green+Blue) = 186+71+90=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475A is #45B8A5. Grayscale: #6B6B6B. Windows color (decimal): -4569254 or 5916602. OLE color: 5916602.

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

Color convert

RGB1867190-
CMYK00.620.520.27
HSL350.09º45.45%50.39%-
HSV(B)350.09º61.83%72.94%-
XYZ24.3515.6811.42-
YUV107.55118.1183.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=53.60%
G=20.46%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186719000.620.520.27350.0945.4550.39
HexBA475A03E341B15e2d32
Octal27210713207664335365562
Binary1011101010001111011010011111011010011011101011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA475A; }

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

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

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

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

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

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

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

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