Html Css Color HEX #BA5E60 Mandy

📋 copy color: '#BA5E60'

red 186 ◦ green 94 ◦ blue 96

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

Shades of Mandy #BA5E60

Tints of Mandy #BA5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 49.47%
G = 25%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA5E60 (or 0xBA5E60) is known color: Mandy. HEX triplet: BA, 5E and 60. RGB value is (186,94,96). Sum of RGB (Red+Green+Blue) = 186+94+96=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E60 is #45A19F. Grayscale: #797979. Windows color (decimal): -4563360 or 6315706. OLE color: 6315706.

HSL color Cylindrical-coordinate representation of color #BA5E60: hue angle of 358.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E60 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 96 -
CMYK 0 0.49 0.48 0.27
HSL 358.7º 0.4% 0.55% -
HSV(B) 358.7º 0.49% 0.73% -
XYZ 26.36 19.29 13.4 -
YUV 121.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 186 94 96 0 0.49 0.48 0.27 358.7 0.4 0.55
Hex BA 5E 60 0 31 30 1B 167 28 37
Octal 272 136 140 0 61 60 33 547 50 67
Binary 10111010 1011110 1100000 0 110001 110000 11011 101100111 101000 110111

Color Harmonies of #BA5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E60

Black with #BA5E60

Text Example


Text Example

White with #BA5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E60; }

 p { color: rgb(186,94,96); }

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

background-color css

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

 a { background-color: rgb(186,94,96); }

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

border-color css

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

 span { border-color: rgb(186,94,96); }

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