Shades of Blush #BA6163
Tints of Blush #BA6163
RGB
CMYK
RGB Variations
Color information
#BA6163 (or 0xBA6163) is known color: Blush. HEX triplet: BA, 61 and 63. RGB value is (186,97,99). Sum of RGB (Red+Green+Blue) = 186+97+99=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6163 is #459E9C. Grayscale: #7B7B7B. Windows color (decimal): -4562589 or 6513082. OLE color: 6513082.
HSL color Cylindrical-coordinate representation of color #BA6163: hue angle of 358.65º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6163 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 99 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.27 |
| HSL | 358.65º | 0.39% | 0.55% | - |
| HSV(B) | 358.65º | 0.48% | 0.73% | - |
| XYZ | 26.78 | 19.89 | 14.23 | - |
| YUV | 123.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 99 | 0 | 0.48 | 0.47 | 0.27 | 358.65 | 0.39 | 0.55 |
| Hex | BA | 61 | 63 | 0 | 30 | 2F | 1B | 167 | 27 | 37 |
| Octal | 272 | 141 | 143 | 0 | 60 | 57 | 33 | 547 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1100011 | 0 | 110000 | 101111 | 11011 | 101100111 | 100111 | 110111 |
Color Harmonies of #BA6163
Complementary color
Monochromatic Colors of #BA6163
Black with #BA6163
Text Example
Text Example
White with #BA6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6163; }
p { color: rgb(186,97,99); }
H1.HeaderClassName
{
color: #BA6163;
}
.AnyTagClassName
{
color: #BA6163;
}
</style>
background-color css
<style>
a { background-color: #BA6163; }
a { background-color: rgb(186,97,99); }
div.DivClassName
{
background-color: #BA6163;
}
.BgClassName
{
background-color: #BA6163;
}
</style>
border-color css
<style>
span { border-color: #BA6163; }
span { border-color: rgb(186,97,99); }
td.TdClassName
{
border-color: #BA6163;
}
.TagClassName
{
border-color: #BA6163;
}
</style>