Shades of Twine #BC8859
Tints of Twine #BC8859
RGB
CMYK
RGB Variations
Color information
#BC8859 (or 0xBC8859) is known color: Twine. HEX triplet: BC, 88 and 59. RGB value is (188,136,89). Sum of RGB (Red+Green+Blue) = 188+136+89=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8859 is #4377A6. Grayscale: #929292. Windows color (decimal): -4421543 or 5867708. OLE color: 5867708.
HSL color Cylindrical-coordinate representation of color #BC8859: hue angle of 28.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC8859 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 89 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.26 |
| HSL | 28.48º | 0.42% | 0.54% | - |
| HSV(B) | 28.48º | 0.53% | 0.74% | - |
| XYZ | 31.35 | 29.02 | 13.4 | - |
| YUV | 146.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 89 | 0 | 0.28 | 0.53 | 0.26 | 28.48 | 0.42 | 0.54 |
| Hex | BC | 88 | 59 | 0 | 1C | 35 | 1A | 1C | 2A | 36 |
| Octal | 274 | 210 | 131 | 0 | 34 | 65 | 32 | 34 | 52 | 66 |
| Binary | 10111100 | 10001000 | 1011001 | 0 | 11100 | 110101 | 11010 | 11100 | 101010 | 110110 |
Color Harmonies of #BC8859
Complementary color
Monochromatic Colors of #BC8859
Black with #BC8859
Text Example
Text Example
White with #BC8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8859; }
p { color: rgb(188,136,89); }
H1.HeaderClassName
{
color: #BC8859;
}
.AnyTagClassName
{
color: #BC8859;
}
</style>
background-color css
<style>
a { background-color: #BC8859; }
a { background-color: rgb(188,136,89); }
div.DivClassName
{
background-color: #BC8859;
}
.BgClassName
{
background-color: #BC8859;
}
</style>
border-color css
<style>
span { border-color: #BC8859; }
span { border-color: rgb(188,136,89); }
td.TdClassName
{
border-color: #BC8859;
}
.TagClassName
{
border-color: #BC8859;
}
</style>