Shades of Turkish Rose #B56B76
Tints of Turkish Rose #B56B76
RGB
CMYK
RGB Variations
Color information
#B56B76 (or 0xB56B76) is known color: Turkish Rose. HEX triplet: B5, 6B and 76. RGB value is (181,107,118). Sum of RGB (Red+Green+Blue) = 181+107+118=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B76 is #4A9489. Grayscale: #828282. Windows color (decimal): -4887690 or 7760821. OLE color: 7760821.
HSL color Cylindrical-coordinate representation of color #B56B76: hue angle of 351.08º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56B76 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 118 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.29 |
| HSL | 351.08º | 0.33% | 0.56% | - |
| HSV(B) | 351.08º | 0.41% | 0.71% | - |
| XYZ | 27.58 | 21.65 | 19.86 | - |
| YUV | 130.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 118 | 0 | 0.41 | 0.35 | 0.29 | 351.08 | 0.33 | 0.56 |
| Hex | B5 | 6B | 76 | 0 | 29 | 23 | 1D | 15F | 21 | 38 |
| Octal | 265 | 153 | 166 | 0 | 51 | 43 | 35 | 537 | 41 | 70 |
| Binary | 10110101 | 1101011 | 1110110 | 0 | 101001 | 100011 | 11101 | 101011111 | 100001 | 111000 |
Color Harmonies of #B56B76
Complementary color
Monochromatic Colors of #B56B76
Black with #B56B76
Text Example
Text Example
White with #B56B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56B76; }
p { color: rgb(181,107,118); }
H1.HeaderClassName
{
color: #B56B76;
}
.AnyTagClassName
{
color: #B56B76;
}
</style>
background-color css
<style>
a { background-color: #B56B76; }
a { background-color: rgb(181,107,118); }
div.DivClassName
{
background-color: #B56B76;
}
.BgClassName
{
background-color: #B56B76;
}
</style>
border-color css
<style>
span { border-color: #B56B76; }
span { border-color: rgb(181,107,118); }
td.TdClassName
{
border-color: #B56B76;
}
.TagClassName
{
border-color: #B56B76;
}
</style>