#BA575A

Color #BA575A Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BA575A

Tints of Mandy #BA575A

Color information

#BA575A (or 0xBA575A) is unknown color: approx 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

RGB1868790-
CMYK00.530.520.27
HSL358.18º41.77%53.53%-
HSV(B)358.18º53.23%72.94%-
XYZ25.517.9911.8-
YUV116.94112.8177.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186879000.530.520.27358.1841.7753.53
HexBA575A035341B1662a36
Octal27212713206564335465266
Binary1011101010101111011010011010111010011011101100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>