Shades of Turkish Rose #BC686D
Tints of Turkish Rose #BC686D
RGB
CMYK
RGB Variations
Color information
#BC686D (or 0xBC686D) is known color: Turkish Rose. HEX triplet: BC, 68 and 6D. RGB value is (188,104,109). Sum of RGB (Red+Green+Blue) = 188+104+109=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686D is #439792. Grayscale: #818181. Windows color (decimal): -4429715 or 7170236. OLE color: 7170236.
HSL color Cylindrical-coordinate representation of color #BC686D: hue angle of 356.43º 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 #BC686D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 109 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.26 |
| HSL | 356.43º | 0.39% | 0.57% | - |
| HSV(B) | 356.43º | 0.45% | 0.74% | - |
| XYZ | 28.45 | 21.7 | 17.16 | - |
| YUV | 129.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 109 | 0 | 0.45 | 0.42 | 0.26 | 356.43 | 0.39 | 0.57 |
| Hex | BC | 68 | 6D | 0 | 2D | 2A | 1A | 164 | 27 | 39 |
| Octal | 274 | 150 | 155 | 0 | 55 | 52 | 32 | 544 | 47 | 71 |
| Binary | 10111100 | 1101000 | 1101101 | 0 | 101101 | 101010 | 11010 | 101100100 | 100111 | 111001 |
Color Harmonies of #BC686D
Complementary color
Monochromatic Colors of #BC686D
Black with #BC686D
Text Example
Text Example
White with #BC686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC686D; }
p { color: rgb(188,104,109); }
H1.HeaderClassName
{
color: #BC686D;
}
.AnyTagClassName
{
color: #BC686D;
}
</style>
background-color css
<style>
a { background-color: #BC686D; }
a { background-color: rgb(188,104,109); }
div.DivClassName
{
background-color: #BC686D;
}
.BgClassName
{
background-color: #BC686D;
}
</style>
border-color css
<style>
span { border-color: #BC686D; }
span { border-color: rgb(188,104,109); }
td.TdClassName
{
border-color: #BC686D;
}
.TagClassName
{
border-color: #BC686D;
}
</style>