Shades of Blush #BA6269
Tints of Blush #BA6269
RGB
CMYK
RGB Variations
Color information
#BA6269 (or 0xBA6269) is known color: Blush. HEX triplet: BA, 62 and 69. RGB value is (186,98,105). Sum of RGB (Red+Green+Blue) = 186+98+105=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6269 is #459D96. Grayscale: #7D7D7D. Windows color (decimal): -4562327 or 6906554. OLE color: 6906554.
HSL color Cylindrical-coordinate representation of color #BA6269: hue angle of 355.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6269 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 105 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.27 |
| HSL | 355.23º | 0.39% | 0.56% | - |
| HSV(B) | 355.23º | 0.47% | 0.73% | - |
| XYZ | 27.17 | 20.19 | 15.83 | - |
| YUV | 125.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 105 | 0 | 0.47 | 0.44 | 0.27 | 355.23 | 0.39 | 0.56 |
| Hex | BA | 62 | 69 | 0 | 2F | 2C | 1B | 163 | 27 | 38 |
| Octal | 272 | 142 | 151 | 0 | 57 | 54 | 33 | 543 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1101001 | 0 | 101111 | 101100 | 11011 | 101100011 | 100111 | 111000 |
Color Harmonies of #BA6269
Complementary color
Monochromatic Colors of #BA6269
Black with #BA6269
Text Example
Text Example
White with #BA6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6269; }
p { color: rgb(186,98,105); }
H1.HeaderClassName
{
color: #BA6269;
}
.AnyTagClassName
{
color: #BA6269;
}
</style>
background-color css
<style>
a { background-color: #BA6269; }
a { background-color: rgb(186,98,105); }
div.DivClassName
{
background-color: #BA6269;
}
.BgClassName
{
background-color: #BA6269;
}
</style>
border-color css
<style>
span { border-color: #BA6269; }
span { border-color: rgb(186,98,105); }
td.TdClassName
{
border-color: #BA6269;
}
.TagClassName
{
border-color: #BA6269;
}
</style>