Shades of Blush #BA636D
Tints of Blush #BA636D
RGB
CMYK
RGB Variations
Color information
#BA636D (or 0xBA636D) is known color: Blush. HEX triplet: BA, 63 and 6D. RGB value is (186,99,109). Sum of RGB (Red+Green+Blue) = 186+99+109=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA636D is #459C92. Grayscale: #7E7E7E. Windows color (decimal): -4562067 or 7168954. OLE color: 7168954.
HSL color Cylindrical-coordinate representation of color #BA636D: hue angle of 353.1º 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 #BA636D is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 109 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.27 |
| HSL | 353.1º | 0.39% | 0.56% | - |
| HSV(B) | 353.1º | 0.47% | 0.73% | - |
| XYZ | 27.47 | 20.47 | 16.97 | - |
| YUV | 126.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 109 | 0 | 0.47 | 0.41 | 0.27 | 353.1 | 0.39 | 0.56 |
| Hex | BA | 63 | 6D | 0 | 2F | 29 | 1B | 161 | 27 | 38 |
| Octal | 272 | 143 | 155 | 0 | 57 | 51 | 33 | 541 | 47 | 70 |
| Binary | 10111010 | 1100011 | 1101101 | 0 | 101111 | 101001 | 11011 | 101100001 | 100111 | 111000 |
Color Harmonies of #BA636D
Complementary color
Monochromatic Colors of #BA636D
Black with #BA636D
Text Example
Text Example
White with #BA636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA636D; }
p { color: rgb(186,99,109); }
H1.HeaderClassName
{
color: #BA636D;
}
.AnyTagClassName
{
color: #BA636D;
}
</style>
background-color css
<style>
a { background-color: #BA636D; }
a { background-color: rgb(186,99,109); }
div.DivClassName
{
background-color: #BA636D;
}
.BgClassName
{
background-color: #BA636D;
}
</style>
border-color css
<style>
span { border-color: #BA636D; }
span { border-color: rgb(186,99,109); }
td.TdClassName
{
border-color: #BA636D;
}
.TagClassName
{
border-color: #BA636D;
}
</style>