#BA585D

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

Shades of Mandy #BA585D

Tints of Mandy #BA585D

Color information

#BA585D (or 0xBA585D) is unknown color: approx Mandy. HEX triplet: BA, 58 and 5D. RGB value is (186,88,93). Sum of RGB (Red+Green+Blue) = 186+88+93=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA585D is #45A7A2. Grayscale: #757575. Windows color (decimal): -4564899 or 6117562. OLE color: 6117562.

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

Color convert

RGB1868893-
CMYK00.530.50.27
HSL356.94º41.53%53.73%-
HSV(B)356.94º52.69%72.94%-
XYZ25.7218.2112.52-
YUV117.87113.97176.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=50.68%
G=23.98%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186889300.530.50.27356.9441.5353.73
HexBA585D035321B1652a36
Octal27213013506562335455266
Binary1011101010110001011101011010111001011011101100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA585D; }

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

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

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

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

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

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

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

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