Html Css Color HEX #BA575C Mandy

📋 copy color: '#BA575C'

red 186 ◦ green 87 ◦ blue 92

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

Shades of Mandy #BA575C

Tints of Mandy #BA575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 50.96%
G = 23.84%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA575C (or 0xBA575C) is known color: Mandy. HEX triplet: BA, 57 and 5C. RGB value is (186,87,92). Sum of RGB (Red+Green+Blue) = 186+87+92=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA575C is #45A8A3. Grayscale: #757575. Windows color (decimal): -4565156 or 6051770. OLE color: 6051770.

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

Color convert

RGB 186 87 92 -
CMYK 0 0.53 0.51 0.27
HSL 356.97º 0.42% 0.54% -
HSV(B) 356.97º 0.53% 0.73% -
XYZ 25.59 18.03 12.26 -
YUV 117.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 186 87 92 0 0.53 0.51 0.27 356.97 0.42 0.54
Hex BA 57 5C 0 35 33 1B 165 2A 36
Octal 272 127 134 0 65 63 33 545 52 66
Binary 10111010 1010111 1011100 0 110101 110011 11011 101100101 101010 110110

Color Harmonies of #BA575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA575C

Black with #BA575C

Text Example


Text Example

White with #BA575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA575C; }

 p { color: rgb(186,87,92); }

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

background-color css

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

 a { background-color: rgb(186,87,92); }

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

border-color css

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

 span { border-color: rgb(186,87,92); }

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