Shades of Turkish Rose #B7696F
Tints of Turkish Rose #B7696F
RGB
CMYK
RGB Variations
Color information
#B7696F (or 0xB7696F) is known color: Turkish Rose. HEX triplet: B7, 69 and 6F. RGB value is (183,105,111). Sum of RGB (Red+Green+Blue) = 183+105+111=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696F is #489690. Grayscale: #818181. Windows color (decimal): -4757137 or 7301559. OLE color: 7301559.
HSL color Cylindrical-coordinate representation of color #B7696F: hue angle of 355.38º 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 #B7696F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 111 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.28 |
| HSL | 355.38º | 0.35% | 0.56% | - |
| HSV(B) | 355.38º | 0.43% | 0.72% | - |
| XYZ | 27.45 | 21.32 | 17.71 | - |
| YUV | 129.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 111 | 0 | 0.43 | 0.39 | 0.28 | 355.38 | 0.35 | 0.56 |
| Hex | B7 | 69 | 6F | 0 | 2B | 27 | 1C | 163 | 23 | 38 |
| Octal | 267 | 151 | 157 | 0 | 53 | 47 | 34 | 543 | 43 | 70 |
| Binary | 10110111 | 1101001 | 1101111 | 0 | 101011 | 100111 | 11100 | 101100011 | 100011 | 111000 |
Color Harmonies of #B7696F
Complementary color
Monochromatic Colors of #B7696F
Black with #B7696F
Text Example
Text Example
White with #B7696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7696F; }
p { color: rgb(183,105,111); }
H1.HeaderClassName
{
color: #B7696F;
}
.AnyTagClassName
{
color: #B7696F;
}
</style>
background-color css
<style>
a { background-color: #B7696F; }
a { background-color: rgb(183,105,111); }
div.DivClassName
{
background-color: #B7696F;
}
.BgClassName
{
background-color: #B7696F;
}
</style>
border-color css
<style>
span { border-color: #B7696F; }
span { border-color: rgb(183,105,111); }
td.TdClassName
{
border-color: #B7696F;
}
.TagClassName
{
border-color: #B7696F;
}
</style>