Shades of Blush #BA6365
Tints of Blush #BA6365
RGB
CMYK
RGB Variations
Color information
#BA6365 (or 0xBA6365) is known color: Blush. HEX triplet: BA, 63 and 65. RGB value is (186,99,101). Sum of RGB (Red+Green+Blue) = 186+99+101=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6365 is #459C9A. Grayscale: #7D7D7D. Windows color (decimal): -4562075 or 6644666. OLE color: 6644666.
HSL color Cylindrical-coordinate representation of color #BA6365: hue angle of 358.62º 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 #BA6365 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 101 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.27 |
| HSL | 358.62º | 0.39% | 0.56% | - |
| HSV(B) | 358.62º | 0.47% | 0.73% | - |
| XYZ | 27.06 | 20.3 | 14.8 | - |
| YUV | 125.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 101 | 0 | 0.47 | 0.46 | 0.27 | 358.62 | 0.39 | 0.56 |
| Hex | BA | 63 | 65 | 0 | 2F | 2E | 1B | 167 | 27 | 38 |
| Octal | 272 | 143 | 145 | 0 | 57 | 56 | 33 | 547 | 47 | 70 |
| Binary | 10111010 | 1100011 | 1100101 | 0 | 101111 | 101110 | 11011 | 101100111 | 100111 | 111000 |
Color Harmonies of #BA6365
Complementary color
Monochromatic Colors of #BA6365
Black with #BA6365
Text Example
Text Example
White with #BA6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6365; }
p { color: rgb(186,99,101); }
H1.HeaderClassName
{
color: #BA6365;
}
.AnyTagClassName
{
color: #BA6365;
}
</style>
background-color css
<style>
a { background-color: #BA6365; }
a { background-color: rgb(186,99,101); }
div.DivClassName
{
background-color: #BA6365;
}
.BgClassName
{
background-color: #BA6365;
}
</style>
border-color css
<style>
span { border-color: #BA6365; }
span { border-color: rgb(186,99,101); }
td.TdClassName
{
border-color: #BA6365;
}
.TagClassName
{
border-color: #BA6365;
}
</style>