Shades of Turkish Rose #B7686A
Tints of Turkish Rose #B7686A
RGB
CMYK
RGB Variations
Color information
#B7686A (or 0xB7686A) is known color: Turkish Rose. HEX triplet: B7, 68 and 6A. RGB value is (183,104,106). Sum of RGB (Red+Green+Blue) = 183+104+106=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7686A is #489795. Grayscale: #7F7F7F. Windows color (decimal): -4757398 or 6973623. OLE color: 6973623.
HSL color Cylindrical-coordinate representation of color #B7686A: hue angle of 358.48º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7686A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 106 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.28 |
| HSL | 358.48º | 0.35% | 0.56% | - |
| HSV(B) | 358.48º | 0.43% | 0.72% | - |
| XYZ | 27.08 | 21.01 | 16.26 | - |
| YUV | 127.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 106 | 0 | 0.43 | 0.42 | 0.28 | 358.48 | 0.35 | 0.56 |
| Hex | B7 | 68 | 6A | 0 | 2B | 2A | 1C | 166 | 23 | 38 |
| Octal | 267 | 150 | 152 | 0 | 53 | 52 | 34 | 546 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1101010 | 0 | 101011 | 101010 | 11100 | 101100110 | 100011 | 111000 |
Color Harmonies of #B7686A
Complementary color
Monochromatic Colors of #B7686A
Black with #B7686A
Text Example
Text Example
White with #B7686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7686A; }
p { color: rgb(183,104,106); }
H1.HeaderClassName
{
color: #B7686A;
}
.AnyTagClassName
{
color: #B7686A;
}
</style>
background-color css
<style>
a { background-color: #B7686A; }
a { background-color: rgb(183,104,106); }
div.DivClassName
{
background-color: #B7686A;
}
.BgClassName
{
background-color: #B7686A;
}
</style>
border-color css
<style>
span { border-color: #B7686A; }
span { border-color: rgb(183,104,106); }
td.TdClassName
{
border-color: #B7686A;
}
.TagClassName
{
border-color: #B7686A;
}
</style>