Shades of Turkish Rose #B96F76
Tints of Turkish Rose #B96F76
RGB
CMYK
RGB Variations
Color information
#B96F76 (or 0xB96F76) is known color: Turkish Rose. HEX triplet: B9, 6F and 76. RGB value is (185,111,118). Sum of RGB (Red+Green+Blue) = 185+111+118=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F76 is #469089. Grayscale: #858585. Windows color (decimal): -4624522 or 7761849. OLE color: 7761849.
HSL color Cylindrical-coordinate representation of color #B96F76: hue angle of 354.32º 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 #B96F76 is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 118 | - |
| CMYK | 0 | 0.4 | 0.36 | 0.27 |
| HSL | 354.32º | 0.35% | 0.58% | - |
| HSV(B) | 354.32º | 0.4% | 0.73% | - |
| XYZ | 28.96 | 22.99 | 20.05 | - |
| YUV | 133.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 118 | 0 | 0.4 | 0.36 | 0.27 | 354.32 | 0.35 | 0.58 |
| Hex | B9 | 6F | 76 | 0 | 28 | 24 | 1B | 162 | 23 | 3A |
| Octal | 271 | 157 | 166 | 0 | 50 | 44 | 33 | 542 | 43 | 72 |
| Binary | 10111001 | 1101111 | 1110110 | 0 | 101000 | 100100 | 11011 | 101100010 | 100011 | 111010 |
Color Harmonies of #B96F76
Complementary color
Monochromatic Colors of #B96F76
Black with #B96F76
Text Example
Text Example
White with #B96F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F76; }
p { color: rgb(185,111,118); }
H1.HeaderClassName
{
color: #B96F76;
}
.AnyTagClassName
{
color: #B96F76;
}
</style>
background-color css
<style>
a { background-color: #B96F76; }
a { background-color: rgb(185,111,118); }
div.DivClassName
{
background-color: #B96F76;
}
.BgClassName
{
background-color: #B96F76;
}
</style>
border-color css
<style>
span { border-color: #B96F76; }
span { border-color: rgb(185,111,118); }
td.TdClassName
{
border-color: #B96F76;
}
.TagClassName
{
border-color: #B96F76;
}
</style>