Html Css Color HEX #BA575A Mandy

📋 copy color: '#BA575A'

red 186 ◦ green 87 ◦ blue 90

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

Shades of Mandy #BA575A

Tints of Mandy #BA575A

RGB

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

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

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

R = 51.24%
G = 23.97%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA575A (or 0xBA575A) is known color: Mandy. HEX triplet: BA, 57 and 5A. RGB value is (186,87,90). Sum of RGB (Red+Green+Blue) = 186+87+90=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA575A is #45A8A5. Grayscale: #757575. Windows color (decimal): -4565158 or 5920698. OLE color: 5920698.

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

Color convert

RGB 186 87 90 -
CMYK 0 0.53 0.52 0.27
HSL 358.18º 0.42% 0.54% -
HSV(B) 358.18º 0.53% 0.73% -
XYZ 25.5 17.99 11.8 -
YUV 116.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 186 87 90 0 0.53 0.52 0.27 358.18 0.42 0.54
Hex BA 57 5A 0 35 34 1B 166 2A 36
Octal 272 127 132 0 65 64 33 546 52 66
Binary 10111010 1010111 1011010 0 110101 110100 11011 101100110 101010 110110

Color Harmonies of #BA575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA575A

Black with #BA575A

Text Example


Text Example

White with #BA575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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