Html Css Color HEX #BA4859 Hippie Pink

📋 copy color: '#BA4859'

red 186 ◦ green 72 ◦ blue 89

#BA4859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #BA4859

Tints of Hippie Pink #BA4859

RGB

 RED value IS 186 (73.05% from 255) = 53.6%

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 53.6%
G = 20.75%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA4859 (or 0xBA4859) is known color: Hippie Pink. HEX triplet: BA, 48 and 59. RGB value is (186,72,89). Sum of RGB (Red+Green+Blue) = 186+72+89=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4859 is #45B7A6. Grayscale: #6C6C6C. Windows color (decimal): -4568999 or 5851322. OLE color: 5851322.

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

Color convert

RGB 186 72 89 -
CMYK 0 0.61 0.52 0.27
HSL 351.05º 0.45% 0.51% -
HSV(B) 351.05º 0.61% 0.73% -
XYZ 24.37 15.8 11.22 -
YUV 108.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 186 72 89 0 0.61 0.52 0.27 351.05 0.45 0.51
Hex BA 48 59 0 3D 34 1B 15F 2D 33
Octal 272 110 131 0 75 64 33 537 55 63
Binary 10111010 1001000 1011001 0 111101 110100 11011 101011111 101101 110011

Color Harmonies of #BA4859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4859

Black with #BA4859

Text Example


Text Example

White with #BA4859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4859; }

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

 H1.HeaderClassName
 {
   color: #BA4859;
 }
 .AnyTagClassName
 {
   color: #BA4859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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