Shades of Blush #BA555F
Tints of Blush #BA555F
RGB
CMYK
RGB Variations
Color information
#BA555F (or 0xBA555F) is known color: Blush. HEX triplet: BA, 55 and 5F. RGB value is (186,85,95). Sum of RGB (Red+Green+Blue) = 186+85+95=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA555F is #45AAA0. Grayscale: #747474. Windows color (decimal): -4565665 or 6247866. OLE color: 6247866.
HSL color Cylindrical-coordinate representation of color #BA555F: hue angle of 354.06º 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 #BA555F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 95 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.27 |
| HSL | 354.06º | 0.42% | 0.53% | - |
| HSV(B) | 354.06º | 0.54% | 0.73% | - |
| XYZ | 25.56 | 17.76 | 12.91 | - |
| YUV | 116.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 95 | 0 | 0.54 | 0.49 | 0.27 | 354.06 | 0.42 | 0.53 |
| Hex | BA | 55 | 5F | 0 | 36 | 31 | 1B | 162 | 2A | 35 |
| Octal | 272 | 125 | 137 | 0 | 66 | 61 | 33 | 542 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1011111 | 0 | 110110 | 110001 | 11011 | 101100010 | 101010 | 110101 |
Color Harmonies of #BA555F
Complementary color
Monochromatic Colors of #BA555F
Black with #BA555F
Text Example
Text Example
White with #BA555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA555F; }
p { color: rgb(186,85,95); }
H1.HeaderClassName
{
color: #BA555F;
}
.AnyTagClassName
{
color: #BA555F;
}
</style>
background-color css
<style>
a { background-color: #BA555F; }
a { background-color: rgb(186,85,95); }
div.DivClassName
{
background-color: #BA555F;
}
.BgClassName
{
background-color: #BA555F;
}
</style>
border-color css
<style>
span { border-color: #BA555F; }
span { border-color: rgb(186,85,95); }
td.TdClassName
{
border-color: #BA555F;
}
.TagClassName
{
border-color: #BA555F;
}
</style>