Shades of Turkish Rose #B1696F
Tints of Turkish Rose #B1696F
RGB
CMYK
RGB Variations
Color information
#B1696F (or 0xB1696F) is known color: Turkish Rose. HEX triplet: B1, 69 and 6F. RGB value is (177,105,111). Sum of RGB (Red+Green+Blue) = 177+105+111=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696F is #4E9690. Grayscale: #7F7F7F. Windows color (decimal): -5150353 or 7301553. OLE color: 7301553.
HSL color Cylindrical-coordinate representation of color #B1696F: hue angle of 355º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1696F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 111 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.31 |
| HSL | 355º | 0.32% | 0.55% | - |
| HSV(B) | 355º | 0.41% | 0.69% | - |
| XYZ | 26.05 | 20.6 | 17.64 | - |
| YUV | 127.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 111 | 0 | 0.41 | 0.37 | 0.31 | 355 | 0.32 | 0.55 |
| Hex | B1 | 69 | 6F | 0 | 29 | 25 | 1F | 163 | 20 | 37 |
| Octal | 261 | 151 | 157 | 0 | 51 | 45 | 37 | 543 | 40 | 67 |
| Binary | 10110001 | 1101001 | 1101111 | 0 | 101001 | 100101 | 11111 | 101100011 | 100000 | 110111 |
Color Harmonies of #B1696F
Complementary color
Monochromatic Colors of #B1696F
Black with #B1696F
Text Example
Text Example
White with #B1696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1696F; }
p { color: rgb(177,105,111); }
H1.HeaderClassName
{
color: #B1696F;
}
.AnyTagClassName
{
color: #B1696F;
}
</style>
background-color css
<style>
a { background-color: #B1696F; }
a { background-color: rgb(177,105,111); }
div.DivClassName
{
background-color: #B1696F;
}
.BgClassName
{
background-color: #B1696F;
}
</style>
border-color css
<style>
span { border-color: #B1696F; }
span { border-color: rgb(177,105,111); }
td.TdClassName
{
border-color: #B1696F;
}
.TagClassName
{
border-color: #B1696F;
}
</style>