Shades of Blush #BA6465
Tints of Blush #BA6465
RGB
CMYK
RGB Variations
Color information
#BA6465 (or 0xBA6465) is known color: Blush. HEX triplet: BA, 64 and 65. RGB value is (186,100,101). Sum of RGB (Red+Green+Blue) = 186+100+101=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6465 is #459B9A. Grayscale: #7D7D7D. Windows color (decimal): -4561819 or 6644922. OLE color: 6644922.
HSL color Cylindrical-coordinate representation of color #BA6465: hue angle of 359.3º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6465 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 101 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.27 |
| HSL | 359.3º | 0.38% | 0.56% | - |
| HSV(B) | 359.3º | 0.46% | 0.73% | - |
| XYZ | 27.16 | 20.49 | 14.84 | - |
| YUV | 125.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 101 | 0 | 0.46 | 0.46 | 0.27 | 359.3 | 0.38 | 0.56 |
| Hex | BA | 64 | 65 | 0 | 2E | 2E | 1B | 167 | 26 | 38 |
| Octal | 272 | 144 | 145 | 0 | 56 | 56 | 33 | 547 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1100101 | 0 | 101110 | 101110 | 11011 | 101100111 | 100110 | 111000 |
Color Harmonies of #BA6465
Complementary color
Monochromatic Colors of #BA6465
Black with #BA6465
Text Example
Text Example
White with #BA6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6465; }
p { color: rgb(186,100,101); }
H1.HeaderClassName
{
color: #BA6465;
}
.AnyTagClassName
{
color: #BA6465;
}
</style>
background-color css
<style>
a { background-color: #BA6465; }
a { background-color: rgb(186,100,101); }
div.DivClassName
{
background-color: #BA6465;
}
.BgClassName
{
background-color: #BA6465;
}
</style>
border-color css
<style>
span { border-color: #BA6465; }
span { border-color: rgb(186,100,101); }
td.TdClassName
{
border-color: #BA6465;
}
.TagClassName
{
border-color: #BA6465;
}
</style>