Shades of Turkish Rose #B16F73
Tints of Turkish Rose #B16F73
RGB
CMYK
RGB Variations
Color information
#B16F73 (or 0xB16F73) is known color: Turkish Rose. HEX triplet: B1, 6F and 73. RGB value is (177,111,115). Sum of RGB (Red+Green+Blue) = 177+111+115=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F73 is #4E908C. Grayscale: #838383. Windows color (decimal): -5148813 or 7565233. OLE color: 7565233.
HSL color Cylindrical-coordinate representation of color #B16F73: hue angle of 356.36º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16F73 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 115 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.31 |
| HSL | 356.36º | 0.3% | 0.56% | - |
| HSV(B) | 356.36º | 0.37% | 0.69% | - |
| XYZ | 26.91 | 21.95 | 19.04 | - |
| YUV | 131.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 115 | 0 | 0.37 | 0.35 | 0.31 | 356.36 | 0.3 | 0.56 |
| Hex | B1 | 6F | 73 | 0 | 25 | 23 | 1F | 164 | 1E | 38 |
| Octal | 261 | 157 | 163 | 0 | 45 | 43 | 37 | 544 | 36 | 70 |
| Binary | 10110001 | 1101111 | 1110011 | 0 | 100101 | 100011 | 11111 | 101100100 | 11110 | 111000 |
Color Harmonies of #B16F73
Complementary color
Monochromatic Colors of #B16F73
Black with #B16F73
Text Example
Text Example
White with #B16F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F73; }
p { color: rgb(177,111,115); }
H1.HeaderClassName
{
color: #B16F73;
}
.AnyTagClassName
{
color: #B16F73;
}
</style>
background-color css
<style>
a { background-color: #B16F73; }
a { background-color: rgb(177,111,115); }
div.DivClassName
{
background-color: #B16F73;
}
.BgClassName
{
background-color: #B16F73;
}
</style>
border-color css
<style>
span { border-color: #B16F73; }
span { border-color: rgb(177,111,115); }
td.TdClassName
{
border-color: #B16F73;
}
.TagClassName
{
border-color: #B16F73;
}
</style>