Shades of Turkish Rose #B36D73
Tints of Turkish Rose #B36D73
RGB
CMYK
RGB Variations
Color information
#B36D73 (or 0xB36D73) is known color: Turkish Rose. HEX triplet: B3, 6D and 73. RGB value is (179,109,115). Sum of RGB (Red+Green+Blue) = 179+109+115=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36D73 is #4C928C. Grayscale: #828282. Windows color (decimal): -5018253 or 7564723. OLE color: 7564723.
HSL color Cylindrical-coordinate representation of color #B36D73: hue angle of 354.86º 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 #B36D73 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 115 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.30 |
| HSL | 354.86º | 0.32% | 0.56% | - |
| HSV(B) | 354.86º | 0.39% | 0.7% | - |
| XYZ | 27.15 | 21.76 | 18.99 | - |
| YUV | 130.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 115 | 0 | 0.39 | 0.36 | 0.30 | 354.86 | 0.32 | 0.56 |
| Hex | B3 | 6D | 73 | 0 | 27 | 24 | 1E | 163 | 20 | 38 |
| Octal | 263 | 155 | 163 | 0 | 47 | 44 | 36 | 543 | 40 | 70 |
| Binary | 10110011 | 1101101 | 1110011 | 0 | 100111 | 100100 | 11110 | 101100011 | 100000 | 111000 |
Color Harmonies of #B36D73
Complementary color
Monochromatic Colors of #B36D73
Black with #B36D73
Text Example
Text Example
White with #B36D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D73; }
p { color: rgb(179,109,115); }
H1.HeaderClassName
{
color: #B36D73;
}
.AnyTagClassName
{
color: #B36D73;
}
</style>
background-color css
<style>
a { background-color: #B36D73; }
a { background-color: rgb(179,109,115); }
div.DivClassName
{
background-color: #B36D73;
}
.BgClassName
{
background-color: #B36D73;
}
</style>
border-color css
<style>
span { border-color: #B36D73; }
span { border-color: rgb(179,109,115); }
td.TdClassName
{
border-color: #B36D73;
}
.TagClassName
{
border-color: #B36D73;
}
</style>