Shades of Turkish Rose #B36D6F
Tints of Turkish Rose #B36D6F
RGB
CMYK
RGB Variations
Color information
#B36D6F (or 0xB36D6F) is known color: Turkish Rose. HEX triplet: B3, 6D and 6F. RGB value is (179,109,111). Sum of RGB (Red+Green+Blue) = 179+109+111=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D6F is #4C9290. Grayscale: #828282. Windows color (decimal): -5018257 or 7302579. OLE color: 7302579.
HSL color Cylindrical-coordinate representation of color #B36D6F: hue angle of 358.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36D6F is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 111 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.30 |
| HSL | 358.29º | 0.32% | 0.56% | - |
| HSV(B) | 358.29º | 0.39% | 0.7% | - |
| XYZ | 26.93 | 21.67 | 17.8 | - |
| YUV | 130.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 111 | 0 | 0.39 | 0.38 | 0.30 | 358.29 | 0.32 | 0.56 |
| Hex | B3 | 6D | 6F | 0 | 27 | 26 | 1E | 166 | 20 | 38 |
| Octal | 263 | 155 | 157 | 0 | 47 | 46 | 36 | 546 | 40 | 70 |
| Binary | 10110011 | 1101101 | 1101111 | 0 | 100111 | 100110 | 11110 | 101100110 | 100000 | 111000 |
Color Harmonies of #B36D6F
Complementary color
Monochromatic Colors of #B36D6F
Black with #B36D6F
Text Example
Text Example
White with #B36D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D6F; }
p { color: rgb(179,109,111); }
H1.HeaderClassName
{
color: #B36D6F;
}
.AnyTagClassName
{
color: #B36D6F;
}
</style>
background-color css
<style>
a { background-color: #B36D6F; }
a { background-color: rgb(179,109,111); }
div.DivClassName
{
background-color: #B36D6F;
}
.BgClassName
{
background-color: #B36D6F;
}
</style>
border-color css
<style>
span { border-color: #B36D6F; }
span { border-color: rgb(179,109,111); }
td.TdClassName
{
border-color: #B36D6F;
}
.TagClassName
{
border-color: #B36D6F;
}
</style>