Shades of Blush #BA5069
Tints of Blush #BA5069
RGB
CMYK
RGB Variations
Color information
#BA5069 (or 0xBA5069) is known color: Blush. HEX triplet: BA, 50 and 69. RGB value is (186,80,105). Sum of RGB (Red+Green+Blue) = 186+80+105=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5069 is #45AF96. Grayscale: #727272. Windows color (decimal): -4566935 or 6901946. OLE color: 6901946.
HSL color Cylindrical-coordinate representation of color #BA5069: hue angle of 345.85º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5069 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 105 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.27 |
| HSL | 345.85º | 0.43% | 0.52% | - |
| HSV(B) | 345.85º | 0.57% | 0.73% | - |
| XYZ | 25.67 | 17.2 | 15.33 | - |
| YUV | 114.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 105 | 0 | 0.57 | 0.44 | 0.27 | 345.85 | 0.43 | 0.52 |
| Hex | BA | 50 | 69 | 0 | 39 | 2C | 1B | 15A | 2B | 34 |
| Octal | 272 | 120 | 151 | 0 | 71 | 54 | 33 | 532 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1101001 | 0 | 111001 | 101100 | 11011 | 101011010 | 101011 | 110100 |
Color Harmonies of #BA5069
Complementary color
Monochromatic Colors of #BA5069
Black with #BA5069
Text Example
Text Example
White with #BA5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5069; }
p { color: rgb(186,80,105); }
H1.HeaderClassName
{
color: #BA5069;
}
.AnyTagClassName
{
color: #BA5069;
}
</style>
background-color css
<style>
a { background-color: #BA5069; }
a { background-color: rgb(186,80,105); }
div.DivClassName
{
background-color: #BA5069;
}
.BgClassName
{
background-color: #BA5069;
}
</style>
border-color css
<style>
span { border-color: #BA5069; }
span { border-color: rgb(186,80,105); }
td.TdClassName
{
border-color: #BA5069;
}
.TagClassName
{
border-color: #BA5069;
}
</style>