Shades of Blush #BA5D76
Tints of Blush #BA5D76
RGB
CMYK
RGB Variations
Color information
#BA5D76 (or 0xBA5D76) is known color: Blush. HEX triplet: BA, 5D and 76. RGB value is (186,93,118). Sum of RGB (Red+Green+Blue) = 186+93+118=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D76 is #45A289. Grayscale: #7B7B7B. Windows color (decimal): -4563594 or 7757242. OLE color: 7757242.
HSL color Cylindrical-coordinate representation of color #BA5D76: hue angle of 343.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D76 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 118 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.27 |
| HSL | 343.87º | 0.4% | 0.55% | - |
| HSV(B) | 343.87º | 0.5% | 0.73% | - |
| XYZ | 27.43 | 19.58 | 19.47 | - |
| YUV | 123.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 118 | 0 | 0.5 | 0.37 | 0.27 | 343.87 | 0.4 | 0.55 |
| Hex | BA | 5D | 76 | 0 | 32 | 25 | 1B | 158 | 28 | 37 |
| Octal | 272 | 135 | 166 | 0 | 62 | 45 | 33 | 530 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1110110 | 0 | 110010 | 100101 | 11011 | 101011000 | 101000 | 110111 |
Color Harmonies of #BA5D76
Complementary color
Monochromatic Colors of #BA5D76
Black with #BA5D76
Text Example
Text Example
White with #BA5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D76; }
p { color: rgb(186,93,118); }
H1.HeaderClassName
{
color: #BA5D76;
}
.AnyTagClassName
{
color: #BA5D76;
}
</style>
background-color css
<style>
a { background-color: #BA5D76; }
a { background-color: rgb(186,93,118); }
div.DivClassName
{
background-color: #BA5D76;
}
.BgClassName
{
background-color: #BA5D76;
}
</style>
border-color css
<style>
span { border-color: #BA5D76; }
span { border-color: rgb(186,93,118); }
td.TdClassName
{
border-color: #BA5D76;
}
.TagClassName
{
border-color: #BA5D76;
}
</style>