Shades of Turkish Rose #B0686D
Tints of Turkish Rose #B0686D
RGB
CMYK
RGB Variations
Color information
#B0686D (or 0xB0686D) is known color: Turkish Rose. HEX triplet: B0, 68 and 6D. RGB value is (176,104,109). Sum of RGB (Red+Green+Blue) = 176+104+109=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0686D is #4F9792. Grayscale: #7E7E7E. Windows color (decimal): -5216147 or 7170224. OLE color: 7170224.
HSL color Cylindrical-coordinate representation of color #B0686D: hue angle of 355.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0686D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 109 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.83º | 0.31% | 0.55% | - |
| HSV(B) | 355.83º | 0.41% | 0.69% | - |
| XYZ | 25.62 | 20.23 | 17.02 | - |
| YUV | 126.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 109 | 0 | 0.41 | 0.38 | 0.31 | 355.83 | 0.31 | 0.55 |
| Hex | B0 | 68 | 6D | 0 | 29 | 26 | 1F | 164 | 1F | 37 |
| Octal | 260 | 150 | 155 | 0 | 51 | 46 | 37 | 544 | 37 | 67 |
| Binary | 10110000 | 1101000 | 1101101 | 0 | 101001 | 100110 | 11111 | 101100100 | 11111 | 110111 |
Color Harmonies of #B0686D
Complementary color
Monochromatic Colors of #B0686D
Black with #B0686D
Text Example
Text Example
White with #B0686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0686D; }
p { color: rgb(176,104,109); }
H1.HeaderClassName
{
color: #B0686D;
}
.AnyTagClassName
{
color: #B0686D;
}
</style>
background-color css
<style>
a { background-color: #B0686D; }
a { background-color: rgb(176,104,109); }
div.DivClassName
{
background-color: #B0686D;
}
.BgClassName
{
background-color: #B0686D;
}
</style>
border-color css
<style>
span { border-color: #B0686D; }
span { border-color: rgb(176,104,109); }
td.TdClassName
{
border-color: #B0686D;
}
.TagClassName
{
border-color: #B0686D;
}
</style>