Shades of Blush #BA4D69
Tints of Blush #BA4D69
RGB
CMYK
RGB Variations
Color information
#BA4D69 (or 0xBA4D69) is known color: Blush. HEX triplet: BA, 4D and 69. RGB value is (186,77,105). Sum of RGB (Red+Green+Blue) = 186+77+105=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D69 is #45B296. Grayscale: #707070. Windows color (decimal): -4567703 or 6901178. OLE color: 6901178.
HSL color Cylindrical-coordinate representation of color #BA4D69: hue angle of 344.59º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D69 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 105 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.27 |
| HSL | 344.59º | 0.44% | 0.52% | - |
| HSV(B) | 344.59º | 0.59% | 0.73% | - |
| XYZ | 25.45 | 16.77 | 15.26 | - |
| YUV | 112.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 105 | 0 | 0.59 | 0.44 | 0.27 | 344.59 | 0.44 | 0.52 |
| Hex | BA | 4D | 69 | 0 | 3B | 2C | 1B | 159 | 2C | 34 |
| Octal | 272 | 115 | 151 | 0 | 73 | 54 | 33 | 531 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1101001 | 0 | 111011 | 101100 | 11011 | 101011001 | 101100 | 110100 |
Color Harmonies of #BA4D69
Complementary color
Monochromatic Colors of #BA4D69
Black with #BA4D69
Text Example
Text Example
White with #BA4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D69; }
p { color: rgb(186,77,105); }
H1.HeaderClassName
{
color: #BA4D69;
}
.AnyTagClassName
{
color: #BA4D69;
}
</style>
background-color css
<style>
a { background-color: #BA4D69; }
a { background-color: rgb(186,77,105); }
div.DivClassName
{
background-color: #BA4D69;
}
.BgClassName
{
background-color: #BA4D69;
}
</style>
border-color css
<style>
span { border-color: #BA4D69; }
span { border-color: rgb(186,77,105); }
td.TdClassName
{
border-color: #BA4D69;
}
.TagClassName
{
border-color: #BA4D69;
}
</style>