Shades of Turkish Rose #BC6F76
Tints of Turkish Rose #BC6F76
RGB
CMYK
RGB Variations
Color information
#BC6F76 (or 0xBC6F76) is known color: Turkish Rose. HEX triplet: BC, 6F and 76. RGB value is (188,111,118). Sum of RGB (Red+Green+Blue) = 188+111+118=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F76 is #439089. Grayscale: #868686. Windows color (decimal): -4427914 or 7761852. OLE color: 7761852.
HSL color Cylindrical-coordinate representation of color #BC6F76: hue angle of 354.55º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F76 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 118 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.26 |
| HSL | 354.55º | 0.36% | 0.59% | - |
| HSV(B) | 354.55º | 0.41% | 0.74% | - |
| XYZ | 29.69 | 23.37 | 20.09 | - |
| YUV | 134.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 118 | 0 | 0.41 | 0.37 | 0.26 | 354.55 | 0.36 | 0.59 |
| Hex | BC | 6F | 76 | 0 | 29 | 25 | 1A | 163 | 24 | 3B |
| Octal | 274 | 157 | 166 | 0 | 51 | 45 | 32 | 543 | 44 | 73 |
| Binary | 10111100 | 1101111 | 1110110 | 0 | 101001 | 100101 | 11010 | 101100011 | 100100 | 111011 |
Color Harmonies of #BC6F76
Complementary color
Monochromatic Colors of #BC6F76
Black with #BC6F76
Text Example
Text Example
White with #BC6F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F76; }
p { color: rgb(188,111,118); }
H1.HeaderClassName
{
color: #BC6F76;
}
.AnyTagClassName
{
color: #BC6F76;
}
</style>
background-color css
<style>
a { background-color: #BC6F76; }
a { background-color: rgb(188,111,118); }
div.DivClassName
{
background-color: #BC6F76;
}
.BgClassName
{
background-color: #BC6F76;
}
</style>
border-color css
<style>
span { border-color: #BC6F76; }
span { border-color: rgb(188,111,118); }
td.TdClassName
{
border-color: #BC6F76;
}
.TagClassName
{
border-color: #BC6F76;
}
</style>