Shades of Turkish Rose #BA696B
Tints of Turkish Rose #BA696B
RGB
CMYK
RGB Variations
Color information
#BA696B (or 0xBA696B) is known color: Turkish Rose. HEX triplet: BA, 69 and 6B. RGB value is (186,105,107). Sum of RGB (Red+Green+Blue) = 186+105+107=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696B is #459694. Grayscale: #818181. Windows color (decimal): -4560533 or 7039418. OLE color: 7039418.
HSL color Cylindrical-coordinate representation of color #BA696B: hue angle of 358.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA696B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 107 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.27 |
| HSL | 358.52º | 0.37% | 0.57% | - |
| HSV(B) | 358.52º | 0.44% | 0.73% | - |
| XYZ | 27.96 | 21.6 | 16.61 | - |
| YUV | 129.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 107 | 0 | 0.44 | 0.42 | 0.27 | 358.52 | 0.37 | 0.57 |
| Hex | BA | 69 | 6B | 0 | 2C | 2A | 1B | 167 | 25 | 39 |
| Octal | 272 | 151 | 153 | 0 | 54 | 52 | 33 | 547 | 45 | 71 |
| Binary | 10111010 | 1101001 | 1101011 | 0 | 101100 | 101010 | 11011 | 101100111 | 100101 | 111001 |
Color Harmonies of #BA696B
Complementary color
Monochromatic Colors of #BA696B
Black with #BA696B
Text Example
Text Example
White with #BA696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA696B; }
p { color: rgb(186,105,107); }
H1.HeaderClassName
{
color: #BA696B;
}
.AnyTagClassName
{
color: #BA696B;
}
</style>
background-color css
<style>
a { background-color: #BA696B; }
a { background-color: rgb(186,105,107); }
div.DivClassName
{
background-color: #BA696B;
}
.BgClassName
{
background-color: #BA696B;
}
</style>
border-color css
<style>
span { border-color: #BA696B; }
span { border-color: rgb(186,105,107); }
td.TdClassName
{
border-color: #BA696B;
}
.TagClassName
{
border-color: #BA696B;
}
</style>