#BA5A5D

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

Shades of Mandy #BA5A5D

Tints of Mandy #BA5A5D

Color information

#BA5A5D (or 0xBA5A5D) is unknown color: approx Mandy. HEX triplet: BA, 5A and 5D. RGB value is (186,90,93). Sum of RGB (Red+Green+Blue) = 186+90+93=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A5D is #45A5A2. Grayscale: #777777. Windows color (decimal): -4564387 or 6118074. OLE color: 6118074.

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

Color convert

RGB1869093-
CMYK00.520.50.27
HSL358.12º41.03%54.12%-
HSV(B)358.12º51.61%72.94%-
XYZ25.8818.5412.57-
YUV119.05113.3175.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=50.41%
G=24.39%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186909300.520.50.27358.1241.0354.12
HexBA5A5D034321B1662936
Octal27213213506462335465166
Binary1011101010110101011101011010011001011011101100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A5D; }

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

 H1.HeaderClassName
 {
   color: #BA5A5D;
 }
 .AnyTagClassName
 {
   color: #BA5A5D;
 }
</style>
background-color css

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

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

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

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

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

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