Shades of Turkish Rose #B86C76
Tints of Turkish Rose #B86C76
RGB
CMYK
RGB Variations
Color information
#B86C76 (or 0xB86C76) is known color: Turkish Rose. HEX triplet: B8, 6C and 76. RGB value is (184,108,118). Sum of RGB (Red+Green+Blue) = 184+108+118=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C76 is #479389. Grayscale: #838383. Windows color (decimal): -4690826 or 7761080. OLE color: 7761080.
HSL color Cylindrical-coordinate representation of color #B86C76: hue angle of 352.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C76 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 118 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.28 |
| HSL | 352.11º | 0.35% | 0.57% | - |
| HSV(B) | 352.11º | 0.41% | 0.72% | - |
| XYZ | 28.4 | 22.22 | 19.93 | - |
| YUV | 131.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 118 | 0 | 0.41 | 0.36 | 0.28 | 352.11 | 0.35 | 0.57 |
| Hex | B8 | 6C | 76 | 0 | 29 | 24 | 1C | 160 | 23 | 39 |
| Octal | 270 | 154 | 166 | 0 | 51 | 44 | 34 | 540 | 43 | 71 |
| Binary | 10111000 | 1101100 | 1110110 | 0 | 101001 | 100100 | 11100 | 101100000 | 100011 | 111001 |
Color Harmonies of #B86C76
Complementary color
Monochromatic Colors of #B86C76
Black with #B86C76
Text Example
Text Example
White with #B86C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C76; }
p { color: rgb(184,108,118); }
H1.HeaderClassName
{
color: #B86C76;
}
.AnyTagClassName
{
color: #B86C76;
}
</style>
background-color css
<style>
a { background-color: #B86C76; }
a { background-color: rgb(184,108,118); }
div.DivClassName
{
background-color: #B86C76;
}
.BgClassName
{
background-color: #B86C76;
}
</style>
border-color css
<style>
span { border-color: #B86C76; }
span { border-color: rgb(184,108,118); }
td.TdClassName
{
border-color: #B86C76;
}
.TagClassName
{
border-color: #B86C76;
}
</style>