Shades of Blush #BA6065
Tints of Blush #BA6065
RGB
CMYK
RGB Variations
Color information
#BA6065 (or 0xBA6065) is known color: Blush. HEX triplet: BA, 60 and 65. RGB value is (186,96,101). Sum of RGB (Red+Green+Blue) = 186+96+101=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6065 is #459F9A. Grayscale: #7B7B7B. Windows color (decimal): -4562843 or 6643898. OLE color: 6643898.
HSL color Cylindrical-coordinate representation of color #BA6065: hue angle of 356.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6065 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 101 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.27 |
| HSL | 356.67º | 0.39% | 0.55% | - |
| HSV(B) | 356.67º | 0.48% | 0.73% | - |
| XYZ | 26.78 | 19.74 | 14.71 | - |
| YUV | 123.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 101 | 0 | 0.48 | 0.46 | 0.27 | 356.67 | 0.39 | 0.55 |
| Hex | BA | 60 | 65 | 0 | 30 | 2E | 1B | 165 | 27 | 37 |
| Octal | 272 | 140 | 145 | 0 | 60 | 56 | 33 | 545 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1100101 | 0 | 110000 | 101110 | 11011 | 101100101 | 100111 | 110111 |
Color Harmonies of #BA6065
Complementary color
Monochromatic Colors of #BA6065
Black with #BA6065
Text Example
Text Example
White with #BA6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6065; }
p { color: rgb(186,96,101); }
H1.HeaderClassName
{
color: #BA6065;
}
.AnyTagClassName
{
color: #BA6065;
}
</style>
background-color css
<style>
a { background-color: #BA6065; }
a { background-color: rgb(186,96,101); }
div.DivClassName
{
background-color: #BA6065;
}
.BgClassName
{
background-color: #BA6065;
}
</style>
border-color css
<style>
span { border-color: #BA6065; }
span { border-color: rgb(186,96,101); }
td.TdClassName
{
border-color: #BA6065;
}
.TagClassName
{
border-color: #BA6065;
}
</style>