Shades of Turkish Rose #BA797B
Tints of Turkish Rose #BA797B
RGB
CMYK
RGB Variations
Color information
#BA797B (or 0xBA797B) is known color: Turkish Rose. HEX triplet: BA, 79 and 7B. RGB value is (186,121,123). Sum of RGB (Red+Green+Blue) = 186+121+123=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA797B is #458684. Grayscale: #8C8C8C. Windows color (decimal): -4556421 or 8092090. OLE color: 8092090.
HSL color Cylindrical-coordinate representation of color #BA797B: hue angle of 358.15º 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 #BA797B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 123 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.27 |
| HSL | 358.15º | 0.32% | 0.6% | - |
| HSV(B) | 358.15º | 0.35% | 0.73% | - |
| XYZ | 30.66 | 25.54 | 22.05 | - |
| YUV | 140.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 123 | 0 | 0.35 | 0.34 | 0.27 | 358.15 | 0.32 | 0.6 |
| Hex | BA | 79 | 7B | 0 | 23 | 22 | 1B | 166 | 20 | 3C |
| Octal | 272 | 171 | 173 | 0 | 43 | 42 | 33 | 546 | 40 | 74 |
| Binary | 10111010 | 1111001 | 1111011 | 0 | 100011 | 100010 | 11011 | 101100110 | 100000 | 111100 |
Color Harmonies of #BA797B
Complementary color
Monochromatic Colors of #BA797B
Black with #BA797B
Text Example
Text Example
White with #BA797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA797B; }
p { color: rgb(186,121,123); }
H1.HeaderClassName
{
color: #BA797B;
}
.AnyTagClassName
{
color: #BA797B;
}
</style>
background-color css
<style>
a { background-color: #BA797B; }
a { background-color: rgb(186,121,123); }
div.DivClassName
{
background-color: #BA797B;
}
.BgClassName
{
background-color: #BA797B;
}
</style>
border-color css
<style>
span { border-color: #BA797B; }
span { border-color: rgb(186,121,123); }
td.TdClassName
{
border-color: #BA797B;
}
.TagClassName
{
border-color: #BA797B;
}
</style>