Shades of Turkish Rose #BA696A
Tints of Turkish Rose #BA696A
RGB
CMYK
RGB Variations
Color information
#BA696A (or 0xBA696A) is known color: Turkish Rose. HEX triplet: BA, 69 and 6A. RGB value is (186,105,106). Sum of RGB (Red+Green+Blue) = 186+105+106=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696A is #459695. Grayscale: #818181. Windows color (decimal): -4560534 or 6973882. OLE color: 6973882.
HSL color Cylindrical-coordinate representation of color #BA696A: hue angle of 359.26º 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 #BA696A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 106 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.27 |
| HSL | 359.26º | 0.37% | 0.57% | - |
| HSV(B) | 359.26º | 0.44% | 0.73% | - |
| XYZ | 27.9 | 21.58 | 16.33 | - |
| YUV | 129.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 106 | 0 | 0.44 | 0.43 | 0.27 | 359.26 | 0.37 | 0.57 |
| Hex | BA | 69 | 6A | 0 | 2C | 2B | 1B | 167 | 25 | 39 |
| Octal | 272 | 151 | 152 | 0 | 54 | 53 | 33 | 547 | 45 | 71 |
| Binary | 10111010 | 1101001 | 1101010 | 0 | 101100 | 101011 | 11011 | 101100111 | 100101 | 111001 |
Color Harmonies of #BA696A
Complementary color
Monochromatic Colors of #BA696A
Black with #BA696A
Text Example
Text Example
White with #BA696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA696A; }
p { color: rgb(186,105,106); }
H1.HeaderClassName
{
color: #BA696A;
}
.AnyTagClassName
{
color: #BA696A;
}
</style>
background-color css
<style>
a { background-color: #BA696A; }
a { background-color: rgb(186,105,106); }
div.DivClassName
{
background-color: #BA696A;
}
.BgClassName
{
background-color: #BA696A;
}
</style>
border-color css
<style>
span { border-color: #BA696A; }
span { border-color: rgb(186,105,106); }
td.TdClassName
{
border-color: #BA696A;
}
.TagClassName
{
border-color: #BA696A;
}
</style>