Shades of Turkish Rose #B96F77
Tints of Turkish Rose #B96F77
RGB
CMYK
RGB Variations
Color information
#B96F77 (or 0xB96F77) is known color: Turkish Rose. HEX triplet: B9, 6F and 77. RGB value is (185,111,119). Sum of RGB (Red+Green+Blue) = 185+111+119=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F77 is #469088. Grayscale: #868686. Windows color (decimal): -4624521 or 7827385. OLE color: 7827385.
HSL color Cylindrical-coordinate representation of color #B96F77: hue angle of 353.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F77 is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 119 | - |
| CMYK | 0 | 0.4 | 0.36 | 0.27 |
| HSL | 353.51º | 0.35% | 0.58% | - |
| HSV(B) | 353.51º | 0.4% | 0.73% | - |
| XYZ | 29.02 | 23.02 | 20.37 | - |
| YUV | 134.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 119 | 0 | 0.4 | 0.36 | 0.27 | 353.51 | 0.35 | 0.58 |
| Hex | B9 | 6F | 77 | 0 | 28 | 24 | 1B | 162 | 23 | 3A |
| Octal | 271 | 157 | 167 | 0 | 50 | 44 | 33 | 542 | 43 | 72 |
| Binary | 10111001 | 1101111 | 1110111 | 0 | 101000 | 100100 | 11011 | 101100010 | 100011 | 111010 |
Color Harmonies of #B96F77
Complementary color
Monochromatic Colors of #B96F77
Black with #B96F77
Text Example
Text Example
White with #B96F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F77; }
p { color: rgb(185,111,119); }
H1.HeaderClassName
{
color: #B96F77;
}
.AnyTagClassName
{
color: #B96F77;
}
</style>
background-color css
<style>
a { background-color: #B96F77; }
a { background-color: rgb(185,111,119); }
div.DivClassName
{
background-color: #B96F77;
}
.BgClassName
{
background-color: #B96F77;
}
</style>
border-color css
<style>
span { border-color: #B96F77; }
span { border-color: rgb(185,111,119); }
td.TdClassName
{
border-color: #B96F77;
}
.TagClassName
{
border-color: #B96F77;
}
</style>