Shades of Turkish Rose #B16D79
Tints of Turkish Rose #B16D79
RGB
CMYK
RGB Variations
Color information
#B16D79 (or 0xB16D79) is known color: Turkish Rose. HEX triplet: B1, 6D and 79. RGB value is (177,109,121). Sum of RGB (Red+Green+Blue) = 177+109+121=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D79 is #4E9286. Grayscale: #828282. Windows color (decimal): -5149319 or 7957937. OLE color: 7957937.
HSL color Cylindrical-coordinate representation of color #B16D79: hue angle of 349.41º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16D79 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 121 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.31 |
| HSL | 349.41º | 0.3% | 0.56% | - |
| HSV(B) | 349.41º | 0.38% | 0.69% | - |
| XYZ | 27.05 | 21.66 | 20.85 | - |
| YUV | 130.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 121 | 0 | 0.38 | 0.32 | 0.31 | 349.41 | 0.3 | 0.56 |
| Hex | B1 | 6D | 79 | 0 | 26 | 20 | 1F | 15D | 1E | 38 |
| Octal | 261 | 155 | 171 | 0 | 46 | 40 | 37 | 535 | 36 | 70 |
| Binary | 10110001 | 1101101 | 1111001 | 0 | 100110 | 100000 | 11111 | 101011101 | 11110 | 111000 |
Color Harmonies of #B16D79
Complementary color
Monochromatic Colors of #B16D79
Black with #B16D79
Text Example
Text Example
White with #B16D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D79; }
p { color: rgb(177,109,121); }
H1.HeaderClassName
{
color: #B16D79;
}
.AnyTagClassName
{
color: #B16D79;
}
</style>
background-color css
<style>
a { background-color: #B16D79; }
a { background-color: rgb(177,109,121); }
div.DivClassName
{
background-color: #B16D79;
}
.BgClassName
{
background-color: #B16D79;
}
</style>
border-color css
<style>
span { border-color: #B16D79; }
span { border-color: rgb(177,109,121); }
td.TdClassName
{
border-color: #B16D79;
}
.TagClassName
{
border-color: #B16D79;
}
</style>