Shades of Turkish Rose #B56876
Tints of Turkish Rose #B56876
RGB
CMYK
RGB Variations
Color information
#B56876 (or 0xB56876) is known color: Turkish Rose. HEX triplet: B5, 68 and 76. RGB value is (181,104,118). Sum of RGB (Red+Green+Blue) = 181+104+118=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B56876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56876 is #4A9789. Grayscale: #808080. Windows color (decimal): -4888458 or 7760053. OLE color: 7760053.
HSL color Cylindrical-coordinate representation of color #B56876: hue angle of 349.09º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56876 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 118 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.29 |
| HSL | 349.09º | 0.34% | 0.56% | - |
| HSV(B) | 349.09º | 0.43% | 0.71% | - |
| XYZ | 27.28 | 21.03 | 19.76 | - |
| YUV | 128.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 118 | 0 | 0.43 | 0.35 | 0.29 | 349.09 | 0.34 | 0.56 |
| Hex | B5 | 68 | 76 | 0 | 2B | 23 | 1D | 15D | 22 | 38 |
| Octal | 265 | 150 | 166 | 0 | 53 | 43 | 35 | 535 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1110110 | 0 | 101011 | 100011 | 11101 | 101011101 | 100010 | 111000 |
Color Harmonies of #B56876
Complementary color
Monochromatic Colors of #B56876
Black with #B56876
Text Example
Text Example
White with #B56876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56876; }
p { color: rgb(181,104,118); }
H1.HeaderClassName
{
color: #B56876;
}
.AnyTagClassName
{
color: #B56876;
}
</style>
background-color css
<style>
a { background-color: #B56876; }
a { background-color: rgb(181,104,118); }
div.DivClassName
{
background-color: #B56876;
}
.BgClassName
{
background-color: #B56876;
}
</style>
border-color css
<style>
span { border-color: #B56876; }
span { border-color: rgb(181,104,118); }
td.TdClassName
{
border-color: #B56876;
}
.TagClassName
{
border-color: #B56876;
}
</style>