Shades of Turkish Rose #BA787B
Tints of Turkish Rose #BA787B
RGB
CMYK
RGB Variations
Color information
#BA787B (or 0xBA787B) is known color: Turkish Rose. HEX triplet: BA, 78 and 7B. RGB value is (186,120,123). Sum of RGB (Red+Green+Blue) = 186+120+123=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787B is #458784. Grayscale: #8C8C8C. Windows color (decimal): -4556677 or 8091834. OLE color: 8091834.
HSL color Cylindrical-coordinate representation of color #BA787B: hue angle of 357.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA787B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 123 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.27 |
| HSL | 357.27º | 0.32% | 0.6% | - |
| HSV(B) | 357.27º | 0.35% | 0.73% | - |
| XYZ | 30.54 | 25.3 | 22.01 | - |
| YUV | 140.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 123 | 0 | 0.35 | 0.34 | 0.27 | 357.27 | 0.32 | 0.6 |
| Hex | BA | 78 | 7B | 0 | 23 | 22 | 1B | 165 | 20 | 3C |
| Octal | 272 | 170 | 173 | 0 | 43 | 42 | 33 | 545 | 40 | 74 |
| Binary | 10111010 | 1111000 | 1111011 | 0 | 100011 | 100010 | 11011 | 101100101 | 100000 | 111100 |
Color Harmonies of #BA787B
Complementary color
Monochromatic Colors of #BA787B
Black with #BA787B
Text Example
Text Example
White with #BA787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA787B; }
p { color: rgb(186,120,123); }
H1.HeaderClassName
{
color: #BA787B;
}
.AnyTagClassName
{
color: #BA787B;
}
</style>
background-color css
<style>
a { background-color: #BA787B; }
a { background-color: rgb(186,120,123); }
div.DivClassName
{
background-color: #BA787B;
}
.BgClassName
{
background-color: #BA787B;
}
</style>
border-color css
<style>
span { border-color: #BA787B; }
span { border-color: rgb(186,120,123); }
td.TdClassName
{
border-color: #BA787B;
}
.TagClassName
{
border-color: #BA787B;
}
</style>