Shades of Blush #BA4E6B
Tints of Blush #BA4E6B
RGB
CMYK
RGB Variations
Color information
#BA4E6B (or 0xBA4E6B) is known color: Blush. HEX triplet: BA, 4E and 6B. RGB value is (186,78,107). Sum of RGB (Red+Green+Blue) = 186+78+107=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E6B is #45B194. Grayscale: #717171. Windows color (decimal): -4567445 or 7032506. OLE color: 7032506.
HSL color Cylindrical-coordinate representation of color #BA4E6B: hue angle of 343.89º 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 #BA4E6B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 107 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.27 |
| HSL | 343.89º | 0.44% | 0.52% | - |
| HSV(B) | 343.89º | 0.58% | 0.73% | - |
| XYZ | 25.63 | 16.95 | 15.83 | - |
| YUV | 113.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 107 | 0 | 0.58 | 0.42 | 0.27 | 343.89 | 0.44 | 0.52 |
| Hex | BA | 4E | 6B | 0 | 3A | 2A | 1B | 158 | 2C | 34 |
| Octal | 272 | 116 | 153 | 0 | 72 | 52 | 33 | 530 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1101011 | 0 | 111010 | 101010 | 11011 | 101011000 | 101100 | 110100 |
Color Harmonies of #BA4E6B
Complementary color
Monochromatic Colors of #BA4E6B
Black with #BA4E6B
Text Example
Text Example
White with #BA4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E6B; }
p { color: rgb(186,78,107); }
H1.HeaderClassName
{
color: #BA4E6B;
}
.AnyTagClassName
{
color: #BA4E6B;
}
</style>
background-color css
<style>
a { background-color: #BA4E6B; }
a { background-color: rgb(186,78,107); }
div.DivClassName
{
background-color: #BA4E6B;
}
.BgClassName
{
background-color: #BA4E6B;
}
</style>
border-color css
<style>
span { border-color: #BA4E6B; }
span { border-color: rgb(186,78,107); }
td.TdClassName
{
border-color: #BA4E6B;
}
.TagClassName
{
border-color: #BA4E6B;
}
</style>