Shades of Twine #BC8956
Tints of Twine #BC8956
RGB
CMYK
RGB Variations
Color information
#BC8956 (or 0xBC8956) is known color: Twine. HEX triplet: BC, 89 and 56. RGB value is (188,137,86). Sum of RGB (Red+Green+Blue) = 188+137+86=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8956 is #4376A9. Grayscale: #929292. Windows color (decimal): -4421290 or 5671356. OLE color: 5671356.
HSL color Cylindrical-coordinate representation of color #BC8956: hue angle of 30º 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 #BC8956 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 86 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.26 |
| HSL | 30º | 0.43% | 0.54% | - |
| HSV(B) | 30º | 0.54% | 0.74% | - |
| XYZ | 31.36 | 29.25 | 12.8 | - |
| YUV | 146.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 86 | 0 | 0.27 | 0.54 | 0.26 | 30 | 0.43 | 0.54 |
| Hex | BC | 89 | 56 | 0 | 1B | 36 | 1A | 1E | 2B | 36 |
| Octal | 274 | 211 | 126 | 0 | 33 | 66 | 32 | 36 | 53 | 66 |
| Binary | 10111100 | 10001001 | 1010110 | 0 | 11011 | 110110 | 11010 | 11110 | 101011 | 110110 |
Color Harmonies of #BC8956
Complementary color
Monochromatic Colors of #BC8956
Black with #BC8956
Text Example
Text Example
White with #BC8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8956; }
p { color: rgb(188,137,86); }
H1.HeaderClassName
{
color: #BC8956;
}
.AnyTagClassName
{
color: #BC8956;
}
</style>
background-color css
<style>
a { background-color: #BC8956; }
a { background-color: rgb(188,137,86); }
div.DivClassName
{
background-color: #BC8956;
}
.BgClassName
{
background-color: #BC8956;
}
</style>
border-color css
<style>
span { border-color: #BC8956; }
span { border-color: rgb(188,137,86); }
td.TdClassName
{
border-color: #BC8956;
}
.TagClassName
{
border-color: #BC8956;
}
</style>