Html Css Color HEX #BA5F60 Mandy

📋 copy color: '#BA5F60'

red 186 ◦ green 95 ◦ blue 96

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

Shades of Mandy #BA5F60

Tints of Mandy #BA5F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

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

R = 49.34%
G = 25.2%
B = 25.46%

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

#BA5F60 (or 0xBA5F60) is known color: Mandy. HEX triplet: BA, 5F and 60. RGB value is (186,95,96). Sum of RGB (Red+Green+Blue) = 186+95+96=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F60 is #45A09F. Grayscale: #7A7A7A. Windows color (decimal): -4563104 or 6315962. OLE color: 6315962.

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

Color convert

RGB 186 95 96 -
CMYK 0 0.49 0.48 0.27
HSL 359.34º 0.4% 0.55% -
HSV(B) 359.34º 0.49% 0.73% -
XYZ 26.45 19.47 13.43 -
YUV 122.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 186 95 96 0 0.49 0.48 0.27 359.34 0.4 0.55
Hex BA 5F 60 0 31 30 1B 167 28 37
Octal 272 137 140 0 61 60 33 547 50 67
Binary 10111010 1011111 1100000 0 110001 110000 11011 101100111 101000 110111

Color Harmonies of #BA5F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F60

Black with #BA5F60

Text Example


Text Example

White with #BA5F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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