#BA535A

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

Shades of Mandy #BA535A

Tints of Mandy #BA535A

Color information

#BA535A (or 0xBA535A) is unknown color: approx Mandy. HEX triplet: BA, 53 and 5A. RGB value is (186,83,90). Sum of RGB (Red+Green+Blue) = 186+83+90=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA535A is #45ACA5. Grayscale: #727272. Windows color (decimal): -4566182 or 5919674. OLE color: 5919674.

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

Color convert

RGB1868390-
CMYK00.550.520.27
HSL355.92º42.74%52.75%-
HSV(B)355.92º55.38%72.94%-
XYZ25.1917.3611.7-
YUV114.6114.12178.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=51.81%
G=23.12%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186839000.550.520.27355.9242.7452.75
HexBA535A037341B1642b35
Octal27212313206764335445365
Binary1011101010100111011010011011111010011011101100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA535A; }

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

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

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

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

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

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

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

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