Shades of Turkish Rose #B7686B
Tints of Turkish Rose #B7686B
RGB
CMYK
RGB Variations
Color information
#B7686B (or 0xB7686B) is known color: Turkish Rose. HEX triplet: B7, 68 and 6B. RGB value is (183,104,107). Sum of RGB (Red+Green+Blue) = 183+104+107=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7686B is #489794. Grayscale: #808080. Windows color (decimal): -4757397 or 7039159. OLE color: 7039159.
HSL color Cylindrical-coordinate representation of color #B7686B: hue angle of 357.72º 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 #B7686B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 107 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.28 |
| HSL | 357.72º | 0.35% | 0.56% | - |
| HSV(B) | 357.72º | 0.43% | 0.72% | - |
| XYZ | 27.13 | 21.03 | 16.54 | - |
| YUV | 127.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 107 | 0 | 0.43 | 0.42 | 0.28 | 357.72 | 0.35 | 0.56 |
| Hex | B7 | 68 | 6B | 0 | 2B | 2A | 1C | 166 | 23 | 38 |
| Octal | 267 | 150 | 153 | 0 | 53 | 52 | 34 | 546 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1101011 | 0 | 101011 | 101010 | 11100 | 101100110 | 100011 | 111000 |
Color Harmonies of #B7686B
Complementary color
Monochromatic Colors of #B7686B
Black with #B7686B
Text Example
Text Example
White with #B7686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7686B; }
p { color: rgb(183,104,107); }
H1.HeaderClassName
{
color: #B7686B;
}
.AnyTagClassName
{
color: #B7686B;
}
</style>
background-color css
<style>
a { background-color: #B7686B; }
a { background-color: rgb(183,104,107); }
div.DivClassName
{
background-color: #B7686B;
}
.BgClassName
{
background-color: #B7686B;
}
</style>
border-color css
<style>
span { border-color: #B7686B; }
span { border-color: rgb(183,104,107); }
td.TdClassName
{
border-color: #B7686B;
}
.TagClassName
{
border-color: #B7686B;
}
</style>