Shades of Turkish Rose #BA7176
Tints of Turkish Rose #BA7176
RGB
CMYK
RGB Variations
Color information
#BA7176 (or 0xBA7176) is known color: Turkish Rose. HEX triplet: BA, 71 and 76. RGB value is (186,113,118). Sum of RGB (Red+Green+Blue) = 186+113+118=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7176 is #458E89. Grayscale: #878787. Windows color (decimal): -4558474 or 7762362. OLE color: 7762362.
HSL color Cylindrical-coordinate representation of color #BA7176: hue angle of 355.89º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7176 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 118 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.27 |
| HSL | 355.89º | 0.35% | 0.59% | - |
| HSV(B) | 355.89º | 0.39% | 0.73% | - |
| XYZ | 29.42 | 23.56 | 20.14 | - |
| YUV | 135.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 118 | 0 | 0.39 | 0.37 | 0.27 | 355.89 | 0.35 | 0.59 |
| Hex | BA | 71 | 76 | 0 | 27 | 25 | 1B | 164 | 23 | 3B |
| Octal | 272 | 161 | 166 | 0 | 47 | 45 | 33 | 544 | 43 | 73 |
| Binary | 10111010 | 1110001 | 1110110 | 0 | 100111 | 100101 | 11011 | 101100100 | 100011 | 111011 |
Color Harmonies of #BA7176
Complementary color
Monochromatic Colors of #BA7176
Black with #BA7176
Text Example
Text Example
White with #BA7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7176; }
p { color: rgb(186,113,118); }
H1.HeaderClassName
{
color: #BA7176;
}
.AnyTagClassName
{
color: #BA7176;
}
</style>
background-color css
<style>
a { background-color: #BA7176; }
a { background-color: rgb(186,113,118); }
div.DivClassName
{
background-color: #BA7176;
}
.BgClassName
{
background-color: #BA7176;
}
</style>
border-color css
<style>
span { border-color: #BA7176; }
span { border-color: rgb(186,113,118); }
td.TdClassName
{
border-color: #BA7176;
}
.TagClassName
{
border-color: #BA7176;
}
</style>