Shades of Blush #BA5167
Tints of Blush #BA5167
RGB
CMYK
RGB Variations
Color information
#BA5167 (or 0xBA5167) is known color: Blush. HEX triplet: BA, 51 and 67. RGB value is (186,81,103). Sum of RGB (Red+Green+Blue) = 186+81+103=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5167 is #45AE98. Grayscale: #727272. Windows color (decimal): -4566681 or 6771130. OLE color: 6771130.
HSL color Cylindrical-coordinate representation of color #BA5167: hue angle of 347.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5167 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 103 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.27 |
| HSL | 347.43º | 0.43% | 0.52% | - |
| HSV(B) | 347.43º | 0.56% | 0.73% | - |
| XYZ | 25.64 | 17.3 | 14.82 | - |
| YUV | 114.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 103 | 0 | 0.56 | 0.45 | 0.27 | 347.43 | 0.43 | 0.52 |
| Hex | BA | 51 | 67 | 0 | 38 | 2D | 1B | 15B | 2B | 34 |
| Octal | 272 | 121 | 147 | 0 | 70 | 55 | 33 | 533 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1100111 | 0 | 111000 | 101101 | 11011 | 101011011 | 101011 | 110100 |
Color Harmonies of #BA5167
Complementary color
Monochromatic Colors of #BA5167
Black with #BA5167
Text Example
Text Example
White with #BA5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5167; }
p { color: rgb(186,81,103); }
H1.HeaderClassName
{
color: #BA5167;
}
.AnyTagClassName
{
color: #BA5167;
}
</style>
background-color css
<style>
a { background-color: #BA5167; }
a { background-color: rgb(186,81,103); }
div.DivClassName
{
background-color: #BA5167;
}
.BgClassName
{
background-color: #BA5167;
}
</style>
border-color css
<style>
span { border-color: #BA5167; }
span { border-color: rgb(186,81,103); }
td.TdClassName
{
border-color: #BA5167;
}
.TagClassName
{
border-color: #BA5167;
}
</style>