Shades of Turkish Rose #BC686A
Tints of Turkish Rose #BC686A
RGB
CMYK
RGB Variations
Color information
#BC686A (or 0xBC686A) is known color: Turkish Rose. HEX triplet: BC, 68 and 6A. RGB value is (188,104,106). Sum of RGB (Red+Green+Blue) = 188+104+106=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686A is #439795. Grayscale: #818181. Windows color (decimal): -4429718 or 6973628. OLE color: 6973628.
HSL color Cylindrical-coordinate representation of color #BC686A: hue angle of 358.57º 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 #BC686A is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 106 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.26 |
| HSL | 358.57º | 0.39% | 0.57% | - |
| HSV(B) | 358.57º | 0.45% | 0.74% | - |
| XYZ | 28.29 | 21.63 | 16.32 | - |
| YUV | 129.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 106 | 0 | 0.45 | 0.44 | 0.26 | 358.57 | 0.39 | 0.57 |
| Hex | BC | 68 | 6A | 0 | 2D | 2C | 1A | 167 | 27 | 39 |
| Octal | 274 | 150 | 152 | 0 | 55 | 54 | 32 | 547 | 47 | 71 |
| Binary | 10111100 | 1101000 | 1101010 | 0 | 101101 | 101100 | 11010 | 101100111 | 100111 | 111001 |
Color Harmonies of #BC686A
Complementary color
Monochromatic Colors of #BC686A
Black with #BC686A
Text Example
Text Example
White with #BC686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC686A; }
p { color: rgb(188,104,106); }
H1.HeaderClassName
{
color: #BC686A;
}
.AnyTagClassName
{
color: #BC686A;
}
</style>
background-color css
<style>
a { background-color: #BC686A; }
a { background-color: rgb(188,104,106); }
div.DivClassName
{
background-color: #BC686A;
}
.BgClassName
{
background-color: #BC686A;
}
</style>
border-color css
<style>
span { border-color: #BC686A; }
span { border-color: rgb(188,104,106); }
td.TdClassName
{
border-color: #BC686A;
}
.TagClassName
{
border-color: #BC686A;
}
</style>