Shades of Blush #BA5D68
Tints of Blush #BA5D68
RGB
CMYK
RGB Variations
Color information
#BA5D68 (or 0xBA5D68) is known color: Blush. HEX triplet: BA, 5D and 68. RGB value is (186,93,104). Sum of RGB (Red+Green+Blue) = 186+93+104=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D68 is #45A297. Grayscale: #7A7A7A. Windows color (decimal): -4563608 or 6839738. OLE color: 6839738.
HSL color Cylindrical-coordinate representation of color #BA5D68: hue angle of 352.9º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D68 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 104 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.27 |
| HSL | 352.9º | 0.4% | 0.55% | - |
| HSV(B) | 352.9º | 0.5% | 0.73% | - |
| XYZ | 26.66 | 19.27 | 15.41 | - |
| YUV | 122.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 104 | 0 | 0.5 | 0.44 | 0.27 | 352.9 | 0.4 | 0.55 |
| Hex | BA | 5D | 68 | 0 | 32 | 2C | 1B | 161 | 28 | 37 |
| Octal | 272 | 135 | 150 | 0 | 62 | 54 | 33 | 541 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1101000 | 0 | 110010 | 101100 | 11011 | 101100001 | 101000 | 110111 |
Color Harmonies of #BA5D68
Complementary color
Monochromatic Colors of #BA5D68
Black with #BA5D68
Text Example
Text Example
White with #BA5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D68; }
p { color: rgb(186,93,104); }
H1.HeaderClassName
{
color: #BA5D68;
}
.AnyTagClassName
{
color: #BA5D68;
}
</style>
background-color css
<style>
a { background-color: #BA5D68; }
a { background-color: rgb(186,93,104); }
div.DivClassName
{
background-color: #BA5D68;
}
.BgClassName
{
background-color: #BA5D68;
}
</style>
border-color css
<style>
span { border-color: #BA5D68; }
span { border-color: rgb(186,93,104); }
td.TdClassName
{
border-color: #BA5D68;
}
.TagClassName
{
border-color: #BA5D68;
}
</style>