Shades of Blush #BA646B
Tints of Blush #BA646B
RGB
CMYK
RGB Variations
Color information
#BA646B (or 0xBA646B) is known color: Blush. HEX triplet: BA, 64 and 6B. RGB value is (186,100,107). Sum of RGB (Red+Green+Blue) = 186+100+107=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646B is #459B94. Grayscale: #7E7E7E. Windows color (decimal): -4561813 or 7038138. OLE color: 7038138.
HSL color Cylindrical-coordinate representation of color #BA646B: hue angle of 355.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA646B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 107 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.27 |
| HSL | 355.12º | 0.38% | 0.56% | - |
| HSV(B) | 355.12º | 0.46% | 0.73% | - |
| XYZ | 27.46 | 20.61 | 16.44 | - |
| YUV | 126.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 107 | 0 | 0.46 | 0.42 | 0.27 | 355.12 | 0.38 | 0.56 |
| Hex | BA | 64 | 6B | 0 | 2E | 2A | 1B | 163 | 26 | 38 |
| Octal | 272 | 144 | 153 | 0 | 56 | 52 | 33 | 543 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1101011 | 0 | 101110 | 101010 | 11011 | 101100011 | 100110 | 111000 |
Color Harmonies of #BA646B
Complementary color
Monochromatic Colors of #BA646B
Black with #BA646B
Text Example
Text Example
White with #BA646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA646B; }
p { color: rgb(186,100,107); }
H1.HeaderClassName
{
color: #BA646B;
}
.AnyTagClassName
{
color: #BA646B;
}
</style>
background-color css
<style>
a { background-color: #BA646B; }
a { background-color: rgb(186,100,107); }
div.DivClassName
{
background-color: #BA646B;
}
.BgClassName
{
background-color: #BA646B;
}
</style>
border-color css
<style>
span { border-color: #BA646B; }
span { border-color: rgb(186,100,107); }
td.TdClassName
{
border-color: #BA646B;
}
.TagClassName
{
border-color: #BA646B;
}
</style>