Shades of Blush #BA5065
Tints of Blush #BA5065
RGB
CMYK
RGB Variations
Color information
#BA5065 (or 0xBA5065) is known color: Blush. HEX triplet: BA, 50 and 65. RGB value is (186,80,101). Sum of RGB (Red+Green+Blue) = 186+80+101=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5065 is #45AF9A. Grayscale: #727272. Windows color (decimal): -4566939 or 6639802. OLE color: 6639802.
HSL color Cylindrical-coordinate representation of color #BA5065: hue angle of 348.11º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5065 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 101 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.27 |
| HSL | 348.11º | 0.43% | 0.52% | - |
| HSV(B) | 348.11º | 0.57% | 0.73% | - |
| XYZ | 25.47 | 17.12 | 14.27 | - |
| YUV | 114.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 101 | 0 | 0.57 | 0.46 | 0.27 | 348.11 | 0.43 | 0.52 |
| Hex | BA | 50 | 65 | 0 | 39 | 2E | 1B | 15C | 2B | 34 |
| Octal | 272 | 120 | 145 | 0 | 71 | 56 | 33 | 534 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1100101 | 0 | 111001 | 101110 | 11011 | 101011100 | 101011 | 110100 |
Color Harmonies of #BA5065
Complementary color
Monochromatic Colors of #BA5065
Black with #BA5065
Text Example
Text Example
White with #BA5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5065; }
p { color: rgb(186,80,101); }
H1.HeaderClassName
{
color: #BA5065;
}
.AnyTagClassName
{
color: #BA5065;
}
</style>
background-color css
<style>
a { background-color: #BA5065; }
a { background-color: rgb(186,80,101); }
div.DivClassName
{
background-color: #BA5065;
}
.BgClassName
{
background-color: #BA5065;
}
</style>
border-color css
<style>
span { border-color: #BA5065; }
span { border-color: rgb(186,80,101); }
td.TdClassName
{
border-color: #BA5065;
}
.TagClassName
{
border-color: #BA5065;
}
</style>