Shades of Turkish Rose #B8686A
Tints of Turkish Rose #B8686A
RGB
CMYK
RGB Variations
Color information
#B8686A (or 0xB8686A) is known color: Turkish Rose. HEX triplet: B8, 68 and 6A. RGB value is (184,104,106). Sum of RGB (Red+Green+Blue) = 184+104+106=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8686A is #479795. Grayscale: #808080. Windows color (decimal): -4691862 or 6973624. OLE color: 6973624.
HSL color Cylindrical-coordinate representation of color #B8686A: hue angle of 358.5º degrees, saturation: 0.36, 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 #B8686A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 106 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.28 |
| HSL | 358.5º | 0.36% | 0.56% | - |
| HSV(B) | 358.5º | 0.43% | 0.72% | - |
| XYZ | 27.32 | 21.13 | 16.27 | - |
| YUV | 128.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 106 | 0 | 0.43 | 0.42 | 0.28 | 358.5 | 0.36 | 0.56 |
| Hex | B8 | 68 | 6A | 0 | 2B | 2A | 1C | 166 | 24 | 38 |
| Octal | 270 | 150 | 152 | 0 | 53 | 52 | 34 | 546 | 44 | 70 |
| Binary | 10111000 | 1101000 | 1101010 | 0 | 101011 | 101010 | 11100 | 101100110 | 100100 | 111000 |
Color Harmonies of #B8686A
Complementary color
Monochromatic Colors of #B8686A
Black with #B8686A
Text Example
Text Example
White with #B8686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8686A; }
p { color: rgb(184,104,106); }
H1.HeaderClassName
{
color: #B8686A;
}
.AnyTagClassName
{
color: #B8686A;
}
</style>
background-color css
<style>
a { background-color: #B8686A; }
a { background-color: rgb(184,104,106); }
div.DivClassName
{
background-color: #B8686A;
}
.BgClassName
{
background-color: #B8686A;
}
</style>
border-color css
<style>
span { border-color: #B8686A; }
span { border-color: rgb(184,104,106); }
td.TdClassName
{
border-color: #B8686A;
}
.TagClassName
{
border-color: #B8686A;
}
</style>