#BA4858

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

Shades of Hippie Pink #BA4858

Tints of Hippie Pink #BA4858

Color information

#BA4858 (or 0xBA4858) is unknown color: approx Hippie Pink. HEX triplet: BA, 48 and 58. RGB value is (186,72,88). Sum of RGB (Red+Green+Blue) = 186+72+88=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4858 is #45B7A7. Grayscale: #6B6B6B. Windows color (decimal): -4569000 or 5785786. OLE color: 5785786.

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

Color convert

RGB1867288-
CMYK00.610.530.27
HSL351.58º45.24%50.59%-
HSV(B)351.58º61.29%72.94%-
XYZ24.3315.7811-
YUV107.91116.77183.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=53.76%
G=20.81%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186728800.610.530.27351.5845.2450.59
HexBA485803D351B1602d33
Octal27211013007565335405563
Binary1011101010010001011000011110111010111011101100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4858; }

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

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

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

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

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

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

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

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