Shades of Blush #BA6370
Tints of Blush #BA6370
RGB
CMYK
RGB Variations
Color information
#BA6370 (or 0xBA6370) is known color: Blush. HEX triplet: BA, 63 and 70. RGB value is (186,99,112). Sum of RGB (Red+Green+Blue) = 186+99+112=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6370 is #459C8F. Grayscale: #7E7E7E. Windows color (decimal): -4562064 or 7365562. OLE color: 7365562.
HSL color Cylindrical-coordinate representation of color #BA6370: hue angle of 351.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6370 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 112 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.27 |
| HSL | 351.03º | 0.39% | 0.56% | - |
| HSV(B) | 351.03º | 0.47% | 0.73% | - |
| XYZ | 27.64 | 20.53 | 17.84 | - |
| YUV | 126.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 112 | 0 | 0.47 | 0.40 | 0.27 | 351.03 | 0.39 | 0.56 |
| Hex | BA | 63 | 70 | 0 | 2F | 28 | 1B | 15F | 27 | 38 |
| Octal | 272 | 143 | 160 | 0 | 57 | 50 | 33 | 537 | 47 | 70 |
| Binary | 10111010 | 1100011 | 1110000 | 0 | 101111 | 101000 | 11011 | 101011111 | 100111 | 111000 |
Color Harmonies of #BA6370
Complementary color
Monochromatic Colors of #BA6370
Black with #BA6370
Text Example
Text Example
White with #BA6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6370; }
p { color: rgb(186,99,112); }
H1.HeaderClassName
{
color: #BA6370;
}
.AnyTagClassName
{
color: #BA6370;
}
</style>
background-color css
<style>
a { background-color: #BA6370; }
a { background-color: rgb(186,99,112); }
div.DivClassName
{
background-color: #BA6370;
}
.BgClassName
{
background-color: #BA6370;
}
</style>
border-color css
<style>
span { border-color: #BA6370; }
span { border-color: rgb(186,99,112); }
td.TdClassName
{
border-color: #BA6370;
}
.TagClassName
{
border-color: #BA6370;
}
</style>