Shades of Blush #BA4F6C
Tints of Blush #BA4F6C
RGB
CMYK
RGB Variations
Color information
#BA4F6C (or 0xBA4F6C) is known color: Blush. HEX triplet: BA, 4F and 6C. RGB value is (186,79,108). Sum of RGB (Red+Green+Blue) = 186+79+108=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F6C is #45B093. Grayscale: #727272. Windows color (decimal): -4567188 or 7098298. OLE color: 7098298.
HSL color Cylindrical-coordinate representation of color #BA4F6C: hue angle of 343.74º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F6C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 108 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.27 |
| HSL | 343.74º | 0.44% | 0.52% | - |
| HSV(B) | 343.74º | 0.58% | 0.73% | - |
| XYZ | 25.75 | 17.11 | 16.13 | - |
| YUV | 114.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 108 | 0 | 0.58 | 0.42 | 0.27 | 343.74 | 0.44 | 0.52 |
| Hex | BA | 4F | 6C | 0 | 3A | 2A | 1B | 158 | 2C | 34 |
| Octal | 272 | 117 | 154 | 0 | 72 | 52 | 33 | 530 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1101100 | 0 | 111010 | 101010 | 11011 | 101011000 | 101100 | 110100 |
Color Harmonies of #BA4F6C
Complementary color
Monochromatic Colors of #BA4F6C
Black with #BA4F6C
Text Example
Text Example
White with #BA4F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F6C; }
p { color: rgb(186,79,108); }
H1.HeaderClassName
{
color: #BA4F6C;
}
.AnyTagClassName
{
color: #BA4F6C;
}
</style>
background-color css
<style>
a { background-color: #BA4F6C; }
a { background-color: rgb(186,79,108); }
div.DivClassName
{
background-color: #BA4F6C;
}
.BgClassName
{
background-color: #BA4F6C;
}
</style>
border-color css
<style>
span { border-color: #BA4F6C; }
span { border-color: rgb(186,79,108); }
td.TdClassName
{
border-color: #BA4F6C;
}
.TagClassName
{
border-color: #BA4F6C;
}
</style>