Shades of Turkish Rose #B7686D
Tints of Turkish Rose #B7686D
RGB
CMYK
RGB Variations
Color information
#B7686D (or 0xB7686D) is known color: Turkish Rose. HEX triplet: B7, 68 and 6D. RGB value is (183,104,109). Sum of RGB (Red+Green+Blue) = 183+104+109=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7686D is #489792. Grayscale: #808080. Windows color (decimal): -4757395 or 7170231. OLE color: 7170231.
HSL color Cylindrical-coordinate representation of color #B7686D: hue angle of 356.2º 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 #B7686D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 109 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.28 |
| HSL | 356.2º | 0.35% | 0.56% | - |
| HSV(B) | 356.2º | 0.43% | 0.72% | - |
| XYZ | 27.24 | 21.07 | 17.1 | - |
| YUV | 128.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 109 | 0 | 0.43 | 0.40 | 0.28 | 356.2 | 0.35 | 0.56 |
| Hex | B7 | 68 | 6D | 0 | 2B | 28 | 1C | 164 | 23 | 38 |
| Octal | 267 | 150 | 155 | 0 | 53 | 50 | 34 | 544 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1101101 | 0 | 101011 | 101000 | 11100 | 101100100 | 100011 | 111000 |
Color Harmonies of #B7686D
Complementary color
Monochromatic Colors of #B7686D
Black with #B7686D
Text Example
Text Example
White with #B7686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7686D; }
p { color: rgb(183,104,109); }
H1.HeaderClassName
{
color: #B7686D;
}
.AnyTagClassName
{
color: #B7686D;
}
</style>
background-color css
<style>
a { background-color: #B7686D; }
a { background-color: rgb(183,104,109); }
div.DivClassName
{
background-color: #B7686D;
}
.BgClassName
{
background-color: #B7686D;
}
</style>
border-color css
<style>
span { border-color: #B7686D; }
span { border-color: rgb(183,104,109); }
td.TdClassName
{
border-color: #B7686D;
}
.TagClassName
{
border-color: #B7686D;
}
</style>