Shades of Blush #BA5369
Tints of Blush #BA5369
RGB
CMYK
RGB Variations
Color information
#BA5369 (or 0xBA5369) is known color: Blush. HEX triplet: BA, 53 and 69. RGB value is (186,83,105). Sum of RGB (Red+Green+Blue) = 186+83+105=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5369 is #45AC96. Grayscale: #747474. Windows color (decimal): -4566167 or 6902714. OLE color: 6902714.
HSL color Cylindrical-coordinate representation of color #BA5369: hue angle of 347.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5369 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 105 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.27 |
| HSL | 347.18º | 0.43% | 0.53% | - |
| HSV(B) | 347.18º | 0.55% | 0.73% | - |
| XYZ | 25.89 | 17.65 | 15.41 | - |
| YUV | 116.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 105 | 0 | 0.55 | 0.44 | 0.27 | 347.18 | 0.43 | 0.53 |
| Hex | BA | 53 | 69 | 0 | 37 | 2C | 1B | 15B | 2B | 35 |
| Octal | 272 | 123 | 151 | 0 | 67 | 54 | 33 | 533 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1101001 | 0 | 110111 | 101100 | 11011 | 101011011 | 101011 | 110101 |
Color Harmonies of #BA5369
Complementary color
Monochromatic Colors of #BA5369
Black with #BA5369
Text Example
Text Example
White with #BA5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5369; }
p { color: rgb(186,83,105); }
H1.HeaderClassName
{
color: #BA5369;
}
.AnyTagClassName
{
color: #BA5369;
}
</style>
background-color css
<style>
a { background-color: #BA5369; }
a { background-color: rgb(186,83,105); }
div.DivClassName
{
background-color: #BA5369;
}
.BgClassName
{
background-color: #BA5369;
}
</style>
border-color css
<style>
span { border-color: #BA5369; }
span { border-color: rgb(186,83,105); }
td.TdClassName
{
border-color: #BA5369;
}
.TagClassName
{
border-color: #BA5369;
}
</style>