#BA5254

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

Shades of Mandy #BA5254

Tints of Mandy #BA5254

Color information

#BA5254 (or 0xBA5254) is unknown color: approx Mandy. HEX triplet: BA, 52 and 54. RGB value is (186,82,84). Sum of RGB (Red+Green+Blue) = 186+82+84=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5254 is #45ADAB. Grayscale: #717171. Windows color (decimal): -4566444 or 5526202. OLE color: 5526202.

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

Color convert

RGB1868284-
CMYK00.560.550.27
HSL358.85º42.98%52.55%-
HSV(B)358.85º55.91%72.94%-
XYZ24.8717.1110.38-
YUV113.32111.46179.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=52.84%
G=23.30%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186828400.560.550.27358.8542.9852.55
HexBA5254038371B1672b35
Octal27212212407067335475365
Binary1011101010100101010100011100011011111011101100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5254; }

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

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

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

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

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

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

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

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