Shades of Turkish Rose #B96F75
Tints of Turkish Rose #B96F75
RGB
CMYK
RGB Variations
Color information
#B96F75 (or 0xB96F75) is known color: Turkish Rose. HEX triplet: B9, 6F and 75. RGB value is (185,111,117). Sum of RGB (Red+Green+Blue) = 185+111+117=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F75 is #46908A. Grayscale: #858585. Windows color (decimal): -4624523 or 7696313. OLE color: 7696313.
HSL color Cylindrical-coordinate representation of color #B96F75: hue angle of 355.14º 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 #B96F75 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 117 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.27 |
| HSL | 355.14º | 0.35% | 0.58% | - |
| HSV(B) | 355.14º | 0.4% | 0.73% | - |
| XYZ | 28.9 | 22.97 | 19.74 | - |
| YUV | 133.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 117 | 0 | 0.4 | 0.37 | 0.27 | 355.14 | 0.35 | 0.58 |
| Hex | B9 | 6F | 75 | 0 | 28 | 25 | 1B | 163 | 23 | 3A |
| Octal | 271 | 157 | 165 | 0 | 50 | 45 | 33 | 543 | 43 | 72 |
| Binary | 10111001 | 1101111 | 1110101 | 0 | 101000 | 100101 | 11011 | 101100011 | 100011 | 111010 |
Color Harmonies of #B96F75
Complementary color
Monochromatic Colors of #B96F75
Black with #B96F75
Text Example
Text Example
White with #B96F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F75; }
p { color: rgb(185,111,117); }
H1.HeaderClassName
{
color: #B96F75;
}
.AnyTagClassName
{
color: #B96F75;
}
</style>
background-color css
<style>
a { background-color: #B96F75; }
a { background-color: rgb(185,111,117); }
div.DivClassName
{
background-color: #B96F75;
}
.BgClassName
{
background-color: #B96F75;
}
</style>
border-color css
<style>
span { border-color: #B96F75; }
span { border-color: rgb(185,111,117); }
td.TdClassName
{
border-color: #B96F75;
}
.TagClassName
{
border-color: #B96F75;
}
</style>