Shades of Turkish Rose #B6686C
Tints of Turkish Rose #B6686C
RGB
CMYK
RGB Variations
Color information
#B6686C (or 0xB6686C) is known color: Turkish Rose. HEX triplet: B6, 68 and 6C. RGB value is (182,104,108). Sum of RGB (Red+Green+Blue) = 182+104+108=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6686C is #499793. Grayscale: #7F7F7F. Windows color (decimal): -4822932 or 7104694. OLE color: 7104694.
HSL color Cylindrical-coordinate representation of color #B6686C: hue angle of 356.92º degrees, saturation: 0.35, 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 #B6686C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 108 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.29 |
| HSL | 356.92º | 0.35% | 0.56% | - |
| HSV(B) | 356.92º | 0.43% | 0.71% | - |
| XYZ | 26.95 | 20.93 | 16.81 | - |
| YUV | 127.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 108 | 0 | 0.43 | 0.41 | 0.29 | 356.92 | 0.35 | 0.56 |
| Hex | B6 | 68 | 6C | 0 | 2B | 29 | 1D | 165 | 23 | 38 |
| Octal | 266 | 150 | 154 | 0 | 53 | 51 | 35 | 545 | 43 | 70 |
| Binary | 10110110 | 1101000 | 1101100 | 0 | 101011 | 101001 | 11101 | 101100101 | 100011 | 111000 |
Color Harmonies of #B6686C
Complementary color
Monochromatic Colors of #B6686C
Black with #B6686C
Text Example
Text Example
White with #B6686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6686C; }
p { color: rgb(182,104,108); }
H1.HeaderClassName
{
color: #B6686C;
}
.AnyTagClassName
{
color: #B6686C;
}
</style>
background-color css
<style>
a { background-color: #B6686C; }
a { background-color: rgb(182,104,108); }
div.DivClassName
{
background-color: #B6686C;
}
.BgClassName
{
background-color: #B6686C;
}
</style>
border-color css
<style>
span { border-color: #B6686C; }
span { border-color: rgb(182,104,108); }
td.TdClassName
{
border-color: #B6686C;
}
.TagClassName
{
border-color: #B6686C;
}
</style>