Shades of Blush #BA486A
Tints of Blush #BA486A
RGB
CMYK
RGB Variations
Color information
#BA486A (or 0xBA486A) is known color: Blush. HEX triplet: BA, 48 and 6A. RGB value is (186,72,106). Sum of RGB (Red+Green+Blue) = 186+72+106=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA486A is #45B795. Grayscale: #6D6D6D. Windows color (decimal): -4568982 or 6965434. OLE color: 6965434.
HSL color Cylindrical-coordinate representation of color #BA486A: hue angle of 342.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA486A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 106 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.27 |
| HSL | 342.11º | 0.45% | 0.51% | - |
| HSV(B) | 342.11º | 0.61% | 0.73% | - |
| XYZ | 25.17 | 16.11 | 15.42 | - |
| YUV | 109.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 106 | 0 | 0.61 | 0.43 | 0.27 | 342.11 | 0.45 | 0.51 |
| Hex | BA | 48 | 6A | 0 | 3D | 2B | 1B | 156 | 2D | 33 |
| Octal | 272 | 110 | 152 | 0 | 75 | 53 | 33 | 526 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1101010 | 0 | 111101 | 101011 | 11011 | 101010110 | 101101 | 110011 |
Color Harmonies of #BA486A
Complementary color
Monochromatic Colors of #BA486A
Black with #BA486A
Text Example
Text Example
White with #BA486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA486A; }
p { color: rgb(186,72,106); }
H1.HeaderClassName
{
color: #BA486A;
}
.AnyTagClassName
{
color: #BA486A;
}
</style>
background-color css
<style>
a { background-color: #BA486A; }
a { background-color: rgb(186,72,106); }
div.DivClassName
{
background-color: #BA486A;
}
.BgClassName
{
background-color: #BA486A;
}
</style>
border-color css
<style>
span { border-color: #BA486A; }
span { border-color: rgb(186,72,106); }
td.TdClassName
{
border-color: #BA486A;
}
.TagClassName
{
border-color: #BA486A;
}
</style>