#BA5258

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

Shades of Mandy #BA5258

Tints of Mandy #BA5258

Color information

#BA5258 (or 0xBA5258) is unknown color: approx Mandy. HEX triplet: BA, 52 and 58. RGB value is (186,82,88). Sum of RGB (Red+Green+Blue) = 186+82+88=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5258 is #45ADA7. Grayscale: #717171. Windows color (decimal): -4566440 or 5788346. OLE color: 5788346.

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

Color convert

RGB1868288-
CMYK00.560.530.27
HSL356.54º42.98%52.55%-
HSV(B)356.54º55.91%72.94%-
XYZ25.0317.1811.23-
YUV113.78113.46179.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=52.25%
G=23.03%
B=24.72%

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
Decimal186828800.560.530.27356.5442.9852.55
HexBA5258038351B1652b35
Octal27212213007065335455365
Binary1011101010100101011000011100011010111011101100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5258; }

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

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

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

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

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

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

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

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