Shades of Blush #BA5A5F
Tints of Blush #BA5A5F
RGB
CMYK
RGB Variations
Color information
#BA5A5F (or 0xBA5A5F) is known color: Blush. HEX triplet: BA, 5A and 5F. RGB value is (186,90,95). Sum of RGB (Red+Green+Blue) = 186+90+95=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A5F is #45A5A0. Grayscale: #777777. Windows color (decimal): -4564385 or 6249146. OLE color: 6249146.
HSL color Cylindrical-coordinate representation of color #BA5A5F: hue angle of 356.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5A5F is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 95 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.27 |
| HSL | 356.88º | 0.41% | 0.54% | - |
| HSV(B) | 356.88º | 0.52% | 0.73% | - |
| XYZ | 25.97 | 18.58 | 13.04 | - |
| YUV | 119.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 95 | 0 | 0.52 | 0.49 | 0.27 | 356.88 | 0.41 | 0.54 |
| Hex | BA | 5A | 5F | 0 | 34 | 31 | 1B | 165 | 29 | 36 |
| Octal | 272 | 132 | 137 | 0 | 64 | 61 | 33 | 545 | 51 | 66 |
| Binary | 10111010 | 1011010 | 1011111 | 0 | 110100 | 110001 | 11011 | 101100101 | 101001 | 110110 |
Color Harmonies of #BA5A5F
Complementary color
Monochromatic Colors of #BA5A5F
Black with #BA5A5F
Text Example
Text Example
White with #BA5A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A5F; }
p { color: rgb(186,90,95); }
H1.HeaderClassName
{
color: #BA5A5F;
}
.AnyTagClassName
{
color: #BA5A5F;
}
</style>
background-color css
<style>
a { background-color: #BA5A5F; }
a { background-color: rgb(186,90,95); }
div.DivClassName
{
background-color: #BA5A5F;
}
.BgClassName
{
background-color: #BA5A5F;
}
</style>
border-color css
<style>
span { border-color: #BA5A5F; }
span { border-color: rgb(186,90,95); }
td.TdClassName
{
border-color: #BA5A5F;
}
.TagClassName
{
border-color: #BA5A5F;
}
</style>