Shades of Turkish Rose #B16D75
Tints of Turkish Rose #B16D75
RGB
CMYK
RGB Variations
Color information
#B16D75 (or 0xB16D75) is known color: Turkish Rose. HEX triplet: B1, 6D and 75. RGB value is (177,109,117). Sum of RGB (Red+Green+Blue) = 177+109+117=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D75 is #4E928A. Grayscale: #828282. Windows color (decimal): -5149323 or 7695793. OLE color: 7695793.
HSL color Cylindrical-coordinate representation of color #B16D75: hue angle of 352.94º 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 #B16D75 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 117 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.31 |
| HSL | 352.94º | 0.3% | 0.56% | - |
| HSV(B) | 352.94º | 0.38% | 0.69% | - |
| XYZ | 26.81 | 21.57 | 19.58 | - |
| YUV | 130.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 117 | 0 | 0.38 | 0.34 | 0.31 | 352.94 | 0.3 | 0.56 |
| Hex | B1 | 6D | 75 | 0 | 26 | 22 | 1F | 161 | 1E | 38 |
| Octal | 261 | 155 | 165 | 0 | 46 | 42 | 37 | 541 | 36 | 70 |
| Binary | 10110001 | 1101101 | 1110101 | 0 | 100110 | 100010 | 11111 | 101100001 | 11110 | 111000 |
Color Harmonies of #B16D75
Complementary color
Monochromatic Colors of #B16D75
Black with #B16D75
Text Example
Text Example
White with #B16D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D75; }
p { color: rgb(177,109,117); }
H1.HeaderClassName
{
color: #B16D75;
}
.AnyTagClassName
{
color: #B16D75;
}
</style>
background-color css
<style>
a { background-color: #B16D75; }
a { background-color: rgb(177,109,117); }
div.DivClassName
{
background-color: #B16D75;
}
.BgClassName
{
background-color: #B16D75;
}
</style>
border-color css
<style>
span { border-color: #B16D75; }
span { border-color: rgb(177,109,117); }
td.TdClassName
{
border-color: #B16D75;
}
.TagClassName
{
border-color: #B16D75;
}
</style>