Shades of Turkish Rose #B7686C
Tints of Turkish Rose #B7686C
RGB
CMYK
RGB Variations
Color information
#B7686C (or 0xB7686C) is known color: Turkish Rose. HEX triplet: B7, 68 and 6C. RGB value is (183,104,108). Sum of RGB (Red+Green+Blue) = 183+104+108=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7686C is #489793. Grayscale: #808080. Windows color (decimal): -4757396 or 7104695. OLE color: 7104695.
HSL color Cylindrical-coordinate representation of color #B7686C: hue angle of 356.96º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7686C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 108 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.28 |
| HSL | 356.96º | 0.35% | 0.56% | - |
| HSV(B) | 356.96º | 0.43% | 0.72% | - |
| XYZ | 27.19 | 21.05 | 16.82 | - |
| YUV | 128.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 108 | 0 | 0.43 | 0.41 | 0.28 | 356.96 | 0.35 | 0.56 |
| Hex | B7 | 68 | 6C | 0 | 2B | 29 | 1C | 165 | 23 | 38 |
| Octal | 267 | 150 | 154 | 0 | 53 | 51 | 34 | 545 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1101100 | 0 | 101011 | 101001 | 11100 | 101100101 | 100011 | 111000 |
Color Harmonies of #B7686C
Complementary color
Monochromatic Colors of #B7686C
Black with #B7686C
Text Example
Text Example
White with #B7686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7686C; }
p { color: rgb(183,104,108); }
H1.HeaderClassName
{
color: #B7686C;
}
.AnyTagClassName
{
color: #B7686C;
}
</style>
background-color css
<style>
a { background-color: #B7686C; }
a { background-color: rgb(183,104,108); }
div.DivClassName
{
background-color: #B7686C;
}
.BgClassName
{
background-color: #B7686C;
}
</style>
border-color css
<style>
span { border-color: #B7686C; }
span { border-color: rgb(183,104,108); }
td.TdClassName
{
border-color: #B7686C;
}
.TagClassName
{
border-color: #B7686C;
}
</style>