Shades of Turkish Rose #B96874
Tints of Turkish Rose #B96874
RGB
CMYK
RGB Variations
Color information
#B96874 (or 0xB96874) is known color: Turkish Rose. HEX triplet: B9, 68 and 74. RGB value is (185,104,116). Sum of RGB (Red+Green+Blue) = 185+104+116=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B96874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96874 is #46978B. Grayscale: #818181. Windows color (decimal): -4626316 or 7628985. OLE color: 7628985.
HSL color Cylindrical-coordinate representation of color #B96874: hue angle of 351.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96874 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 116 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.27 |
| HSL | 351.11º | 0.37% | 0.57% | - |
| HSV(B) | 351.11º | 0.44% | 0.73% | - |
| XYZ | 28.11 | 21.48 | 19.19 | - |
| YUV | 129.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 116 | 0 | 0.44 | 0.37 | 0.27 | 351.11 | 0.37 | 0.57 |
| Hex | B9 | 68 | 74 | 0 | 2C | 25 | 1B | 15F | 25 | 39 |
| Octal | 271 | 150 | 164 | 0 | 54 | 45 | 33 | 537 | 45 | 71 |
| Binary | 10111001 | 1101000 | 1110100 | 0 | 101100 | 100101 | 11011 | 101011111 | 100101 | 111001 |
Color Harmonies of #B96874
Complementary color
Monochromatic Colors of #B96874
Black with #B96874
Text Example
Text Example
White with #B96874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96874; }
p { color: rgb(185,104,116); }
H1.HeaderClassName
{
color: #B96874;
}
.AnyTagClassName
{
color: #B96874;
}
</style>
background-color css
<style>
a { background-color: #B96874; }
a { background-color: rgb(185,104,116); }
div.DivClassName
{
background-color: #B96874;
}
.BgClassName
{
background-color: #B96874;
}
</style>
border-color css
<style>
span { border-color: #B96874; }
span { border-color: rgb(185,104,116); }
td.TdClassName
{
border-color: #B96874;
}
.TagClassName
{
border-color: #B96874;
}
</style>