Shades of Turkish Rose #B1686B
Tints of Turkish Rose #B1686B
RGB
CMYK
RGB Variations
Color information
#B1686B (or 0xB1686B) is known color: Turkish Rose. HEX triplet: B1, 68 and 6B. RGB value is (177,104,107). Sum of RGB (Red+Green+Blue) = 177+104+107=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1686B is #4E9794. Grayscale: #7E7E7E. Windows color (decimal): -5150613 or 7039153. OLE color: 7039153.
HSL color Cylindrical-coordinate representation of color #B1686B: hue angle of 357.53º 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 #B1686B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 107 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.31 |
| HSL | 357.53º | 0.32% | 0.55% | - |
| HSV(B) | 357.53º | 0.41% | 0.69% | - |
| XYZ | 25.74 | 20.31 | 16.47 | - |
| YUV | 126.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 107 | 0 | 0.41 | 0.40 | 0.31 | 357.53 | 0.32 | 0.55 |
| Hex | B1 | 68 | 6B | 0 | 29 | 28 | 1F | 166 | 20 | 37 |
| Octal | 261 | 150 | 153 | 0 | 51 | 50 | 37 | 546 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1101011 | 0 | 101001 | 101000 | 11111 | 101100110 | 100000 | 110111 |
Color Harmonies of #B1686B
Complementary color
Monochromatic Colors of #B1686B
Black with #B1686B
Text Example
Text Example
White with #B1686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1686B; }
p { color: rgb(177,104,107); }
H1.HeaderClassName
{
color: #B1686B;
}
.AnyTagClassName
{
color: #B1686B;
}
</style>
background-color css
<style>
a { background-color: #B1686B; }
a { background-color: rgb(177,104,107); }
div.DivClassName
{
background-color: #B1686B;
}
.BgClassName
{
background-color: #B1686B;
}
</style>
border-color css
<style>
span { border-color: #B1686B; }
span { border-color: rgb(177,104,107); }
td.TdClassName
{
border-color: #B1686B;
}
.TagClassName
{
border-color: #B1686B;
}
</style>