Shades of Blush #BA6366
Tints of Blush #BA6366
RGB
CMYK
RGB Variations
Color information
#BA6366 (or 0xBA6366) is known color: Blush. HEX triplet: BA, 63 and 66. RGB value is (186,99,102). Sum of RGB (Red+Green+Blue) = 186+99+102=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6366 is #459C99. Grayscale: #7D7D7D. Windows color (decimal): -4562074 or 6710202. OLE color: 6710202.
HSL color Cylindrical-coordinate representation of color #BA6366: hue angle of 357.93º 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 #BA6366 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 102 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.27 |
| HSL | 357.93º | 0.39% | 0.56% | - |
| HSV(B) | 357.93º | 0.47% | 0.73% | - |
| XYZ | 27.11 | 20.32 | 15.06 | - |
| YUV | 125.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 102 | 0 | 0.47 | 0.45 | 0.27 | 357.93 | 0.39 | 0.56 |
| Hex | BA | 63 | 66 | 0 | 2F | 2D | 1B | 166 | 27 | 38 |
| Octal | 272 | 143 | 146 | 0 | 57 | 55 | 33 | 546 | 47 | 70 |
| Binary | 10111010 | 1100011 | 1100110 | 0 | 101111 | 101101 | 11011 | 101100110 | 100111 | 111000 |
Color Harmonies of #BA6366
Complementary color
Monochromatic Colors of #BA6366
Black with #BA6366
Text Example
Text Example
White with #BA6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6366; }
p { color: rgb(186,99,102); }
H1.HeaderClassName
{
color: #BA6366;
}
.AnyTagClassName
{
color: #BA6366;
}
</style>
background-color css
<style>
a { background-color: #BA6366; }
a { background-color: rgb(186,99,102); }
div.DivClassName
{
background-color: #BA6366;
}
.BgClassName
{
background-color: #BA6366;
}
</style>
border-color css
<style>
span { border-color: #BA6366; }
span { border-color: rgb(186,99,102); }
td.TdClassName
{
border-color: #BA6366;
}
.TagClassName
{
border-color: #BA6366;
}
</style>