Shades of Turkish Rose #BA7679
Tints of Turkish Rose #BA7679
RGB
CMYK
RGB Variations
Color information
#BA7679 (or 0xBA7679) is known color: Turkish Rose. HEX triplet: BA, 76 and 79. RGB value is (186,118,121). Sum of RGB (Red+Green+Blue) = 186+118+121=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7679 is #458986. Grayscale: #8A8A8A. Windows color (decimal): -4557191 or 7960250. OLE color: 7960250.
HSL color Cylindrical-coordinate representation of color #BA7679: hue angle of 357.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7679 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 121 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.27 |
| HSL | 357.35º | 0.33% | 0.6% | - |
| HSV(B) | 357.35º | 0.37% | 0.73% | - |
| XYZ | 30.18 | 24.78 | 21.28 | - |
| YUV | 138.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 121 | 0 | 0.37 | 0.35 | 0.27 | 357.35 | 0.33 | 0.6 |
| Hex | BA | 76 | 79 | 0 | 25 | 23 | 1B | 165 | 21 | 3C |
| Octal | 272 | 166 | 171 | 0 | 45 | 43 | 33 | 545 | 41 | 74 |
| Binary | 10111010 | 1110110 | 1111001 | 0 | 100101 | 100011 | 11011 | 101100101 | 100001 | 111100 |
Color Harmonies of #BA7679
Complementary color
Monochromatic Colors of #BA7679
Black with #BA7679
Text Example
Text Example
White with #BA7679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7679; }
p { color: rgb(186,118,121); }
H1.HeaderClassName
{
color: #BA7679;
}
.AnyTagClassName
{
color: #BA7679;
}
</style>
background-color css
<style>
a { background-color: #BA7679; }
a { background-color: rgb(186,118,121); }
div.DivClassName
{
background-color: #BA7679;
}
.BgClassName
{
background-color: #BA7679;
}
</style>
border-color css
<style>
span { border-color: #BA7679; }
span { border-color: rgb(186,118,121); }
td.TdClassName
{
border-color: #BA7679;
}
.TagClassName
{
border-color: #BA7679;
}
</style>