Shades of Blush #BA4B65
Tints of Blush #BA4B65
RGB
CMYK
RGB Variations
Color information
#BA4B65 (or 0xBA4B65) is known color: Blush. HEX triplet: BA, 4B and 65. RGB value is (186,75,101). Sum of RGB (Red+Green+Blue) = 186+75+101=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B65 is #45B49A. Grayscale: #6F6F6F. Windows color (decimal): -4568219 or 6638522. OLE color: 6638522.
HSL color Cylindrical-coordinate representation of color #BA4B65: hue angle of 345.95º 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 #BA4B65 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 101 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.27 |
| HSL | 345.95º | 0.45% | 0.51% | - |
| HSV(B) | 345.95º | 0.6% | 0.73% | - |
| XYZ | 25.11 | 16.41 | 14.16 | - |
| YUV | 111.15 | 122.27 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 101 | 0 | 0.60 | 0.46 | 0.27 | 345.95 | 0.45 | 0.51 |
| Hex | BA | 4B | 65 | 0 | 3C | 2E | 1B | 15A | 2D | 33 |
| Octal | 272 | 113 | 145 | 0 | 74 | 56 | 33 | 532 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1100101 | 0 | 111100 | 101110 | 11011 | 101011010 | 101101 | 110011 |
Color Harmonies of #BA4B65
Complementary color
Monochromatic Colors of #BA4B65
Black with #BA4B65
Text Example
Text Example
White with #BA4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B65; }
p { color: rgb(186,75,101); }
H1.HeaderClassName
{
color: #BA4B65;
}
.AnyTagClassName
{
color: #BA4B65;
}
</style>
background-color css
<style>
a { background-color: #BA4B65; }
a { background-color: rgb(186,75,101); }
div.DivClassName
{
background-color: #BA4B65;
}
.BgClassName
{
background-color: #BA4B65;
}
</style>
border-color css
<style>
span { border-color: #BA4B65; }
span { border-color: rgb(186,75,101); }
td.TdClassName
{
border-color: #BA4B65;
}
.TagClassName
{
border-color: #BA4B65;
}
</style>