Shades of Turkish Rose #B56869
Tints of Turkish Rose #B56869
RGB
CMYK
RGB Variations
Color information
#B56869 (or 0xB56869) is known color: Turkish Rose. HEX triplet: B5, 68 and 69. RGB value is (181,104,105). Sum of RGB (Red+Green+Blue) = 181+104+105=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B56869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56869 is #4A9796. Grayscale: #7F7F7F. Windows color (decimal): -4888471 or 6908085. OLE color: 6908085.
HSL color Cylindrical-coordinate representation of color #B56869: hue angle of 359.22º 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 #B56869 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 105 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.29 |
| HSL | 359.22º | 0.34% | 0.56% | - |
| HSV(B) | 359.22º | 0.43% | 0.71% | - |
| XYZ | 26.56 | 20.74 | 15.97 | - |
| YUV | 127.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 105 | 0 | 0.43 | 0.42 | 0.29 | 359.22 | 0.34 | 0.56 |
| Hex | B5 | 68 | 69 | 0 | 2B | 2A | 1D | 167 | 22 | 38 |
| Octal | 265 | 150 | 151 | 0 | 53 | 52 | 35 | 547 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1101001 | 0 | 101011 | 101010 | 11101 | 101100111 | 100010 | 111000 |
Color Harmonies of #B56869
Complementary color
Monochromatic Colors of #B56869
Black with #B56869
Text Example
Text Example
White with #B56869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56869; }
p { color: rgb(181,104,105); }
H1.HeaderClassName
{
color: #B56869;
}
.AnyTagClassName
{
color: #B56869;
}
</style>
background-color css
<style>
a { background-color: #B56869; }
a { background-color: rgb(181,104,105); }
div.DivClassName
{
background-color: #B56869;
}
.BgClassName
{
background-color: #B56869;
}
</style>
border-color css
<style>
span { border-color: #B56869; }
span { border-color: rgb(181,104,105); }
td.TdClassName
{
border-color: #B56869;
}
.TagClassName
{
border-color: #B56869;
}
</style>