Html Css Color HEX #BA5556 Mandy

📋 copy color: '#BA5556'

red 186 ◦ green 85 ◦ blue 86

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

Shades of Mandy #BA5556

Tints of Mandy #BA5556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 52.1%
G = 23.81%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA5556 (or 0xBA5556) is known color: Mandy. HEX triplet: BA, 55 and 56. RGB value is (186,85,86). Sum of RGB (Red+Green+Blue) = 186+85+86=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5556 is #45AAA9. Grayscale: #737373. Windows color (decimal): -4565674 or 5658042. OLE color: 5658042.

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

Color convert

RGB 186 85 86 -
CMYK 0 0.54 0.54 0.27
HSL 359.41º 0.42% 0.53% -
HSV(B) 359.41º 0.54% 0.73% -
XYZ 25.18 17.61 10.88 -
YUV 115.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 186 85 86 0 0.54 0.54 0.27 359.41 0.42 0.53
Hex BA 55 56 0 36 36 1B 167 2A 35
Octal 272 125 126 0 66 66 33 547 52 65
Binary 10111010 1010101 1010110 0 110110 110110 11011 101100111 101010 110101

Color Harmonies of #BA5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5556

Black with #BA5556

Text Example


Text Example

White with #BA5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5556; }

 p { color: rgb(186,85,86); }

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

background-color css

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

 a { background-color: rgb(186,85,86); }

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

border-color css

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

 span { border-color: rgb(186,85,86); }

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