Shades of Turkish Rose #BA6673
Tints of Turkish Rose #BA6673
RGB
CMYK
RGB Variations
Color information
#BA6673 (or 0xBA6673) is known color: Turkish Rose. HEX triplet: BA, 66 and 73. RGB value is (186,102,115). Sum of RGB (Red+Green+Blue) = 186+102+115=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6673 is #45998C. Grayscale: #808080. Windows color (decimal): -4561293 or 7562938. OLE color: 7562938.
HSL color Cylindrical-coordinate representation of color #BA6673: hue angle of 350.71º 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 #BA6673 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 115 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.27 |
| HSL | 350.71º | 0.38% | 0.56% | - |
| HSV(B) | 350.71º | 0.45% | 0.73% | - |
| XYZ | 28.1 | 21.18 | 18.83 | - |
| YUV | 128.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 115 | 0 | 0.45 | 0.38 | 0.27 | 350.71 | 0.38 | 0.56 |
| Hex | BA | 66 | 73 | 0 | 2D | 26 | 1B | 15F | 26 | 38 |
| Octal | 272 | 146 | 163 | 0 | 55 | 46 | 33 | 537 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1110011 | 0 | 101101 | 100110 | 11011 | 101011111 | 100110 | 111000 |
Color Harmonies of #BA6673
Complementary color
Monochromatic Colors of #BA6673
Black with #BA6673
Text Example
Text Example
White with #BA6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6673; }
p { color: rgb(186,102,115); }
H1.HeaderClassName
{
color: #BA6673;
}
.AnyTagClassName
{
color: #BA6673;
}
</style>
background-color css
<style>
a { background-color: #BA6673; }
a { background-color: rgb(186,102,115); }
div.DivClassName
{
background-color: #BA6673;
}
.BgClassName
{
background-color: #BA6673;
}
</style>
border-color css
<style>
span { border-color: #BA6673; }
span { border-color: rgb(186,102,115); }
td.TdClassName
{
border-color: #BA6673;
}
.TagClassName
{
border-color: #BA6673;
}
</style>