Shades of Turkish Rose #B1686E
Tints of Turkish Rose #B1686E
RGB
CMYK
RGB Variations
Color information
#B1686E (or 0xB1686E) is known color: Turkish Rose. HEX triplet: B1, 68 and 6E. RGB value is (177,104,110). Sum of RGB (Red+Green+Blue) = 177+104+110=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1686E is #4E9791. Grayscale: #7E7E7E. Windows color (decimal): -5150610 or 7235761. OLE color: 7235761.
HSL color Cylindrical-coordinate representation of color #B1686E: hue angle of 355.07º 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 #B1686E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 110 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.07º | 0.32% | 0.55% | - |
| HSV(B) | 355.07º | 0.41% | 0.69% | - |
| XYZ | 25.9 | 20.37 | 17.32 | - |
| YUV | 126.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 110 | 0 | 0.41 | 0.38 | 0.31 | 355.07 | 0.32 | 0.55 |
| Hex | B1 | 68 | 6E | 0 | 29 | 26 | 1F | 163 | 20 | 37 |
| Octal | 261 | 150 | 156 | 0 | 51 | 46 | 37 | 543 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1101110 | 0 | 101001 | 100110 | 11111 | 101100011 | 100000 | 110111 |
Color Harmonies of #B1686E
Complementary color
Monochromatic Colors of #B1686E
Black with #B1686E
Text Example
Text Example
White with #B1686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1686E; }
p { color: rgb(177,104,110); }
H1.HeaderClassName
{
color: #B1686E;
}
.AnyTagClassName
{
color: #B1686E;
}
</style>
background-color css
<style>
a { background-color: #B1686E; }
a { background-color: rgb(177,104,110); }
div.DivClassName
{
background-color: #B1686E;
}
.BgClassName
{
background-color: #B1686E;
}
</style>
border-color css
<style>
span { border-color: #B1686E; }
span { border-color: rgb(177,104,110); }
td.TdClassName
{
border-color: #B1686E;
}
.TagClassName
{
border-color: #B1686E;
}
</style>