#BA5658

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

Shades of Mandy #BA5658

Tints of Mandy #BA5658

Color information

#BA5658 (or 0xBA5658) is unknown color: approx Mandy. HEX triplet: BA, 56 and 58. RGB value is (186,86,88). Sum of RGB (Red+Green+Blue) = 186+86+88=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5658 is #45A9A7. Grayscale: #747474. Windows color (decimal): -4565416 or 5789370. OLE color: 5789370.

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

Color convert

RGB1868688-
CMYK00.540.530.27
HSL358.8º42.02%53.33%-
HSV(B)358.8º53.76%72.94%-
XYZ25.3417.811.33-
YUV116.13112.13177.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=51.67%
G=23.89%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186868800.540.530.27358.842.0253.33
HexBA5658036351B1672a35
Octal27212613006665335475265
Binary1011101010101101011000011011011010111011101100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5658; }

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

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

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

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

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

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

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

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