Shades of Turkish Rose #BB686B
Tints of Turkish Rose #BB686B
RGB
CMYK
RGB Variations
Color information
#BB686B (or 0xBB686B) is known color: Turkish Rose. HEX triplet: BB, 68 and 6B. RGB value is (187,104,107). Sum of RGB (Red+Green+Blue) = 187+104+107=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB686B is #449794. Grayscale: #818181. Windows color (decimal): -4495253 or 7039163. OLE color: 7039163.
HSL color Cylindrical-coordinate representation of color #BB686B: hue angle of 357.83º 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 #BB686B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 107 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.27 |
| HSL | 357.83º | 0.38% | 0.57% | - |
| HSV(B) | 357.83º | 0.44% | 0.73% | - |
| XYZ | 28.1 | 21.53 | 16.58 | - |
| YUV | 129.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 107 | 0 | 0.44 | 0.43 | 0.27 | 357.83 | 0.38 | 0.57 |
| Hex | BB | 68 | 6B | 0 | 2C | 2B | 1B | 166 | 26 | 39 |
| Octal | 273 | 150 | 153 | 0 | 54 | 53 | 33 | 546 | 46 | 71 |
| Binary | 10111011 | 1101000 | 1101011 | 0 | 101100 | 101011 | 11011 | 101100110 | 100110 | 111001 |
Color Harmonies of #BB686B
Complementary color
Monochromatic Colors of #BB686B
Black with #BB686B
Text Example
Text Example
White with #BB686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB686B; }
p { color: rgb(187,104,107); }
H1.HeaderClassName
{
color: #BB686B;
}
.AnyTagClassName
{
color: #BB686B;
}
</style>
background-color css
<style>
a { background-color: #BB686B; }
a { background-color: rgb(187,104,107); }
div.DivClassName
{
background-color: #BB686B;
}
.BgClassName
{
background-color: #BB686B;
}
</style>
border-color css
<style>
span { border-color: #BB686B; }
span { border-color: rgb(187,104,107); }
td.TdClassName
{
border-color: #BB686B;
}
.TagClassName
{
border-color: #BB686B;
}
</style>