#BA555B

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

Shades of Mandy #BA555B

Tints of Mandy #BA555B

Color information

#BA555B (or 0xBA555B) is unknown color: approx Mandy. HEX triplet: BA, 55 and 5B. RGB value is (186,85,91). Sum of RGB (Red+Green+Blue) = 186+85+91=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA555B is #45AAA4. Grayscale: #737373. Windows color (decimal): -4565669 or 5985722. OLE color: 5985722.

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

Color convert

RGB1868591-
CMYK00.540.510.27
HSL356.44º42.26%53.14%-
HSV(B)356.44º54.3%72.94%-
XYZ25.3917.6911.97-
YUV115.88113.96178.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=51.38%
G=23.48%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186859100.540.510.27356.4442.2653.14
HexBA555B036331B1642a35
Octal27212513306663335445265
Binary1011101010101011011011011011011001111011101100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA555B; }

 p { color: rgb(186,85,91); }

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

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

 a { background-color: rgb(186,85,91); }

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

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

 span { border-color: rgb(186,85,91); }

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