Shades of Turkish Rose #BA6973
Tints of Turkish Rose #BA6973
RGB
CMYK
RGB Variations
Color information
#BA6973 (or 0xBA6973) is known color: Turkish Rose. HEX triplet: BA, 69 and 73. RGB value is (186,105,115). Sum of RGB (Red+Green+Blue) = 186+105+115=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6973 is #45968C. Grayscale: #828282. Windows color (decimal): -4560525 or 7563706. OLE color: 7563706.
HSL color Cylindrical-coordinate representation of color #BA6973: hue angle of 352.59º 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 #BA6973 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 115 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.27 |
| HSL | 352.59º | 0.37% | 0.57% | - |
| HSV(B) | 352.59º | 0.44% | 0.73% | - |
| XYZ | 28.4 | 21.78 | 18.93 | - |
| YUV | 130.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 115 | 0 | 0.44 | 0.38 | 0.27 | 352.59 | 0.37 | 0.57 |
| Hex | BA | 69 | 73 | 0 | 2C | 26 | 1B | 161 | 25 | 39 |
| Octal | 272 | 151 | 163 | 0 | 54 | 46 | 33 | 541 | 45 | 71 |
| Binary | 10111010 | 1101001 | 1110011 | 0 | 101100 | 100110 | 11011 | 101100001 | 100101 | 111001 |
Color Harmonies of #BA6973
Complementary color
Monochromatic Colors of #BA6973
Black with #BA6973
Text Example
Text Example
White with #BA6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6973; }
p { color: rgb(186,105,115); }
H1.HeaderClassName
{
color: #BA6973;
}
.AnyTagClassName
{
color: #BA6973;
}
</style>
background-color css
<style>
a { background-color: #BA6973; }
a { background-color: rgb(186,105,115); }
div.DivClassName
{
background-color: #BA6973;
}
.BgClassName
{
background-color: #BA6973;
}
</style>
border-color css
<style>
span { border-color: #BA6973; }
span { border-color: rgb(186,105,115); }
td.TdClassName
{
border-color: #BA6973;
}
.TagClassName
{
border-color: #BA6973;
}
</style>