Html Css Color HEX #BA4E59 Hippie Pink

📋 copy color: '#BA4E59'

red 186 ◦ green 78 ◦ blue 89

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

Shades of Hippie Pink #BA4E59

Tints of Hippie Pink #BA4E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

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

R = 52.69%
G = 22.1%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA4E59 (or 0xBA4E59) is known color: Hippie Pink. HEX triplet: BA, 4E and 59. RGB value is (186,78,89). Sum of RGB (Red+Green+Blue) = 186+78+89=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E59 is #45B1A6. Grayscale: #6F6F6F. Windows color (decimal): -4567463 or 5852858. OLE color: 5852858.

HSL color Cylindrical-coordinate representation of color #BA4E59: hue angle of 353.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E59 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 89 -
CMYK 0 0.58 0.52 0.27
HSL 353.89º 0.44% 0.52% -
HSV(B) 353.89º 0.58% 0.73% -
XYZ 24.78 16.61 11.35 -
YUV 111.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 186 78 89 0 0.58 0.52 0.27 353.89 0.44 0.52
Hex BA 4E 59 0 3A 34 1B 162 2C 34
Octal 272 116 131 0 72 64 33 542 54 64
Binary 10111010 1001110 1011001 0 111010 110100 11011 101100010 101100 110100

Color Harmonies of #BA4E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E59

Black with #BA4E59

Text Example


Text Example

White with #BA4E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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