Shades of Turkish Rose #B56C73
Tints of Turkish Rose #B56C73
RGB
CMYK
RGB Variations
Color information
#B56C73 (or 0xB56C73) is known color: Turkish Rose. HEX triplet: B5, 6C and 73. RGB value is (181,108,115). Sum of RGB (Red+Green+Blue) = 181+108+115=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C73 is #4A938C. Grayscale: #828282. Windows color (decimal): -4887437 or 7564469. OLE color: 7564469.
HSL color Cylindrical-coordinate representation of color #B56C73: hue angle of 354.25º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C73 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 115 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.29 |
| HSL | 354.25º | 0.33% | 0.57% | - |
| HSV(B) | 354.25º | 0.4% | 0.71% | - |
| XYZ | 27.51 | 21.79 | 18.97 | - |
| YUV | 130.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 115 | 0 | 0.40 | 0.36 | 0.29 | 354.25 | 0.33 | 0.57 |
| Hex | B5 | 6C | 73 | 0 | 28 | 24 | 1D | 162 | 21 | 39 |
| Octal | 265 | 154 | 163 | 0 | 50 | 44 | 35 | 542 | 41 | 71 |
| Binary | 10110101 | 1101100 | 1110011 | 0 | 101000 | 100100 | 11101 | 101100010 | 100001 | 111001 |
Color Harmonies of #B56C73
Complementary color
Monochromatic Colors of #B56C73
Black with #B56C73
Text Example
Text Example
White with #B56C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C73; }
p { color: rgb(181,108,115); }
H1.HeaderClassName
{
color: #B56C73;
}
.AnyTagClassName
{
color: #B56C73;
}
</style>
background-color css
<style>
a { background-color: #B56C73; }
a { background-color: rgb(181,108,115); }
div.DivClassName
{
background-color: #B56C73;
}
.BgClassName
{
background-color: #B56C73;
}
</style>
border-color css
<style>
span { border-color: #B56C73; }
span { border-color: rgb(181,108,115); }
td.TdClassName
{
border-color: #B56C73;
}
.TagClassName
{
border-color: #B56C73;
}
</style>