Shades of Blush #BA4B68
Tints of Blush #BA4B68
RGB
CMYK
RGB Variations
Color information
#BA4B68 (or 0xBA4B68) is known color: Blush. HEX triplet: BA, 4B and 68. RGB value is (186,75,104). Sum of RGB (Red+Green+Blue) = 186+75+104=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B68 is #45B497. Grayscale: #6F6F6F. Windows color (decimal): -4568216 or 6835130. OLE color: 6835130.
HSL color Cylindrical-coordinate representation of color #BA4B68: hue angle of 344.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B68 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 104 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.27 |
| HSL | 344.32º | 0.45% | 0.51% | - |
| HSV(B) | 344.32º | 0.6% | 0.73% | - |
| XYZ | 25.26 | 16.47 | 14.94 | - |
| YUV | 111.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 104 | 0 | 0.60 | 0.44 | 0.27 | 344.32 | 0.45 | 0.51 |
| Hex | BA | 4B | 68 | 0 | 3C | 2C | 1B | 158 | 2D | 33 |
| Octal | 272 | 113 | 150 | 0 | 74 | 54 | 33 | 530 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1101000 | 0 | 111100 | 101100 | 11011 | 101011000 | 101101 | 110011 |
Color Harmonies of #BA4B68
Complementary color
Monochromatic Colors of #BA4B68
Black with #BA4B68
Text Example
Text Example
White with #BA4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B68; }
p { color: rgb(186,75,104); }
H1.HeaderClassName
{
color: #BA4B68;
}
.AnyTagClassName
{
color: #BA4B68;
}
</style>
background-color css
<style>
a { background-color: #BA4B68; }
a { background-color: rgb(186,75,104); }
div.DivClassName
{
background-color: #BA4B68;
}
.BgClassName
{
background-color: #BA4B68;
}
</style>
border-color css
<style>
span { border-color: #BA4B68; }
span { border-color: rgb(186,75,104); }
td.TdClassName
{
border-color: #BA4B68;
}
.TagClassName
{
border-color: #BA4B68;
}
</style>