Shades of Blush #BA6075
Tints of Blush #BA6075
RGB
CMYK
RGB Variations
Color information
#BA6075 (or 0xBA6075) is known color: Blush. HEX triplet: BA, 60 and 75. RGB value is (186,96,117). Sum of RGB (Red+Green+Blue) = 186+96+117=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6075 is #459F8A. Grayscale: #7D7D7D. Windows color (decimal): -4562827 or 7692474. OLE color: 7692474.
HSL color Cylindrical-coordinate representation of color #BA6075: hue angle of 346º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6075 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 117 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.27 |
| HSL | 346º | 0.39% | 0.55% | - |
| HSV(B) | 346º | 0.48% | 0.73% | - |
| XYZ | 27.64 | 20.09 | 19.25 | - |
| YUV | 125.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 117 | 0 | 0.48 | 0.37 | 0.27 | 346 | 0.39 | 0.55 |
| Hex | BA | 60 | 75 | 0 | 30 | 25 | 1B | 15A | 27 | 37 |
| Octal | 272 | 140 | 165 | 0 | 60 | 45 | 33 | 532 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1110101 | 0 | 110000 | 100101 | 11011 | 101011010 | 100111 | 110111 |
Color Harmonies of #BA6075
Complementary color
Monochromatic Colors of #BA6075
Black with #BA6075
Text Example
Text Example
White with #BA6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6075; }
p { color: rgb(186,96,117); }
H1.HeaderClassName
{
color: #BA6075;
}
.AnyTagClassName
{
color: #BA6075;
}
</style>
background-color css
<style>
a { background-color: #BA6075; }
a { background-color: rgb(186,96,117); }
div.DivClassName
{
background-color: #BA6075;
}
.BgClassName
{
background-color: #BA6075;
}
</style>
border-color css
<style>
span { border-color: #BA6075; }
span { border-color: rgb(186,96,117); }
td.TdClassName
{
border-color: #BA6075;
}
.TagClassName
{
border-color: #BA6075;
}
</style>