#BA4854

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

Shades of Hippie Pink #BA4854

Tints of Hippie Pink #BA4854

Color information

#BA4854 (or 0xBA4854) is unknown color: approx Hippie Pink. HEX triplet: BA, 48 and 54. RGB value is (186,72,84). Sum of RGB (Red+Green+Blue) = 186+72+84=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4854 is #45B7AB. Grayscale: #6B6B6B. Windows color (decimal): -4569004 or 5523642. OLE color: 5523642.

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

Color convert

RGB1867284-
CMYK00.610.550.27
HSL353.68º45.24%50.59%-
HSV(B)353.68º61.29%72.94%-
XYZ24.1715.7110.15-
YUV107.45114.77184.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=54.39%
G=21.05%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186728400.610.550.27353.6845.2450.59
HexBA485403D371B1622d33
Octal27211012407567335425563
Binary1011101010010001010100011110111011111011101100010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4854; }

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

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

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

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

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

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

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

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