Shades of Blush #BA626F
Tints of Blush #BA626F
RGB
CMYK
RGB Variations
Color information
#BA626F (or 0xBA626F) is known color: Blush. HEX triplet: BA, 62 and 6F. RGB value is (186,98,111). Sum of RGB (Red+Green+Blue) = 186+98+111=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA626F is #459D90. Grayscale: #7D7D7D. Windows color (decimal): -4562321 or 7299770. OLE color: 7299770.
HSL color Cylindrical-coordinate representation of color #BA626F: hue angle of 351.14º 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 #BA626F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 111 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.27 |
| HSL | 351.14º | 0.39% | 0.56% | - |
| HSV(B) | 351.14º | 0.47% | 0.73% | - |
| XYZ | 27.49 | 20.32 | 17.51 | - |
| YUV | 125.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 111 | 0 | 0.47 | 0.40 | 0.27 | 351.14 | 0.39 | 0.56 |
| Hex | BA | 62 | 6F | 0 | 2F | 28 | 1B | 15F | 27 | 38 |
| Octal | 272 | 142 | 157 | 0 | 57 | 50 | 33 | 537 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1101111 | 0 | 101111 | 101000 | 11011 | 101011111 | 100111 | 111000 |
Color Harmonies of #BA626F
Complementary color
Monochromatic Colors of #BA626F
Black with #BA626F
Text Example
Text Example
White with #BA626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA626F; }
p { color: rgb(186,98,111); }
H1.HeaderClassName
{
color: #BA626F;
}
.AnyTagClassName
{
color: #BA626F;
}
</style>
background-color css
<style>
a { background-color: #BA626F; }
a { background-color: rgb(186,98,111); }
div.DivClassName
{
background-color: #BA626F;
}
.BgClassName
{
background-color: #BA626F;
}
</style>
border-color css
<style>
span { border-color: #BA626F; }
span { border-color: rgb(186,98,111); }
td.TdClassName
{
border-color: #BA626F;
}
.TagClassName
{
border-color: #BA626F;
}
</style>