Shades of Blush #BA4B5B
Tints of Blush #BA4B5B
RGB
CMYK
RGB Variations
Color information
#BA4B5B (or 0xBA4B5B) is known color: Blush. HEX triplet: BA, 4B and 5B. RGB value is (186,75,91). Sum of RGB (Red+Green+Blue) = 186+75+91=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B5B is #45B4A4. Grayscale: #6E6E6E. Windows color (decimal): -4568229 or 5983162. OLE color: 5983162.
HSL color Cylindrical-coordinate representation of color #BA4B5B: hue angle of 351.35º 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 #BA4B5B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 91 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.27 |
| HSL | 351.35º | 0.45% | 0.51% | - |
| HSV(B) | 351.35º | 0.6% | 0.73% | - |
| XYZ | 24.65 | 16.23 | 11.73 | - |
| YUV | 110.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 91 | 0 | 0.60 | 0.51 | 0.27 | 351.35 | 0.45 | 0.51 |
| Hex | BA | 4B | 5B | 0 | 3C | 33 | 1B | 15F | 2D | 33 |
| Octal | 272 | 113 | 133 | 0 | 74 | 63 | 33 | 537 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1011011 | 0 | 111100 | 110011 | 11011 | 101011111 | 101101 | 110011 |
Color Harmonies of #BA4B5B
Complementary color
Monochromatic Colors of #BA4B5B
Black with #BA4B5B
Text Example
Text Example
White with #BA4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B5B; }
p { color: rgb(186,75,91); }
H1.HeaderClassName
{
color: #BA4B5B;
}
.AnyTagClassName
{
color: #BA4B5B;
}
</style>
background-color css
<style>
a { background-color: #BA4B5B; }
a { background-color: rgb(186,75,91); }
div.DivClassName
{
background-color: #BA4B5B;
}
.BgClassName
{
background-color: #BA4B5B;
}
</style>
border-color css
<style>
span { border-color: #BA4B5B; }
span { border-color: rgb(186,75,91); }
td.TdClassName
{
border-color: #BA4B5B;
}
.TagClassName
{
border-color: #BA4B5B;
}
</style>