Shades of Turkish Rose #B1696E
Tints of Turkish Rose #B1696E
RGB
CMYK
RGB Variations
Color information
#B1696E (or 0xB1696E) is known color: Turkish Rose. HEX triplet: B1, 69 and 6E. RGB value is (177,105,110). Sum of RGB (Red+Green+Blue) = 177+105+110=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696E is #4E9691. Grayscale: #7F7F7F. Windows color (decimal): -5150354 or 7236017. OLE color: 7236017.
HSL color Cylindrical-coordinate representation of color #B1696E: hue angle of 355.83º 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 #B1696E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 110 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.83º | 0.32% | 0.55% | - |
| HSV(B) | 355.83º | 0.41% | 0.69% | - |
| XYZ | 26 | 20.58 | 17.35 | - |
| YUV | 127.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 110 | 0 | 0.41 | 0.38 | 0.31 | 355.83 | 0.32 | 0.55 |
| Hex | B1 | 69 | 6E | 0 | 29 | 26 | 1F | 164 | 20 | 37 |
| Octal | 261 | 151 | 156 | 0 | 51 | 46 | 37 | 544 | 40 | 67 |
| Binary | 10110001 | 1101001 | 1101110 | 0 | 101001 | 100110 | 11111 | 101100100 | 100000 | 110111 |
Color Harmonies of #B1696E
Complementary color
Monochromatic Colors of #B1696E
Black with #B1696E
Text Example
Text Example
White with #B1696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1696E; }
p { color: rgb(177,105,110); }
H1.HeaderClassName
{
color: #B1696E;
}
.AnyTagClassName
{
color: #B1696E;
}
</style>
background-color css
<style>
a { background-color: #B1696E; }
a { background-color: rgb(177,105,110); }
div.DivClassName
{
background-color: #B1696E;
}
.BgClassName
{
background-color: #B1696E;
}
</style>
border-color css
<style>
span { border-color: #B1696E; }
span { border-color: rgb(177,105,110); }
td.TdClassName
{
border-color: #B1696E;
}
.TagClassName
{
border-color: #B1696E;
}
</style>