Shades of Blush #BA4B6C
Tints of Blush #BA4B6C
RGB
CMYK
RGB Variations
Color information
#BA4B6C (or 0xBA4B6C) is known color: Blush. HEX triplet: BA, 4B and 6C. RGB value is (186,75,108). Sum of RGB (Red+Green+Blue) = 186+75+108=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B6C is #45B493. Grayscale: #6F6F6F. Windows color (decimal): -4568212 or 7097274. OLE color: 7097274.
HSL color Cylindrical-coordinate representation of color #BA4B6C: hue angle of 342.16º 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 #BA4B6C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 108 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.27 |
| HSL | 342.16º | 0.45% | 0.51% | - |
| HSV(B) | 342.16º | 0.6% | 0.73% | - |
| XYZ | 25.47 | 16.55 | 16.04 | - |
| YUV | 111.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 108 | 0 | 0.60 | 0.42 | 0.27 | 342.16 | 0.45 | 0.51 |
| Hex | BA | 4B | 6C | 0 | 3C | 2A | 1B | 156 | 2D | 33 |
| Octal | 272 | 113 | 154 | 0 | 74 | 52 | 33 | 526 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1101100 | 0 | 111100 | 101010 | 11011 | 101010110 | 101101 | 110011 |
Color Harmonies of #BA4B6C
Complementary color
Monochromatic Colors of #BA4B6C
Black with #BA4B6C
Text Example
Text Example
White with #BA4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B6C; }
p { color: rgb(186,75,108); }
H1.HeaderClassName
{
color: #BA4B6C;
}
.AnyTagClassName
{
color: #BA4B6C;
}
</style>
background-color css
<style>
a { background-color: #BA4B6C; }
a { background-color: rgb(186,75,108); }
div.DivClassName
{
background-color: #BA4B6C;
}
.BgClassName
{
background-color: #BA4B6C;
}
</style>
border-color css
<style>
span { border-color: #BA4B6C; }
span { border-color: rgb(186,75,108); }
td.TdClassName
{
border-color: #BA4B6C;
}
.TagClassName
{
border-color: #BA4B6C;
}
</style>