Shades of Turkish Rose #BC6E73
Tints of Turkish Rose #BC6E73
RGB
CMYK
RGB Variations
Color information
#BC6E73 (or 0xBC6E73) is known color: Turkish Rose. HEX triplet: BC, 6E and 73. RGB value is (188,110,115). Sum of RGB (Red+Green+Blue) = 188+110+115=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E73 is #43918C. Grayscale: #858585. Windows color (decimal): -4428173 or 7564988. OLE color: 7564988.
HSL color Cylindrical-coordinate representation of color #BC6E73: hue angle of 356.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6E73 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 115 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.26 |
| HSL | 356.15º | 0.37% | 0.58% | - |
| HSV(B) | 356.15º | 0.41% | 0.74% | - |
| XYZ | 29.41 | 23.08 | 19.12 | - |
| YUV | 133.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 115 | 0 | 0.41 | 0.39 | 0.26 | 356.15 | 0.37 | 0.58 |
| Hex | BC | 6E | 73 | 0 | 29 | 27 | 1A | 164 | 25 | 3A |
| Octal | 274 | 156 | 163 | 0 | 51 | 47 | 32 | 544 | 45 | 72 |
| Binary | 10111100 | 1101110 | 1110011 | 0 | 101001 | 100111 | 11010 | 101100100 | 100101 | 111010 |
Color Harmonies of #BC6E73
Complementary color
Monochromatic Colors of #BC6E73
Black with #BC6E73
Text Example
Text Example
White with #BC6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E73; }
p { color: rgb(188,110,115); }
H1.HeaderClassName
{
color: #BC6E73;
}
.AnyTagClassName
{
color: #BC6E73;
}
</style>
background-color css
<style>
a { background-color: #BC6E73; }
a { background-color: rgb(188,110,115); }
div.DivClassName
{
background-color: #BC6E73;
}
.BgClassName
{
background-color: #BC6E73;
}
</style>
border-color css
<style>
span { border-color: #BC6E73; }
span { border-color: rgb(188,110,115); }
td.TdClassName
{
border-color: #BC6E73;
}
.TagClassName
{
border-color: #BC6E73;
}
</style>