Shades of Blush #BA6268
Tints of Blush #BA6268
RGB
CMYK
RGB Variations
Color information
#BA6268 (or 0xBA6268) is known color: Blush. HEX triplet: BA, 62 and 68. RGB value is (186,98,104). Sum of RGB (Red+Green+Blue) = 186+98+104=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6268 is #459D97. Grayscale: #7D7D7D. Windows color (decimal): -4562328 or 6841018. OLE color: 6841018.
HSL color Cylindrical-coordinate representation of color #BA6268: hue angle of 355.91º 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 #BA6268 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 104 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.27 |
| HSL | 355.91º | 0.39% | 0.56% | - |
| HSV(B) | 355.91º | 0.47% | 0.73% | - |
| XYZ | 27.12 | 20.17 | 15.56 | - |
| YUV | 125 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 104 | 0 | 0.47 | 0.44 | 0.27 | 355.91 | 0.39 | 0.56 |
| Hex | BA | 62 | 68 | 0 | 2F | 2C | 1B | 164 | 27 | 38 |
| Octal | 272 | 142 | 150 | 0 | 57 | 54 | 33 | 544 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1101000 | 0 | 101111 | 101100 | 11011 | 101100100 | 100111 | 111000 |
Color Harmonies of #BA6268
Complementary color
Monochromatic Colors of #BA6268
Black with #BA6268
Text Example
Text Example
White with #BA6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6268; }
p { color: rgb(186,98,104); }
H1.HeaderClassName
{
color: #BA6268;
}
.AnyTagClassName
{
color: #BA6268;
}
</style>
background-color css
<style>
a { background-color: #BA6268; }
a { background-color: rgb(186,98,104); }
div.DivClassName
{
background-color: #BA6268;
}
.BgClassName
{
background-color: #BA6268;
}
</style>
border-color css
<style>
span { border-color: #BA6268; }
span { border-color: rgb(186,98,104); }
td.TdClassName
{
border-color: #BA6268;
}
.TagClassName
{
border-color: #BA6268;
}
</style>