Shades of Blush #BA5B74
Tints of Blush #BA5B74
RGB
CMYK
RGB Variations
Color information
#BA5B74 (or 0xBA5B74) is known color: Blush. HEX triplet: BA, 5B and 74. RGB value is (186,91,116). Sum of RGB (Red+Green+Blue) = 186+91+116=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B74 is #45A48B. Grayscale: #7A7A7A. Windows color (decimal): -4564108 or 7625658. OLE color: 7625658.
HSL color Cylindrical-coordinate representation of color #BA5B74: hue angle of 344.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B74 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 116 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.27 |
| HSL | 344.21º | 0.41% | 0.54% | - |
| HSV(B) | 344.21º | 0.51% | 0.73% | - |
| XYZ | 27.14 | 19.18 | 18.79 | - |
| YUV | 122.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 116 | 0 | 0.51 | 0.38 | 0.27 | 344.21 | 0.41 | 0.54 |
| Hex | BA | 5B | 74 | 0 | 33 | 26 | 1B | 158 | 29 | 36 |
| Octal | 272 | 133 | 164 | 0 | 63 | 46 | 33 | 530 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1110100 | 0 | 110011 | 100110 | 11011 | 101011000 | 101001 | 110110 |
Color Harmonies of #BA5B74
Complementary color
Monochromatic Colors of #BA5B74
Black with #BA5B74
Text Example
Text Example
White with #BA5B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B74; }
p { color: rgb(186,91,116); }
H1.HeaderClassName
{
color: #BA5B74;
}
.AnyTagClassName
{
color: #BA5B74;
}
</style>
background-color css
<style>
a { background-color: #BA5B74; }
a { background-color: rgb(186,91,116); }
div.DivClassName
{
background-color: #BA5B74;
}
.BgClassName
{
background-color: #BA5B74;
}
</style>
border-color css
<style>
span { border-color: #BA5B74; }
span { border-color: rgb(186,91,116); }
td.TdClassName
{
border-color: #BA5B74;
}
.TagClassName
{
border-color: #BA5B74;
}
</style>