Shades of Turkish Rose #B96E70
Tints of Turkish Rose #B96E70
RGB
CMYK
RGB Variations
Color information
#B96E70 (or 0xB96E70) is known color: Turkish Rose. HEX triplet: B9, 6E and 70. RGB value is (185,110,112). Sum of RGB (Red+Green+Blue) = 185+110+112=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E70 is #46918F. Grayscale: #848484. Windows color (decimal): -4624784 or 7368377. OLE color: 7368377.
HSL color Cylindrical-coordinate representation of color #B96E70: hue angle of 358.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96E70 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 110 | 112 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.27 |
| HSL | 358.4º | 0.35% | 0.58% | - |
| HSV(B) | 358.4º | 0.41% | 0.73% | - |
| XYZ | 28.51 | 22.64 | 18.2 | - |
| YUV | 132.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 112 | 0 | 0.41 | 0.39 | 0.27 | 358.4 | 0.35 | 0.58 |
| Hex | B9 | 6E | 70 | 0 | 29 | 27 | 1B | 166 | 23 | 3A |
| Octal | 271 | 156 | 160 | 0 | 51 | 47 | 33 | 546 | 43 | 72 |
| Binary | 10111001 | 1101110 | 1110000 | 0 | 101001 | 100111 | 11011 | 101100110 | 100011 | 111010 |
Color Harmonies of #B96E70
Complementary color
Monochromatic Colors of #B96E70
Black with #B96E70
Text Example
Text Example
White with #B96E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96E70; }
p { color: rgb(185,110,112); }
H1.HeaderClassName
{
color: #B96E70;
}
.AnyTagClassName
{
color: #B96E70;
}
</style>
background-color css
<style>
a { background-color: #B96E70; }
a { background-color: rgb(185,110,112); }
div.DivClassName
{
background-color: #B96E70;
}
.BgClassName
{
background-color: #B96E70;
}
</style>
border-color css
<style>
span { border-color: #B96E70; }
span { border-color: rgb(185,110,112); }
td.TdClassName
{
border-color: #B96E70;
}
.TagClassName
{
border-color: #B96E70;
}
</style>