Html Css Color HEX #BA5759 Mandy

📋 copy color: '#BA5759'

red 186 ◦ green 87 ◦ blue 89

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

Shades of Mandy #BA5759

Tints of Mandy #BA5759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

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

R = 51.38%
G = 24.03%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA5759 (or 0xBA5759) is known color: Mandy. HEX triplet: BA, 57 and 59. RGB value is (186,87,89). Sum of RGB (Red+Green+Blue) = 186+87+89=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5759 is #45A8A6. Grayscale: #747474. Windows color (decimal): -4565159 or 5855162. OLE color: 5855162.

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

Color convert

RGB 186 87 89 -
CMYK 0 0.53 0.52 0.27
HSL 358.79º 0.42% 0.54% -
HSV(B) 358.79º 0.53% 0.73% -
XYZ 25.46 17.98 11.58 -
YUV 116.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 186 87 89 0 0.53 0.52 0.27 358.79 0.42 0.54
Hex BA 57 59 0 35 34 1B 167 2A 36
Octal 272 127 131 0 65 64 33 547 52 66
Binary 10111010 1010111 1011001 0 110101 110100 11011 101100111 101010 110110

Color Harmonies of #BA5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5759

Black with #BA5759

Text Example


Text Example

White with #BA5759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5759; }

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

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

background-color css

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

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

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

border-color css

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

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

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