Shades of Turkish Rose #BB686C
Tints of Turkish Rose #BB686C
RGB
CMYK
RGB Variations
Color information
#BB686C (or 0xBB686C) is known color: Turkish Rose. HEX triplet: BB, 68 and 6C. RGB value is (187,104,108). Sum of RGB (Red+Green+Blue) = 187+104+108=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB686C is #449793. Grayscale: #818181. Windows color (decimal): -4495252 or 7104699. OLE color: 7104699.
HSL color Cylindrical-coordinate representation of color #BB686C: hue angle of 357.11º degrees, saturation: 0.38, 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 #BB686C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 108 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.27 |
| HSL | 357.11º | 0.38% | 0.57% | - |
| HSV(B) | 357.11º | 0.44% | 0.73% | - |
| XYZ | 28.15 | 21.55 | 16.86 | - |
| YUV | 129.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 108 | 0 | 0.44 | 0.42 | 0.27 | 357.11 | 0.38 | 0.57 |
| Hex | BB | 68 | 6C | 0 | 2C | 2A | 1B | 165 | 26 | 39 |
| Octal | 273 | 150 | 154 | 0 | 54 | 52 | 33 | 545 | 46 | 71 |
| Binary | 10111011 | 1101000 | 1101100 | 0 | 101100 | 101010 | 11011 | 101100101 | 100110 | 111001 |
Color Harmonies of #BB686C
Complementary color
Monochromatic Colors of #BB686C
Black with #BB686C
Text Example
Text Example
White with #BB686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB686C; }
p { color: rgb(187,104,108); }
H1.HeaderClassName
{
color: #BB686C;
}
.AnyTagClassName
{
color: #BB686C;
}
</style>
background-color css
<style>
a { background-color: #BB686C; }
a { background-color: rgb(187,104,108); }
div.DivClassName
{
background-color: #BB686C;
}
.BgClassName
{
background-color: #BB686C;
}
</style>
border-color css
<style>
span { border-color: #BB686C; }
span { border-color: rgb(187,104,108); }
td.TdClassName
{
border-color: #BB686C;
}
.TagClassName
{
border-color: #BB686C;
}
</style>