Shades of Turkish Rose #B1686D
Tints of Turkish Rose #B1686D
RGB
CMYK
RGB Variations
Color information
#B1686D (or 0xB1686D) is known color: Turkish Rose. HEX triplet: B1, 68 and 6D. RGB value is (177,104,109). Sum of RGB (Red+Green+Blue) = 177+104+109=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1686D is #4E9792. Grayscale: #7E7E7E. Windows color (decimal): -5150611 or 7170225. OLE color: 7170225.
HSL color Cylindrical-coordinate representation of color #B1686D: hue angle of 355.89º 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 #B1686D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 109 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.89º | 0.32% | 0.55% | - |
| HSV(B) | 355.89º | 0.41% | 0.69% | - |
| XYZ | 25.84 | 20.35 | 17.03 | - |
| YUV | 126.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 109 | 0 | 0.41 | 0.38 | 0.31 | 355.89 | 0.32 | 0.55 |
| Hex | B1 | 68 | 6D | 0 | 29 | 26 | 1F | 164 | 20 | 37 |
| Octal | 261 | 150 | 155 | 0 | 51 | 46 | 37 | 544 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1101101 | 0 | 101001 | 100110 | 11111 | 101100100 | 100000 | 110111 |
Color Harmonies of #B1686D
Complementary color
Monochromatic Colors of #B1686D
Black with #B1686D
Text Example
Text Example
White with #B1686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1686D; }
p { color: rgb(177,104,109); }
H1.HeaderClassName
{
color: #B1686D;
}
.AnyTagClassName
{
color: #B1686D;
}
</style>
background-color css
<style>
a { background-color: #B1686D; }
a { background-color: rgb(177,104,109); }
div.DivClassName
{
background-color: #B1686D;
}
.BgClassName
{
background-color: #B1686D;
}
</style>
border-color css
<style>
span { border-color: #B1686D; }
span { border-color: rgb(177,104,109); }
td.TdClassName
{
border-color: #B1686D;
}
.TagClassName
{
border-color: #B1686D;
}
</style>