Shades of Blush #BA555E
Tints of Blush #BA555E
RGB
CMYK
RGB Variations
Color information
#BA555E (or 0xBA555E) is known color: Blush. HEX triplet: BA, 55 and 5E. RGB value is (186,85,94). Sum of RGB (Red+Green+Blue) = 186+85+94=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA555E is #45AAA1. Grayscale: #747474. Windows color (decimal): -4565666 or 6182330. OLE color: 6182330.
HSL color Cylindrical-coordinate representation of color #BA555E: hue angle of 354.65º 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 #BA555E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 94 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.27 |
| HSL | 354.65º | 0.42% | 0.53% | - |
| HSV(B) | 354.65º | 0.54% | 0.73% | - |
| XYZ | 25.52 | 17.74 | 12.67 | - |
| YUV | 116.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 94 | 0 | 0.54 | 0.49 | 0.27 | 354.65 | 0.42 | 0.53 |
| Hex | BA | 55 | 5E | 0 | 36 | 31 | 1B | 163 | 2A | 35 |
| Octal | 272 | 125 | 136 | 0 | 66 | 61 | 33 | 543 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1011110 | 0 | 110110 | 110001 | 11011 | 101100011 | 101010 | 110101 |
Color Harmonies of #BA555E
Complementary color
Monochromatic Colors of #BA555E
Black with #BA555E
Text Example
Text Example
White with #BA555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA555E; }
p { color: rgb(186,85,94); }
H1.HeaderClassName
{
color: #BA555E;
}
.AnyTagClassName
{
color: #BA555E;
}
</style>
background-color css
<style>
a { background-color: #BA555E; }
a { background-color: rgb(186,85,94); }
div.DivClassName
{
background-color: #BA555E;
}
.BgClassName
{
background-color: #BA555E;
}
</style>
border-color css
<style>
span { border-color: #BA555E; }
span { border-color: rgb(186,85,94); }
td.TdClassName
{
border-color: #BA555E;
}
.TagClassName
{
border-color: #BA555E;
}
</style>