Shades of Turkish Rose #B56E70
Tints of Turkish Rose #B56E70
RGB
CMYK
RGB Variations
Color information
#B56E70 (or 0xB56E70) is known color: Turkish Rose. HEX triplet: B5, 6E and 70. RGB value is (181,110,112). Sum of RGB (Red+Green+Blue) = 181+110+112=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E70 is #4A918F. Grayscale: #838383. Windows color (decimal): -4886928 or 7368373. OLE color: 7368373.
HSL color Cylindrical-coordinate representation of color #B56E70: hue angle of 358.31º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56E70 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 112 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.29 |
| HSL | 358.31º | 0.32% | 0.57% | - |
| HSV(B) | 358.31º | 0.39% | 0.71% | - |
| XYZ | 27.56 | 22.15 | 18.15 | - |
| YUV | 131.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 112 | 0 | 0.39 | 0.38 | 0.29 | 358.31 | 0.32 | 0.57 |
| Hex | B5 | 6E | 70 | 0 | 27 | 26 | 1D | 166 | 20 | 39 |
| Octal | 265 | 156 | 160 | 0 | 47 | 46 | 35 | 546 | 40 | 71 |
| Binary | 10110101 | 1101110 | 1110000 | 0 | 100111 | 100110 | 11101 | 101100110 | 100000 | 111001 |
Color Harmonies of #B56E70
Complementary color
Monochromatic Colors of #B56E70
Black with #B56E70
Text Example
Text Example
White with #B56E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E70; }
p { color: rgb(181,110,112); }
H1.HeaderClassName
{
color: #B56E70;
}
.AnyTagClassName
{
color: #B56E70;
}
</style>
background-color css
<style>
a { background-color: #B56E70; }
a { background-color: rgb(181,110,112); }
div.DivClassName
{
background-color: #B56E70;
}
.BgClassName
{
background-color: #B56E70;
}
</style>
border-color css
<style>
span { border-color: #B56E70; }
span { border-color: rgb(181,110,112); }
td.TdClassName
{
border-color: #B56E70;
}
.TagClassName
{
border-color: #B56E70;
}
</style>