Shades of Turkish Rose #BA7178
Tints of Turkish Rose #BA7178
RGB
CMYK
RGB Variations
Color information
#BA7178 (or 0xBA7178) is known color: Turkish Rose. HEX triplet: BA, 71 and 78. RGB value is (186,113,120). Sum of RGB (Red+Green+Blue) = 186+113+120=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7178 is #458E87. Grayscale: #878787. Windows color (decimal): -4558472 or 7893434. OLE color: 7893434.
HSL color Cylindrical-coordinate representation of color #BA7178: hue angle of 354.25º 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 #BA7178 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 120 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.27 |
| HSL | 354.25º | 0.35% | 0.59% | - |
| HSV(B) | 354.25º | 0.39% | 0.73% | - |
| XYZ | 29.54 | 23.61 | 20.77 | - |
| YUV | 135.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 120 | 0 | 0.39 | 0.35 | 0.27 | 354.25 | 0.35 | 0.59 |
| Hex | BA | 71 | 78 | 0 | 27 | 23 | 1B | 162 | 23 | 3B |
| Octal | 272 | 161 | 170 | 0 | 47 | 43 | 33 | 542 | 43 | 73 |
| Binary | 10111010 | 1110001 | 1111000 | 0 | 100111 | 100011 | 11011 | 101100010 | 100011 | 111011 |
Color Harmonies of #BA7178
Complementary color
Monochromatic Colors of #BA7178
Black with #BA7178
Text Example
Text Example
White with #BA7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7178; }
p { color: rgb(186,113,120); }
H1.HeaderClassName
{
color: #BA7178;
}
.AnyTagClassName
{
color: #BA7178;
}
</style>
background-color css
<style>
a { background-color: #BA7178; }
a { background-color: rgb(186,113,120); }
div.DivClassName
{
background-color: #BA7178;
}
.BgClassName
{
background-color: #BA7178;
}
</style>
border-color css
<style>
span { border-color: #BA7178; }
span { border-color: rgb(186,113,120); }
td.TdClassName
{
border-color: #BA7178;
}
.TagClassName
{
border-color: #BA7178;
}
</style>