Shades of Twine #BC8D57
Tints of Twine #BC8D57
RGB
CMYK
RGB Variations
Color information
#BC8D57 (or 0xBC8D57) is known color: Twine. HEX triplet: BC, 8D and 57. RGB value is (188,141,87). Sum of RGB (Red+Green+Blue) = 188+141+87=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D57 is #4372A8. Grayscale: #959595. Windows color (decimal): -4420265 or 5737916. OLE color: 5737916.
HSL color Cylindrical-coordinate representation of color #BC8D57: hue angle of 32.08º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC8D57 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 87 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.26 |
| HSL | 32.08º | 0.43% | 0.54% | - |
| HSV(B) | 32.08º | 0.54% | 0.74% | - |
| XYZ | 31.98 | 30.43 | 13.2 | - |
| YUV | 148.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 87 | 0 | 0.25 | 0.54 | 0.26 | 32.08 | 0.43 | 0.54 |
| Hex | BC | 8D | 57 | 0 | 19 | 36 | 1A | 20 | 2B | 36 |
| Octal | 274 | 215 | 127 | 0 | 31 | 66 | 32 | 40 | 53 | 66 |
| Binary | 10111100 | 10001101 | 1010111 | 0 | 11001 | 110110 | 11010 | 100000 | 101011 | 110110 |
Color Harmonies of #BC8D57
Complementary color
Monochromatic Colors of #BC8D57
Black with #BC8D57
Text Example
Text Example
White with #BC8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D57; }
p { color: rgb(188,141,87); }
H1.HeaderClassName
{
color: #BC8D57;
}
.AnyTagClassName
{
color: #BC8D57;
}
</style>
background-color css
<style>
a { background-color: #BC8D57; }
a { background-color: rgb(188,141,87); }
div.DivClassName
{
background-color: #BC8D57;
}
.BgClassName
{
background-color: #BC8D57;
}
</style>
border-color css
<style>
span { border-color: #BC8D57; }
span { border-color: rgb(188,141,87); }
td.TdClassName
{
border-color: #BC8D57;
}
.TagClassName
{
border-color: #BC8D57;
}
</style>