Shades of Turkish Rose #BA666B
Tints of Turkish Rose #BA666B
RGB
CMYK
RGB Variations
Color information
#BA666B (or 0xBA666B) is known color: Turkish Rose. HEX triplet: BA, 66 and 6B. RGB value is (186,102,107). Sum of RGB (Red+Green+Blue) = 186+102+107=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA666B is #459994. Grayscale: #7F7F7F. Windows color (decimal): -4561301 or 7038650. OLE color: 7038650.
HSL color Cylindrical-coordinate representation of color #BA666B: hue angle of 356.43º 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 #BA666B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 107 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.27 |
| HSL | 356.43º | 0.38% | 0.56% | - |
| HSV(B) | 356.43º | 0.45% | 0.73% | - |
| XYZ | 27.65 | 21 | 16.51 | - |
| YUV | 127.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 107 | 0 | 0.45 | 0.42 | 0.27 | 356.43 | 0.38 | 0.56 |
| Hex | BA | 66 | 6B | 0 | 2D | 2A | 1B | 164 | 26 | 38 |
| Octal | 272 | 146 | 153 | 0 | 55 | 52 | 33 | 544 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1101011 | 0 | 101101 | 101010 | 11011 | 101100100 | 100110 | 111000 |
Color Harmonies of #BA666B
Complementary color
Monochromatic Colors of #BA666B
Black with #BA666B
Text Example
Text Example
White with #BA666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA666B; }
p { color: rgb(186,102,107); }
H1.HeaderClassName
{
color: #BA666B;
}
.AnyTagClassName
{
color: #BA666B;
}
</style>
background-color css
<style>
a { background-color: #BA666B; }
a { background-color: rgb(186,102,107); }
div.DivClassName
{
background-color: #BA666B;
}
.BgClassName
{
background-color: #BA666B;
}
</style>
border-color css
<style>
span { border-color: #BA666B; }
span { border-color: rgb(186,102,107); }
td.TdClassName
{
border-color: #BA666B;
}
.TagClassName
{
border-color: #BA666B;
}
</style>