Shades of Blush #BA6073
Tints of Blush #BA6073
RGB
CMYK
RGB Variations
Color information
#BA6073 (or 0xBA6073) is known color: Blush. HEX triplet: BA, 60 and 73. RGB value is (186,96,115). Sum of RGB (Red+Green+Blue) = 186+96+115=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6073 is #459F8C. Grayscale: #7D7D7D. Windows color (decimal): -4562829 or 7561402. OLE color: 7561402.
HSL color Cylindrical-coordinate representation of color #BA6073: hue angle of 347.33º 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 #BA6073 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 115 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.27 |
| HSL | 347.33º | 0.39% | 0.55% | - |
| HSV(B) | 347.33º | 0.48% | 0.73% | - |
| XYZ | 27.53 | 20.04 | 18.64 | - |
| YUV | 125.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 115 | 0 | 0.48 | 0.38 | 0.27 | 347.33 | 0.39 | 0.55 |
| Hex | BA | 60 | 73 | 0 | 30 | 26 | 1B | 15B | 27 | 37 |
| Octal | 272 | 140 | 163 | 0 | 60 | 46 | 33 | 533 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1110011 | 0 | 110000 | 100110 | 11011 | 101011011 | 100111 | 110111 |
Color Harmonies of #BA6073
Complementary color
Monochromatic Colors of #BA6073
Black with #BA6073
Text Example
Text Example
White with #BA6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6073; }
p { color: rgb(186,96,115); }
H1.HeaderClassName
{
color: #BA6073;
}
.AnyTagClassName
{
color: #BA6073;
}
</style>
background-color css
<style>
a { background-color: #BA6073; }
a { background-color: rgb(186,96,115); }
div.DivClassName
{
background-color: #BA6073;
}
.BgClassName
{
background-color: #BA6073;
}
</style>
border-color css
<style>
span { border-color: #BA6073; }
span { border-color: rgb(186,96,115); }
td.TdClassName
{
border-color: #BA6073;
}
.TagClassName
{
border-color: #BA6073;
}
</style>