Shades of Turkish Rose #B76E72
Tints of Turkish Rose #B76E72
RGB
CMYK
RGB Variations
Color information
#B76E72 (or 0xB76E72) is known color: Turkish Rose. HEX triplet: B7, 6E and 72. RGB value is (183,110,114). Sum of RGB (Red+Green+Blue) = 183+110+114=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E72 is #48918D. Grayscale: #848484. Windows color (decimal): -4755854 or 7499447. OLE color: 7499447.
HSL color Cylindrical-coordinate representation of color #B76E72: hue angle of 356.71º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E72 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 114 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.28 |
| HSL | 356.71º | 0.34% | 0.57% | - |
| HSV(B) | 356.71º | 0.4% | 0.72% | - |
| XYZ | 28.14 | 22.43 | 18.77 | - |
| YUV | 132.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 114 | 0 | 0.40 | 0.38 | 0.28 | 356.71 | 0.34 | 0.57 |
| Hex | B7 | 6E | 72 | 0 | 28 | 26 | 1C | 165 | 22 | 39 |
| Octal | 267 | 156 | 162 | 0 | 50 | 46 | 34 | 545 | 42 | 71 |
| Binary | 10110111 | 1101110 | 1110010 | 0 | 101000 | 100110 | 11100 | 101100101 | 100010 | 111001 |
Color Harmonies of #B76E72
Complementary color
Monochromatic Colors of #B76E72
Black with #B76E72
Text Example
Text Example
White with #B76E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E72; }
p { color: rgb(183,110,114); }
H1.HeaderClassName
{
color: #B76E72;
}
.AnyTagClassName
{
color: #B76E72;
}
</style>
background-color css
<style>
a { background-color: #B76E72; }
a { background-color: rgb(183,110,114); }
div.DivClassName
{
background-color: #B76E72;
}
.BgClassName
{
background-color: #B76E72;
}
</style>
border-color css
<style>
span { border-color: #B76E72; }
span { border-color: rgb(183,110,114); }
td.TdClassName
{
border-color: #B76E72;
}
.TagClassName
{
border-color: #B76E72;
}
</style>