Shades of Turkish Rose #B96D72
Tints of Turkish Rose #B96D72
RGB
CMYK
RGB Variations
Color information
#B96D72 (or 0xB96D72) is known color: Turkish Rose. HEX triplet: B9, 6D and 72. RGB value is (185,109,114). Sum of RGB (Red+Green+Blue) = 185+109+114=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D72 is #46928D. Grayscale: #848484. Windows color (decimal): -4625038 or 7499193. OLE color: 7499193.
HSL color Cylindrical-coordinate representation of color #B96D72: hue angle of 356.05º 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 #B96D72 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 114 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.27 |
| HSL | 356.05º | 0.35% | 0.58% | - |
| HSV(B) | 356.05º | 0.41% | 0.73% | - |
| XYZ | 28.51 | 22.47 | 18.75 | - |
| YUV | 132.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 114 | 0 | 0.41 | 0.38 | 0.27 | 356.05 | 0.35 | 0.58 |
| Hex | B9 | 6D | 72 | 0 | 29 | 26 | 1B | 164 | 23 | 3A |
| Octal | 271 | 155 | 162 | 0 | 51 | 46 | 33 | 544 | 43 | 72 |
| Binary | 10111001 | 1101101 | 1110010 | 0 | 101001 | 100110 | 11011 | 101100100 | 100011 | 111010 |
Color Harmonies of #B96D72
Complementary color
Monochromatic Colors of #B96D72
Black with #B96D72
Text Example
Text Example
White with #B96D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D72; }
p { color: rgb(185,109,114); }
H1.HeaderClassName
{
color: #B96D72;
}
.AnyTagClassName
{
color: #B96D72;
}
</style>
background-color css
<style>
a { background-color: #B96D72; }
a { background-color: rgb(185,109,114); }
div.DivClassName
{
background-color: #B96D72;
}
.BgClassName
{
background-color: #B96D72;
}
</style>
border-color css
<style>
span { border-color: #B96D72; }
span { border-color: rgb(185,109,114); }
td.TdClassName
{
border-color: #B96D72;
}
.TagClassName
{
border-color: #B96D72;
}
</style>