#BA5356

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

Shades of Mandy #BA5356

Tints of Mandy #BA5356

Color information

#BA5356 (or 0xBA5356) is unknown color: approx Mandy. HEX triplet: BA, 53 and 56. RGB value is (186,83,86). Sum of RGB (Red+Green+Blue) = 186+83+86=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5356 is #45ACA9. Grayscale: #727272. Windows color (decimal): -4566186 or 5657530. OLE color: 5657530.

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

Color convert

RGB1868386-
CMYK00.550.540.27
HSL358.25º42.74%52.75%-
HSV(B)358.25º55.38%72.94%-
XYZ25.0217.310.82-
YUV114.14112.12179.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=52.39%
G=23.38%
B=24.23%

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
Decimal186838600.550.540.27358.2542.7452.75
HexBA5356037361B1662b35
Octal27212312606766335465365
Binary1011101010100111010110011011111011011011101100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5356; }

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

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

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

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

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

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

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

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