Shades of Turkish Rose #BA6B6F
Tints of Turkish Rose #BA6B6F
RGB
CMYK
RGB Variations
Color information
#BA6B6F (or 0xBA6B6F) is known color: Turkish Rose. HEX triplet: BA, 6B and 6F. RGB value is (186,107,111). Sum of RGB (Red+Green+Blue) = 186+107+111=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B6F is #459490. Grayscale: #838383. Windows color (decimal): -4560017 or 7302074. OLE color: 7302074.
HSL color Cylindrical-coordinate representation of color #BA6B6F: hue angle of 356.96º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B6F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 111 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.27 |
| HSL | 356.96º | 0.36% | 0.57% | - |
| HSV(B) | 356.96º | 0.42% | 0.73% | - |
| XYZ | 28.38 | 22.1 | 17.81 | - |
| YUV | 131.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 111 | 0 | 0.42 | 0.40 | 0.27 | 356.96 | 0.36 | 0.57 |
| Hex | BA | 6B | 6F | 0 | 2A | 28 | 1B | 165 | 24 | 39 |
| Octal | 272 | 153 | 157 | 0 | 52 | 50 | 33 | 545 | 44 | 71 |
| Binary | 10111010 | 1101011 | 1101111 | 0 | 101010 | 101000 | 11011 | 101100101 | 100100 | 111001 |
Color Harmonies of #BA6B6F
Complementary color
Monochromatic Colors of #BA6B6F
Black with #BA6B6F
Text Example
Text Example
White with #BA6B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B6F; }
p { color: rgb(186,107,111); }
H1.HeaderClassName
{
color: #BA6B6F;
}
.AnyTagClassName
{
color: #BA6B6F;
}
</style>
background-color css
<style>
a { background-color: #BA6B6F; }
a { background-color: rgb(186,107,111); }
div.DivClassName
{
background-color: #BA6B6F;
}
.BgClassName
{
background-color: #BA6B6F;
}
</style>
border-color css
<style>
span { border-color: #BA6B6F; }
span { border-color: rgb(186,107,111); }
td.TdClassName
{
border-color: #BA6B6F;
}
.TagClassName
{
border-color: #BA6B6F;
}
</style>