Shades of Turkish Rose #B16C77
Tints of Turkish Rose #B16C77
RGB
CMYK
RGB Variations
Color information
#B16C77 (or 0xB16C77) is known color: Turkish Rose. HEX triplet: B1, 6C and 77. RGB value is (177,108,119). Sum of RGB (Red+Green+Blue) = 177+108+119=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C77 is #4E9388. Grayscale: #818181. Windows color (decimal): -5149577 or 7826609. OLE color: 7826609.
HSL color Cylindrical-coordinate representation of color #B16C77: hue angle of 350.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16C77 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 119 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.31 |
| HSL | 350.43º | 0.31% | 0.56% | - |
| HSV(B) | 350.43º | 0.39% | 0.69% | - |
| XYZ | 26.82 | 21.4 | 20.17 | - |
| YUV | 129.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 119 | 0 | 0.39 | 0.33 | 0.31 | 350.43 | 0.31 | 0.56 |
| Hex | B1 | 6C | 77 | 0 | 27 | 21 | 1F | 15E | 1F | 38 |
| Octal | 261 | 154 | 167 | 0 | 47 | 41 | 37 | 536 | 37 | 70 |
| Binary | 10110001 | 1101100 | 1110111 | 0 | 100111 | 100001 | 11111 | 101011110 | 11111 | 111000 |
Color Harmonies of #B16C77
Complementary color
Monochromatic Colors of #B16C77
Black with #B16C77
Text Example
Text Example
White with #B16C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C77; }
p { color: rgb(177,108,119); }
H1.HeaderClassName
{
color: #B16C77;
}
.AnyTagClassName
{
color: #B16C77;
}
</style>
background-color css
<style>
a { background-color: #B16C77; }
a { background-color: rgb(177,108,119); }
div.DivClassName
{
background-color: #B16C77;
}
.BgClassName
{
background-color: #B16C77;
}
</style>
border-color css
<style>
span { border-color: #B16C77; }
span { border-color: rgb(177,108,119); }
td.TdClassName
{
border-color: #B16C77;
}
.TagClassName
{
border-color: #B16C77;
}
</style>