Shades of Turkish Rose #BA6B73
Tints of Turkish Rose #BA6B73
RGB
CMYK
RGB Variations
Color information
#BA6B73 (or 0xBA6B73) is known color: Turkish Rose. HEX triplet: BA, 6B and 73. RGB value is (186,107,115). Sum of RGB (Red+Green+Blue) = 186+107+115=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B73 is #45948C. Grayscale: #838383. Windows color (decimal): -4560013 or 7564218. OLE color: 7564218.
HSL color Cylindrical-coordinate representation of color #BA6B73: hue angle of 353.92º 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 #BA6B73 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 115 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.27 |
| HSL | 353.92º | 0.36% | 0.57% | - |
| HSV(B) | 353.92º | 0.42% | 0.73% | - |
| XYZ | 28.6 | 22.19 | 19 | - |
| YUV | 131.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 115 | 0 | 0.42 | 0.38 | 0.27 | 353.92 | 0.36 | 0.57 |
| Hex | BA | 6B | 73 | 0 | 2A | 26 | 1B | 162 | 24 | 39 |
| Octal | 272 | 153 | 163 | 0 | 52 | 46 | 33 | 542 | 44 | 71 |
| Binary | 10111010 | 1101011 | 1110011 | 0 | 101010 | 100110 | 11011 | 101100010 | 100100 | 111001 |
Color Harmonies of #BA6B73
Complementary color
Monochromatic Colors of #BA6B73
Black with #BA6B73
Text Example
Text Example
White with #BA6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B73; }
p { color: rgb(186,107,115); }
H1.HeaderClassName
{
color: #BA6B73;
}
.AnyTagClassName
{
color: #BA6B73;
}
</style>
background-color css
<style>
a { background-color: #BA6B73; }
a { background-color: rgb(186,107,115); }
div.DivClassName
{
background-color: #BA6B73;
}
.BgClassName
{
background-color: #BA6B73;
}
</style>
border-color css
<style>
span { border-color: #BA6B73; }
span { border-color: rgb(186,107,115); }
td.TdClassName
{
border-color: #BA6B73;
}
.TagClassName
{
border-color: #BA6B73;
}
</style>