Shades of Blush #BA6272
Tints of Blush #BA6272
RGB
CMYK
RGB Variations
Color information
#BA6272 (or 0xBA6272) is known color: Blush. HEX triplet: BA, 62 and 72. RGB value is (186,98,114). Sum of RGB (Red+Green+Blue) = 186+98+114=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6272 is #459D8D. Grayscale: #7E7E7E. Windows color (decimal): -4562318 or 7496378. OLE color: 7496378.
HSL color Cylindrical-coordinate representation of color #BA6272: hue angle of 349.09º 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 #BA6272 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 114 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.27 |
| HSL | 349.09º | 0.39% | 0.56% | - |
| HSV(B) | 349.09º | 0.47% | 0.73% | - |
| XYZ | 27.65 | 20.39 | 18.4 | - |
| YUV | 126.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 114 | 0 | 0.47 | 0.39 | 0.27 | 349.09 | 0.39 | 0.56 |
| Hex | BA | 62 | 72 | 0 | 2F | 27 | 1B | 15D | 27 | 38 |
| Octal | 272 | 142 | 162 | 0 | 57 | 47 | 33 | 535 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1110010 | 0 | 101111 | 100111 | 11011 | 101011101 | 100111 | 111000 |
Color Harmonies of #BA6272
Complementary color
Monochromatic Colors of #BA6272
Black with #BA6272
Text Example
Text Example
White with #BA6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6272; }
p { color: rgb(186,98,114); }
H1.HeaderClassName
{
color: #BA6272;
}
.AnyTagClassName
{
color: #BA6272;
}
</style>
background-color css
<style>
a { background-color: #BA6272; }
a { background-color: rgb(186,98,114); }
div.DivClassName
{
background-color: #BA6272;
}
.BgClassName
{
background-color: #BA6272;
}
</style>
border-color css
<style>
span { border-color: #BA6272; }
span { border-color: rgb(186,98,114); }
td.TdClassName
{
border-color: #BA6272;
}
.TagClassName
{
border-color: #BA6272;
}
</style>