Shades of Turkish Rose #B36E76
Tints of Turkish Rose #B36E76
RGB
CMYK
RGB Variations
Color information
#B36E76 (or 0xB36E76) is known color: Turkish Rose. HEX triplet: B3, 6E and 76. RGB value is (179,110,118). Sum of RGB (Red+Green+Blue) = 179+110+118=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E76 is #4C9189. Grayscale: #838383. Windows color (decimal): -5017994 or 7761587. OLE color: 7761587.
HSL color Cylindrical-coordinate representation of color #B36E76: hue angle of 353.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36E76 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 118 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.30 |
| HSL | 353.04º | 0.31% | 0.57% | - |
| HSV(B) | 353.04º | 0.39% | 0.7% | - |
| XYZ | 27.44 | 22.04 | 19.95 | - |
| YUV | 131.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 118 | 0 | 0.39 | 0.34 | 0.30 | 353.04 | 0.31 | 0.57 |
| Hex | B3 | 6E | 76 | 0 | 27 | 22 | 1E | 161 | 1F | 39 |
| Octal | 263 | 156 | 166 | 0 | 47 | 42 | 36 | 541 | 37 | 71 |
| Binary | 10110011 | 1101110 | 1110110 | 0 | 100111 | 100010 | 11110 | 101100001 | 11111 | 111001 |
Color Harmonies of #B36E76
Complementary color
Monochromatic Colors of #B36E76
Black with #B36E76
Text Example
Text Example
White with #B36E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E76; }
p { color: rgb(179,110,118); }
H1.HeaderClassName
{
color: #B36E76;
}
.AnyTagClassName
{
color: #B36E76;
}
</style>
background-color css
<style>
a { background-color: #B36E76; }
a { background-color: rgb(179,110,118); }
div.DivClassName
{
background-color: #B36E76;
}
.BgClassName
{
background-color: #B36E76;
}
</style>
border-color css
<style>
span { border-color: #B36E76; }
span { border-color: rgb(179,110,118); }
td.TdClassName
{
border-color: #B36E76;
}
.TagClassName
{
border-color: #B36E76;
}
</style>