#BA5257

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

Shades of Mandy #BA5257

Tints of Mandy #BA5257

Color information

#BA5257 (or 0xBA5257) is unknown color: approx Mandy. HEX triplet: BA, 52 and 57. RGB value is (186,82,87). Sum of RGB (Red+Green+Blue) = 186+82+87=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5257 is #45ADA8. Grayscale: #717171. Windows color (decimal): -4566441 or 5722810. OLE color: 5722810.

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

Color convert

RGB1868287-
CMYK00.560.530.27
HSL357.12º42.98%52.55%-
HSV(B)357.12º55.91%72.94%-
XYZ24.9917.1611.01-
YUV113.67112.96179.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=52.39%
G=23.10%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186828700.560.530.27357.1242.9852.55
HexBA5257038351B1652b35
Octal27212212707065335455365
Binary1011101010100101010111011100011010111011101100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5257; }

 p { color: rgb(186,82,87); }

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

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

 a { background-color: rgb(186,82,87); }

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

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

 span { border-color: rgb(186,82,87); }

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