Shades of Blush #BA6068
Tints of Blush #BA6068
RGB
CMYK
RGB Variations
Color information
#BA6068 (or 0xBA6068) is known color: Blush. HEX triplet: BA, 60 and 68. RGB value is (186,96,104). Sum of RGB (Red+Green+Blue) = 186+96+104=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6068 is #459F97. Grayscale: #7B7B7B. Windows color (decimal): -4562840 or 6840506. OLE color: 6840506.
HSL color Cylindrical-coordinate representation of color #BA6068: hue angle of 354.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6068 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 104 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.27 |
| HSL | 354.67º | 0.39% | 0.55% | - |
| HSV(B) | 354.67º | 0.48% | 0.73% | - |
| XYZ | 26.93 | 19.8 | 15.5 | - |
| YUV | 123.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 104 | 0 | 0.48 | 0.44 | 0.27 | 354.67 | 0.39 | 0.55 |
| Hex | BA | 60 | 68 | 0 | 30 | 2C | 1B | 163 | 27 | 37 |
| Octal | 272 | 140 | 150 | 0 | 60 | 54 | 33 | 543 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1101000 | 0 | 110000 | 101100 | 11011 | 101100011 | 100111 | 110111 |
Color Harmonies of #BA6068
Complementary color
Monochromatic Colors of #BA6068
Black with #BA6068
Text Example
Text Example
White with #BA6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6068; }
p { color: rgb(186,96,104); }
H1.HeaderClassName
{
color: #BA6068;
}
.AnyTagClassName
{
color: #BA6068;
}
</style>
background-color css
<style>
a { background-color: #BA6068; }
a { background-color: rgb(186,96,104); }
div.DivClassName
{
background-color: #BA6068;
}
.BgClassName
{
background-color: #BA6068;
}
</style>
border-color css
<style>
span { border-color: #BA6068; }
span { border-color: rgb(186,96,104); }
td.TdClassName
{
border-color: #BA6068;
}
.TagClassName
{
border-color: #BA6068;
}
</style>