Shades of Blush #BA4B6A
Tints of Blush #BA4B6A
RGB
CMYK
RGB Variations
Color information
#BA4B6A (or 0xBA4B6A) is known color: Blush. HEX triplet: BA, 4B and 6A. RGB value is (186,75,106). Sum of RGB (Red+Green+Blue) = 186+75+106=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B6A is #45B495. Grayscale: #6F6F6F. Windows color (decimal): -4568214 or 6966202. OLE color: 6966202.
HSL color Cylindrical-coordinate representation of color #BA4B6A: hue angle of 343.24º 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 #BA4B6A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 106 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.27 |
| HSL | 343.24º | 0.45% | 0.51% | - |
| HSV(B) | 343.24º | 0.6% | 0.73% | - |
| XYZ | 25.37 | 16.51 | 15.49 | - |
| YUV | 111.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 106 | 0 | 0.60 | 0.43 | 0.27 | 343.24 | 0.45 | 0.51 |
| Hex | BA | 4B | 6A | 0 | 3C | 2B | 1B | 157 | 2D | 33 |
| Octal | 272 | 113 | 152 | 0 | 74 | 53 | 33 | 527 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1101010 | 0 | 111100 | 101011 | 11011 | 101010111 | 101101 | 110011 |
Color Harmonies of #BA4B6A
Complementary color
Monochromatic Colors of #BA4B6A
Black with #BA4B6A
Text Example
Text Example
White with #BA4B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B6A; }
p { color: rgb(186,75,106); }
H1.HeaderClassName
{
color: #BA4B6A;
}
.AnyTagClassName
{
color: #BA4B6A;
}
</style>
background-color css
<style>
a { background-color: #BA4B6A; }
a { background-color: rgb(186,75,106); }
div.DivClassName
{
background-color: #BA4B6A;
}
.BgClassName
{
background-color: #BA4B6A;
}
</style>
border-color css
<style>
span { border-color: #BA4B6A; }
span { border-color: rgb(186,75,106); }
td.TdClassName
{
border-color: #BA4B6A;
}
.TagClassName
{
border-color: #BA4B6A;
}
</style>