Html Css Color HEX #BA565A Mandy

📋 copy color: '#BA565A'

red 186 ◦ green 86 ◦ blue 90

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

Shades of Mandy #BA565A

Tints of Mandy #BA565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 51.38%
G = 23.76%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA565A (or 0xBA565A) is known color: Mandy. HEX triplet: BA, 56 and 5A. RGB value is (186,86,90). Sum of RGB (Red+Green+Blue) = 186+86+90=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA565A is #45A9A5. Grayscale: #747474. Windows color (decimal): -4565414 or 5920442. OLE color: 5920442.

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

Color convert

RGB 186 86 90 -
CMYK 0 0.54 0.52 0.27
HSL 357.6º 0.42% 0.53% -
HSV(B) 357.6º 0.54% 0.73% -
XYZ 25.42 17.83 11.78 -
YUV 116.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 186 86 90 0 0.54 0.52 0.27 357.6 0.42 0.53
Hex BA 56 5A 0 36 34 1B 166 2A 35
Octal 272 126 132 0 66 64 33 546 52 65
Binary 10111010 1010110 1011010 0 110110 110100 11011 101100110 101010 110101

Color Harmonies of #BA565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA565A

Black with #BA565A

Text Example


Text Example

White with #BA565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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