Shades of Turkish Rose #BA7A7B
Tints of Turkish Rose #BA7A7B
RGB
CMYK
RGB Variations
Color information
#BA7A7B (or 0xBA7A7B) is known color: Turkish Rose. HEX triplet: BA, 7A and 7B. RGB value is (186,122,123). Sum of RGB (Red+Green+Blue) = 186+122+123=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A7B is #458584. Grayscale: #8D8D8D. Windows color (decimal): -4556165 or 8092346. OLE color: 8092346.
HSL color Cylindrical-coordinate representation of color #BA7A7B: hue angle of 359.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A7B is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 123 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.27 |
| HSL | 359.06º | 0.32% | 0.6% | - |
| HSV(B) | 359.06º | 0.34% | 0.73% | - |
| XYZ | 30.78 | 25.79 | 22.09 | - |
| YUV | 141.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 123 | 0 | 0.34 | 0.34 | 0.27 | 359.06 | 0.32 | 0.6 |
| Hex | BA | 7A | 7B | 0 | 22 | 22 | 1B | 167 | 20 | 3C |
| Octal | 272 | 172 | 173 | 0 | 42 | 42 | 33 | 547 | 40 | 74 |
| Binary | 10111010 | 1111010 | 1111011 | 0 | 100010 | 100010 | 11011 | 101100111 | 100000 | 111100 |
Color Harmonies of #BA7A7B
Complementary color
Monochromatic Colors of #BA7A7B
Black with #BA7A7B
Text Example
Text Example
White with #BA7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A7B; }
p { color: rgb(186,122,123); }
H1.HeaderClassName
{
color: #BA7A7B;
}
.AnyTagClassName
{
color: #BA7A7B;
}
</style>
background-color css
<style>
a { background-color: #BA7A7B; }
a { background-color: rgb(186,122,123); }
div.DivClassName
{
background-color: #BA7A7B;
}
.BgClassName
{
background-color: #BA7A7B;
}
</style>
border-color css
<style>
span { border-color: #BA7A7B; }
span { border-color: rgb(186,122,123); }
td.TdClassName
{
border-color: #BA7A7B;
}
.TagClassName
{
border-color: #BA7A7B;
}
</style>