Shades of Turkish Rose #B8686F
Tints of Turkish Rose #B8686F
RGB
CMYK
RGB Variations
Color information
#B8686F (or 0xB8686F) is known color: Turkish Rose. HEX triplet: B8, 68 and 6F. RGB value is (184,104,111). Sum of RGB (Red+Green+Blue) = 184+104+111=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8686F is #479790. Grayscale: #808080. Windows color (decimal): -4691857 or 7301304. OLE color: 7301304.
HSL color Cylindrical-coordinate representation of color #B8686F: hue angle of 354.75º 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 #B8686F is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 111 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.28 |
| HSL | 354.75º | 0.36% | 0.56% | - |
| HSV(B) | 354.75º | 0.43% | 0.72% | - |
| XYZ | 27.59 | 21.24 | 17.68 | - |
| YUV | 128.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 111 | 0 | 0.43 | 0.40 | 0.28 | 354.75 | 0.36 | 0.56 |
| Hex | B8 | 68 | 6F | 0 | 2B | 28 | 1C | 163 | 24 | 38 |
| Octal | 270 | 150 | 157 | 0 | 53 | 50 | 34 | 543 | 44 | 70 |
| Binary | 10111000 | 1101000 | 1101111 | 0 | 101011 | 101000 | 11100 | 101100011 | 100100 | 111000 |
Color Harmonies of #B8686F
Complementary color
Monochromatic Colors of #B8686F
Black with #B8686F
Text Example
Text Example
White with #B8686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8686F; }
p { color: rgb(184,104,111); }
H1.HeaderClassName
{
color: #B8686F;
}
.AnyTagClassName
{
color: #B8686F;
}
</style>
background-color css
<style>
a { background-color: #B8686F; }
a { background-color: rgb(184,104,111); }
div.DivClassName
{
background-color: #B8686F;
}
.BgClassName
{
background-color: #B8686F;
}
</style>
border-color css
<style>
span { border-color: #B8686F; }
span { border-color: rgb(184,104,111); }
td.TdClassName
{
border-color: #B8686F;
}
.TagClassName
{
border-color: #B8686F;
}
</style>