Shades of Turkish Rose #B7696D
Tints of Turkish Rose #B7696D
RGB
CMYK
RGB Variations
Color information
#B7696D (or 0xB7696D) is known color: Turkish Rose. HEX triplet: B7, 69 and 6D. RGB value is (183,105,109). Sum of RGB (Red+Green+Blue) = 183+105+109=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696D is #489692. Grayscale: #808080. Windows color (decimal): -4757139 or 7170487. OLE color: 7170487.
HSL color Cylindrical-coordinate representation of color #B7696D: hue angle of 356.92º 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 #B7696D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 109 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.28 |
| HSL | 356.92º | 0.35% | 0.56% | - |
| HSV(B) | 356.92º | 0.43% | 0.72% | - |
| XYZ | 27.34 | 21.27 | 17.13 | - |
| YUV | 128.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 109 | 0 | 0.43 | 0.40 | 0.28 | 356.92 | 0.35 | 0.56 |
| Hex | B7 | 69 | 6D | 0 | 2B | 28 | 1C | 165 | 23 | 38 |
| Octal | 267 | 151 | 155 | 0 | 53 | 50 | 34 | 545 | 43 | 70 |
| Binary | 10110111 | 1101001 | 1101101 | 0 | 101011 | 101000 | 11100 | 101100101 | 100011 | 111000 |
Color Harmonies of #B7696D
Complementary color
Monochromatic Colors of #B7696D
Black with #B7696D
Text Example
Text Example
White with #B7696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7696D; }
p { color: rgb(183,105,109); }
H1.HeaderClassName
{
color: #B7696D;
}
.AnyTagClassName
{
color: #B7696D;
}
</style>
background-color css
<style>
a { background-color: #B7696D; }
a { background-color: rgb(183,105,109); }
div.DivClassName
{
background-color: #B7696D;
}
.BgClassName
{
background-color: #B7696D;
}
</style>
border-color css
<style>
span { border-color: #B7696D; }
span { border-color: rgb(183,105,109); }
td.TdClassName
{
border-color: #B7696D;
}
.TagClassName
{
border-color: #B7696D;
}
</style>