Shades of Blush #BA626B
Tints of Blush #BA626B
RGB
CMYK
RGB Variations
Color information
#BA626B (or 0xBA626B) is known color: Blush. HEX triplet: BA, 62 and 6B. RGB value is (186,98,107). Sum of RGB (Red+Green+Blue) = 186+98+107=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA626B is #459D94. Grayscale: #7D7D7D. Windows color (decimal): -4562325 or 7037626. OLE color: 7037626.
HSL color Cylindrical-coordinate representation of color #BA626B: hue angle of 353.86º 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 #BA626B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 107 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.27 |
| HSL | 353.86º | 0.39% | 0.56% | - |
| HSV(B) | 353.86º | 0.47% | 0.73% | - |
| XYZ | 27.27 | 20.24 | 16.38 | - |
| YUV | 125.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 107 | 0 | 0.47 | 0.42 | 0.27 | 353.86 | 0.39 | 0.56 |
| Hex | BA | 62 | 6B | 0 | 2F | 2A | 1B | 162 | 27 | 38 |
| Octal | 272 | 142 | 153 | 0 | 57 | 52 | 33 | 542 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1101011 | 0 | 101111 | 101010 | 11011 | 101100010 | 100111 | 111000 |
Color Harmonies of #BA626B
Complementary color
Monochromatic Colors of #BA626B
Black with #BA626B
Text Example
Text Example
White with #BA626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA626B; }
p { color: rgb(186,98,107); }
H1.HeaderClassName
{
color: #BA626B;
}
.AnyTagClassName
{
color: #BA626B;
}
</style>
background-color css
<style>
a { background-color: #BA626B; }
a { background-color: rgb(186,98,107); }
div.DivClassName
{
background-color: #BA626B;
}
.BgClassName
{
background-color: #BA626B;
}
</style>
border-color css
<style>
span { border-color: #BA626B; }
span { border-color: rgb(186,98,107); }
td.TdClassName
{
border-color: #BA626B;
}
.TagClassName
{
border-color: #BA626B;
}
</style>