Shades of Turkish Rose #BC6D73
Tints of Turkish Rose #BC6D73
RGB
CMYK
RGB Variations
Color information
#BC6D73 (or 0xBC6D73) is known color: Turkish Rose. HEX triplet: BC, 6D and 73. RGB value is (188,109,115). Sum of RGB (Red+Green+Blue) = 188+109+115=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D73 is #43928C. Grayscale: #858585. Windows color (decimal): -4428429 or 7564732. OLE color: 7564732.
HSL color Cylindrical-coordinate representation of color #BC6D73: hue angle of 355.44º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6D73 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 115 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.26 |
| HSL | 355.44º | 0.37% | 0.58% | - |
| HSV(B) | 355.44º | 0.42% | 0.74% | - |
| XYZ | 29.3 | 22.87 | 19.09 | - |
| YUV | 133.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 115 | 0 | 0.42 | 0.39 | 0.26 | 355.44 | 0.37 | 0.58 |
| Hex | BC | 6D | 73 | 0 | 2A | 27 | 1A | 163 | 25 | 3A |
| Octal | 274 | 155 | 163 | 0 | 52 | 47 | 32 | 543 | 45 | 72 |
| Binary | 10111100 | 1101101 | 1110011 | 0 | 101010 | 100111 | 11010 | 101100011 | 100101 | 111010 |
Color Harmonies of #BC6D73
Complementary color
Monochromatic Colors of #BC6D73
Black with #BC6D73
Text Example
Text Example
White with #BC6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D73; }
p { color: rgb(188,109,115); }
H1.HeaderClassName
{
color: #BC6D73;
}
.AnyTagClassName
{
color: #BC6D73;
}
</style>
background-color css
<style>
a { background-color: #BC6D73; }
a { background-color: rgb(188,109,115); }
div.DivClassName
{
background-color: #BC6D73;
}
.BgClassName
{
background-color: #BC6D73;
}
</style>
border-color css
<style>
span { border-color: #BC6D73; }
span { border-color: rgb(188,109,115); }
td.TdClassName
{
border-color: #BC6D73;
}
.TagClassName
{
border-color: #BC6D73;
}
</style>