Html Css Color HEX #BA5F61 Mandy

📋 copy color: '#BA5F61'

red 186 ◦ green 95 ◦ blue 97

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

Shades of Mandy #BA5F61

Tints of Mandy #BA5F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.66%

R = 49.21%
G = 25.13%
B = 25.66%

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

#BA5F61 (or 0xBA5F61) is known color: Mandy. HEX triplet: BA, 5F and 61. RGB value is (186,95,97). Sum of RGB (Red+Green+Blue) = 186+95+97=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F61 is #45A09E. Grayscale: #7A7A7A. Windows color (decimal): -4563103 or 6381498. OLE color: 6381498.

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

Color convert

RGB 186 95 97 -
CMYK 0 0.49 0.48 0.27
HSL 358.68º 0.4% 0.55% -
HSV(B) 358.68º 0.49% 0.73% -
XYZ 26.5 19.49 13.67 -
YUV 122.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 186 95 97 0 0.49 0.48 0.27 358.68 0.4 0.55
Hex BA 5F 61 0 31 30 1B 167 28 37
Octal 272 137 141 0 61 60 33 547 50 67
Binary 10111010 1011111 1100001 0 110001 110000 11011 101100111 101000 110111

Color Harmonies of #BA5F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F61

Black with #BA5F61

Text Example


Text Example

White with #BA5F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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