Shades of Turkish Rose #B8696F
Tints of Turkish Rose #B8696F
RGB
CMYK
RGB Variations
Color information
#B8696F (or 0xB8696F) is known color: Turkish Rose. HEX triplet: B8, 69 and 6F. RGB value is (184,105,111). Sum of RGB (Red+Green+Blue) = 184+105+111=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696F is #479690. Grayscale: #818181. Windows color (decimal): -4691601 or 7301560. OLE color: 7301560.
HSL color Cylindrical-coordinate representation of color #B8696F: hue angle of 355.44º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8696F is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 111 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.28 |
| HSL | 355.44º | 0.36% | 0.57% | - |
| HSV(B) | 355.44º | 0.43% | 0.72% | - |
| XYZ | 27.69 | 21.44 | 17.72 | - |
| YUV | 129.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 111 | 0 | 0.43 | 0.40 | 0.28 | 355.44 | 0.36 | 0.57 |
| Hex | B8 | 69 | 6F | 0 | 2B | 28 | 1C | 163 | 24 | 39 |
| Octal | 270 | 151 | 157 | 0 | 53 | 50 | 34 | 543 | 44 | 71 |
| Binary | 10111000 | 1101001 | 1101111 | 0 | 101011 | 101000 | 11100 | 101100011 | 100100 | 111001 |
Color Harmonies of #B8696F
Complementary color
Monochromatic Colors of #B8696F
Black with #B8696F
Text Example
Text Example
White with #B8696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8696F; }
p { color: rgb(184,105,111); }
H1.HeaderClassName
{
color: #B8696F;
}
.AnyTagClassName
{
color: #B8696F;
}
</style>
background-color css
<style>
a { background-color: #B8696F; }
a { background-color: rgb(184,105,111); }
div.DivClassName
{
background-color: #B8696F;
}
.BgClassName
{
background-color: #B8696F;
}
</style>
border-color css
<style>
span { border-color: #B8696F; }
span { border-color: rgb(184,105,111); }
td.TdClassName
{
border-color: #B8696F;
}
.TagClassName
{
border-color: #B8696F;
}
</style>