Shades of Turkish Rose #BC686F
Tints of Turkish Rose #BC686F
RGB
CMYK
RGB Variations
Color information
#BC686F (or 0xBC686F) is known color: Turkish Rose. HEX triplet: BC, 68 and 6F. RGB value is (188,104,111). Sum of RGB (Red+Green+Blue) = 188+104+111=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686F is #439790. Grayscale: #818181. Windows color (decimal): -4429713 or 7301308. OLE color: 7301308.
HSL color Cylindrical-coordinate representation of color #BC686F: hue angle of 355º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC686F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 111 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.26 |
| HSL | 355º | 0.39% | 0.57% | - |
| HSV(B) | 355º | 0.45% | 0.74% | - |
| XYZ | 28.56 | 21.74 | 17.73 | - |
| YUV | 129.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 111 | 0 | 0.45 | 0.41 | 0.26 | 355 | 0.39 | 0.57 |
| Hex | BC | 68 | 6F | 0 | 2D | 29 | 1A | 163 | 27 | 39 |
| Octal | 274 | 150 | 157 | 0 | 55 | 51 | 32 | 543 | 47 | 71 |
| Binary | 10111100 | 1101000 | 1101111 | 0 | 101101 | 101001 | 11010 | 101100011 | 100111 | 111001 |
Color Harmonies of #BC686F
Complementary color
Monochromatic Colors of #BC686F
Black with #BC686F
Text Example
Text Example
White with #BC686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC686F; }
p { color: rgb(188,104,111); }
H1.HeaderClassName
{
color: #BC686F;
}
.AnyTagClassName
{
color: #BC686F;
}
</style>
background-color css
<style>
a { background-color: #BC686F; }
a { background-color: rgb(188,104,111); }
div.DivClassName
{
background-color: #BC686F;
}
.BgClassName
{
background-color: #BC686F;
}
</style>
border-color css
<style>
span { border-color: #BC686F; }
span { border-color: rgb(188,104,111); }
td.TdClassName
{
border-color: #BC686F;
}
.TagClassName
{
border-color: #BC686F;
}
</style>