Shades of Twine #BC8550
Tints of Twine #BC8550
RGB
CMYK
RGB Variations
Color information
#BC8550 (or 0xBC8550) is known color: Twine. HEX triplet: BC, 85 and 50. RGB value is (188,133,80). Sum of RGB (Red+Green+Blue) = 188+133+80=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8550 is #437AAF. Grayscale: #8F8F8F. Windows color (decimal): -4422320 or 5277116. OLE color: 5277116.
HSL color Cylindrical-coordinate representation of color #BC8550: hue angle of 29.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8550 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 80 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.26 |
| HSL | 29.44º | 0.45% | 0.53% | - |
| HSV(B) | 29.44º | 0.57% | 0.74% | - |
| XYZ | 30.57 | 28.05 | 11.39 | - |
| YUV | 143.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 80 | 0 | 0.29 | 0.57 | 0.26 | 29.44 | 0.45 | 0.53 |
| Hex | BC | 85 | 50 | 0 | 1D | 39 | 1A | 1D | 2D | 35 |
| Octal | 274 | 205 | 120 | 0 | 35 | 71 | 32 | 35 | 55 | 65 |
| Binary | 10111100 | 10000101 | 1010000 | 0 | 11101 | 111001 | 11010 | 11101 | 101101 | 110101 |
Color Harmonies of #BC8550
Complementary color
Monochromatic Colors of #BC8550
Black with #BC8550
Text Example
Text Example
White with #BC8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8550; }
p { color: rgb(188,133,80); }
H1.HeaderClassName
{
color: #BC8550;
}
.AnyTagClassName
{
color: #BC8550;
}
</style>
background-color css
<style>
a { background-color: #BC8550; }
a { background-color: rgb(188,133,80); }
div.DivClassName
{
background-color: #BC8550;
}
.BgClassName
{
background-color: #BC8550;
}
</style>
border-color css
<style>
span { border-color: #BC8550; }
span { border-color: rgb(188,133,80); }
td.TdClassName
{
border-color: #BC8550;
}
.TagClassName
{
border-color: #BC8550;
}
</style>