Shades of Turkish Rose #BC6971
Tints of Turkish Rose #BC6971
RGB
CMYK
RGB Variations
Color information
#BC6971 (or 0xBC6971) is known color: Turkish Rose. HEX triplet: BC, 69 and 71. RGB value is (188,105,113). Sum of RGB (Red+Green+Blue) = 188+105+113=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6971 is #43968E. Grayscale: #828282. Windows color (decimal): -4429455 or 7432636. OLE color: 7432636.
HSL color Cylindrical-coordinate representation of color #BC6971: hue angle of 354.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6971 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 113 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.26 |
| HSL | 354.22º | 0.38% | 0.57% | - |
| HSV(B) | 354.22º | 0.44% | 0.74% | - |
| XYZ | 28.77 | 21.99 | 18.35 | - |
| YUV | 130.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 113 | 0 | 0.44 | 0.40 | 0.26 | 354.22 | 0.38 | 0.57 |
| Hex | BC | 69 | 71 | 0 | 2C | 28 | 1A | 162 | 26 | 39 |
| Octal | 274 | 151 | 161 | 0 | 54 | 50 | 32 | 542 | 46 | 71 |
| Binary | 10111100 | 1101001 | 1110001 | 0 | 101100 | 101000 | 11010 | 101100010 | 100110 | 111001 |
Color Harmonies of #BC6971
Complementary color
Monochromatic Colors of #BC6971
Black with #BC6971
Text Example
Text Example
White with #BC6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6971; }
p { color: rgb(188,105,113); }
H1.HeaderClassName
{
color: #BC6971;
}
.AnyTagClassName
{
color: #BC6971;
}
</style>
background-color css
<style>
a { background-color: #BC6971; }
a { background-color: rgb(188,105,113); }
div.DivClassName
{
background-color: #BC6971;
}
.BgClassName
{
background-color: #BC6971;
}
</style>
border-color css
<style>
span { border-color: #BC6971; }
span { border-color: rgb(188,105,113); }
td.TdClassName
{
border-color: #BC6971;
}
.TagClassName
{
border-color: #BC6971;
}
</style>