#BA5355

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

Shades of Mandy #BA5355

Tints of Mandy #BA5355

Color information

#BA5355 (or 0xBA5355) is unknown color: approx Mandy. HEX triplet: BA, 53 and 55. RGB value is (186,83,85). Sum of RGB (Red+Green+Blue) = 186+83+85=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5355 is #45ACAA. Grayscale: #727272. Windows color (decimal): -4566187 or 5591994. OLE color: 5591994.

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

Color convert

RGB1868385-
CMYK00.550.540.27
HSL358.83º42.74%52.75%-
HSV(B)358.83º55.38%72.94%-
XYZ24.9817.2810.61-
YUV114.02111.62179.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=52.54%
G=23.45%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186838500.550.540.27358.8342.7452.75
HexBA5355037361B1672b35
Octal27212312506766335475365
Binary1011101010100111010101011011111011011011101100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5355; }

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

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

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

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

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

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

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

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