Shades of Blush #BA555C
Tints of Blush #BA555C
RGB
CMYK
RGB Variations
Color information
#BA555C (or 0xBA555C) is known color: Blush. HEX triplet: BA, 55 and 5C. RGB value is (186,85,92). Sum of RGB (Red+Green+Blue) = 186+85+92=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA555C is #45AAA3. Grayscale: #747474. Windows color (decimal): -4565668 or 6051258. OLE color: 6051258.
HSL color Cylindrical-coordinate representation of color #BA555C: hue angle of 355.84º 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 #BA555C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 92 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.27 |
| HSL | 355.84º | 0.42% | 0.53% | - |
| HSV(B) | 355.84º | 0.54% | 0.73% | - |
| XYZ | 25.43 | 17.71 | 12.2 | - |
| YUV | 116 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 92 | 0 | 0.54 | 0.51 | 0.27 | 355.84 | 0.42 | 0.53 |
| Hex | BA | 55 | 5C | 0 | 36 | 33 | 1B | 164 | 2A | 35 |
| Octal | 272 | 125 | 134 | 0 | 66 | 63 | 33 | 544 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1011100 | 0 | 110110 | 110011 | 11011 | 101100100 | 101010 | 110101 |
Color Harmonies of #BA555C
Complementary color
Monochromatic Colors of #BA555C
Black with #BA555C
Text Example
Text Example
White with #BA555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA555C; }
p { color: rgb(186,85,92); }
H1.HeaderClassName
{
color: #BA555C;
}
.AnyTagClassName
{
color: #BA555C;
}
</style>
background-color css
<style>
a { background-color: #BA555C; }
a { background-color: rgb(186,85,92); }
div.DivClassName
{
background-color: #BA555C;
}
.BgClassName
{
background-color: #BA555C;
}
</style>
border-color css
<style>
span { border-color: #BA555C; }
span { border-color: rgb(186,85,92); }
td.TdClassName
{
border-color: #BA555C;
}
.TagClassName
{
border-color: #BA555C;
}
</style>