Shades of Turkish Rose #B86E76
Tints of Turkish Rose #B86E76
RGB
CMYK
RGB Variations
Color information
#B86E76 (or 0xB86E76) is known color: Turkish Rose. HEX triplet: B8, 6E and 76. RGB value is (184,110,118). Sum of RGB (Red+Green+Blue) = 184+110+118=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E76 is #479189. Grayscale: #858585. Windows color (decimal): -4690314 or 7761592. OLE color: 7761592.
HSL color Cylindrical-coordinate representation of color #B86E76: hue angle of 353.51º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E76 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 118 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.28 |
| HSL | 353.51º | 0.34% | 0.58% | - |
| HSV(B) | 353.51º | 0.4% | 0.72% | - |
| XYZ | 28.61 | 22.65 | 20 | - |
| YUV | 133.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 118 | 0 | 0.40 | 0.36 | 0.28 | 353.51 | 0.34 | 0.58 |
| Hex | B8 | 6E | 76 | 0 | 28 | 24 | 1C | 162 | 22 | 3A |
| Octal | 270 | 156 | 166 | 0 | 50 | 44 | 34 | 542 | 42 | 72 |
| Binary | 10111000 | 1101110 | 1110110 | 0 | 101000 | 100100 | 11100 | 101100010 | 100010 | 111010 |
Color Harmonies of #B86E76
Complementary color
Monochromatic Colors of #B86E76
Black with #B86E76
Text Example
Text Example
White with #B86E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E76; }
p { color: rgb(184,110,118); }
H1.HeaderClassName
{
color: #B86E76;
}
.AnyTagClassName
{
color: #B86E76;
}
</style>
background-color css
<style>
a { background-color: #B86E76; }
a { background-color: rgb(184,110,118); }
div.DivClassName
{
background-color: #B86E76;
}
.BgClassName
{
background-color: #B86E76;
}
</style>
border-color css
<style>
span { border-color: #B86E76; }
span { border-color: rgb(184,110,118); }
td.TdClassName
{
border-color: #B86E76;
}
.TagClassName
{
border-color: #B86E76;
}
</style>