Shades of Turkish Rose #B9686C
Tints of Turkish Rose #B9686C
RGB
CMYK
RGB Variations
Color information
#B9686C (or 0xB9686C) is known color: Turkish Rose. HEX triplet: B9, 68 and 6C. RGB value is (185,104,108). Sum of RGB (Red+Green+Blue) = 185+104+108=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9686C is #469793. Grayscale: #808080. Windows color (decimal): -4626324 or 7104697. OLE color: 7104697.
HSL color Cylindrical-coordinate representation of color #B9686C: hue angle of 357.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9686C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 108 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.27 |
| HSL | 357.04º | 0.37% | 0.57% | - |
| HSV(B) | 357.04º | 0.44% | 0.73% | - |
| XYZ | 27.66 | 21.3 | 16.84 | - |
| YUV | 128.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 108 | 0 | 0.44 | 0.42 | 0.27 | 357.04 | 0.37 | 0.57 |
| Hex | B9 | 68 | 6C | 0 | 2C | 2A | 1B | 165 | 25 | 39 |
| Octal | 271 | 150 | 154 | 0 | 54 | 52 | 33 | 545 | 45 | 71 |
| Binary | 10111001 | 1101000 | 1101100 | 0 | 101100 | 101010 | 11011 | 101100101 | 100101 | 111001 |
Color Harmonies of #B9686C
Complementary color
Monochromatic Colors of #B9686C
Black with #B9686C
Text Example
Text Example
White with #B9686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9686C; }
p { color: rgb(185,104,108); }
H1.HeaderClassName
{
color: #B9686C;
}
.AnyTagClassName
{
color: #B9686C;
}
</style>
background-color css
<style>
a { background-color: #B9686C; }
a { background-color: rgb(185,104,108); }
div.DivClassName
{
background-color: #B9686C;
}
.BgClassName
{
background-color: #B9686C;
}
</style>
border-color css
<style>
span { border-color: #B9686C; }
span { border-color: rgb(185,104,108); }
td.TdClassName
{
border-color: #B9686C;
}
.TagClassName
{
border-color: #B9686C;
}
</style>