Shades of Turkish Rose #BA666A
Tints of Turkish Rose #BA666A
RGB
CMYK
RGB Variations
Color information
#BA666A (or 0xBA666A) is known color: Turkish Rose. HEX triplet: BA, 66 and 6A. RGB value is (186,102,106). Sum of RGB (Red+Green+Blue) = 186+102+106=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA666A is #459995. Grayscale: #7F7F7F. Windows color (decimal): -4561302 or 6973114. OLE color: 6973114.
HSL color Cylindrical-coordinate representation of color #BA666A: hue angle of 357.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA666A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 106 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.27 |
| HSL | 357.14º | 0.38% | 0.56% | - |
| HSV(B) | 357.14º | 0.45% | 0.73% | - |
| XYZ | 27.6 | 20.98 | 16.23 | - |
| YUV | 127.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 106 | 0 | 0.45 | 0.43 | 0.27 | 357.14 | 0.38 | 0.56 |
| Hex | BA | 66 | 6A | 0 | 2D | 2B | 1B | 165 | 26 | 38 |
| Octal | 272 | 146 | 152 | 0 | 55 | 53 | 33 | 545 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1101010 | 0 | 101101 | 101011 | 11011 | 101100101 | 100110 | 111000 |
Color Harmonies of #BA666A
Complementary color
Monochromatic Colors of #BA666A
Black with #BA666A
Text Example
Text Example
White with #BA666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA666A; }
p { color: rgb(186,102,106); }
H1.HeaderClassName
{
color: #BA666A;
}
.AnyTagClassName
{
color: #BA666A;
}
</style>
background-color css
<style>
a { background-color: #BA666A; }
a { background-color: rgb(186,102,106); }
div.DivClassName
{
background-color: #BA666A;
}
.BgClassName
{
background-color: #BA666A;
}
</style>
border-color css
<style>
span { border-color: #BA666A; }
span { border-color: rgb(186,102,106); }
td.TdClassName
{
border-color: #BA666A;
}
.TagClassName
{
border-color: #BA666A;
}
</style>