Shades of Turkish Rose #B86C73
Tints of Turkish Rose #B86C73
RGB
CMYK
RGB Variations
Color information
#B86C73 (or 0xB86C73) is known color: Turkish Rose. HEX triplet: B8, 6C and 73. RGB value is (184,108,115). Sum of RGB (Red+Green+Blue) = 184+108+115=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C73 is #47938C. Grayscale: #838383. Windows color (decimal): -4690829 or 7564472. OLE color: 7564472.
HSL color Cylindrical-coordinate representation of color #B86C73: hue angle of 354.47º 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 #B86C73 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 115 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.28 |
| HSL | 354.47º | 0.35% | 0.57% | - |
| HSV(B) | 354.47º | 0.41% | 0.72% | - |
| XYZ | 28.22 | 22.15 | 19.01 | - |
| YUV | 131.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 115 | 0 | 0.41 | 0.38 | 0.28 | 354.47 | 0.35 | 0.57 |
| Hex | B8 | 6C | 73 | 0 | 29 | 26 | 1C | 162 | 23 | 39 |
| Octal | 270 | 154 | 163 | 0 | 51 | 46 | 34 | 542 | 43 | 71 |
| Binary | 10111000 | 1101100 | 1110011 | 0 | 101001 | 100110 | 11100 | 101100010 | 100011 | 111001 |
Color Harmonies of #B86C73
Complementary color
Monochromatic Colors of #B86C73
Black with #B86C73
Text Example
Text Example
White with #B86C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C73; }
p { color: rgb(184,108,115); }
H1.HeaderClassName
{
color: #B86C73;
}
.AnyTagClassName
{
color: #B86C73;
}
</style>
background-color css
<style>
a { background-color: #B86C73; }
a { background-color: rgb(184,108,115); }
div.DivClassName
{
background-color: #B86C73;
}
.BgClassName
{
background-color: #B86C73;
}
</style>
border-color css
<style>
span { border-color: #B86C73; }
span { border-color: rgb(184,108,115); }
td.TdClassName
{
border-color: #B86C73;
}
.TagClassName
{
border-color: #B86C73;
}
</style>