Shades of Turkish Rose #B5686C
Tints of Turkish Rose #B5686C
RGB
CMYK
RGB Variations
Color information
#B5686C (or 0xB5686C) is known color: Turkish Rose. HEX triplet: B5, 68 and 6C. RGB value is (181,104,108). Sum of RGB (Red+Green+Blue) = 181+104+108=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686C is #4A9793. Grayscale: #7F7F7F. Windows color (decimal): -4888468 or 7104693. OLE color: 7104693.
HSL color Cylindrical-coordinate representation of color #B5686C: hue angle of 356.88º 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 #B5686C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 108 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.29 |
| HSL | 356.88º | 0.34% | 0.56% | - |
| HSV(B) | 356.88º | 0.43% | 0.71% | - |
| XYZ | 26.71 | 20.81 | 16.8 | - |
| YUV | 127.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 108 | 0 | 0.43 | 0.40 | 0.29 | 356.88 | 0.34 | 0.56 |
| Hex | B5 | 68 | 6C | 0 | 2B | 28 | 1D | 165 | 22 | 38 |
| Octal | 265 | 150 | 154 | 0 | 53 | 50 | 35 | 545 | 42 | 70 |
| Binary | 10110101 | 1101000 | 1101100 | 0 | 101011 | 101000 | 11101 | 101100101 | 100010 | 111000 |
Color Harmonies of #B5686C
Complementary color
Monochromatic Colors of #B5686C
Black with #B5686C
Text Example
Text Example
White with #B5686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5686C; }
p { color: rgb(181,104,108); }
H1.HeaderClassName
{
color: #B5686C;
}
.AnyTagClassName
{
color: #B5686C;
}
</style>
background-color css
<style>
a { background-color: #B5686C; }
a { background-color: rgb(181,104,108); }
div.DivClassName
{
background-color: #B5686C;
}
.BgClassName
{
background-color: #B5686C;
}
</style>
border-color css
<style>
span { border-color: #B5686C; }
span { border-color: rgb(181,104,108); }
td.TdClassName
{
border-color: #B5686C;
}
.TagClassName
{
border-color: #B5686C;
}
</style>