Shades of Blush #BA4163
Tints of Blush #BA4163
RGB
CMYK
RGB Variations
Color information
#BA4163 (or 0xBA4163) is known color: Blush. HEX triplet: BA, 41 and 63. RGB value is (186,65,99). Sum of RGB (Red+Green+Blue) = 186+65+99=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4163 is #45BE9C. Grayscale: #696969. Windows color (decimal): -4570781 or 6504890. OLE color: 6504890.
HSL color Cylindrical-coordinate representation of color #BA4163: hue angle of 343.14º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4163 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 99 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.27 |
| HSL | 343.14º | 0.48% | 0.49% | - |
| HSV(B) | 343.14º | 0.65% | 0.73% | - |
| XYZ | 24.39 | 15.12 | 13.44 | - |
| YUV | 105.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 99 | 0 | 0.65 | 0.47 | 0.27 | 343.14 | 0.48 | 0.49 |
| Hex | BA | 41 | 63 | 0 | 41 | 2F | 1B | 157 | 30 | 31 |
| Octal | 272 | 101 | 143 | 0 | 101 | 57 | 33 | 527 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1100011 | 0 | 1000001 | 101111 | 11011 | 101010111 | 110000 | 110001 |
Color Harmonies of #BA4163
Complementary color
Monochromatic Colors of #BA4163
Black with #BA4163
Text Example
Text Example
White with #BA4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4163; }
p { color: rgb(186,65,99); }
H1.HeaderClassName
{
color: #BA4163;
}
.AnyTagClassName
{
color: #BA4163;
}
</style>
background-color css
<style>
a { background-color: #BA4163; }
a { background-color: rgb(186,65,99); }
div.DivClassName
{
background-color: #BA4163;
}
.BgClassName
{
background-color: #BA4163;
}
</style>
border-color css
<style>
span { border-color: #BA4163; }
span { border-color: rgb(186,65,99); }
td.TdClassName
{
border-color: #BA4163;
}
.TagClassName
{
border-color: #BA4163;
}
</style>