Shades of Twine #BC8156
Tints of Twine #BC8156
RGB
CMYK
RGB Variations
Color information
#BC8156 (or 0xBC8156) is known color: Twine. HEX triplet: BC, 81 and 56. RGB value is (188,129,86). Sum of RGB (Red+Green+Blue) = 188+129+86=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8156 is #437EA9. Grayscale: #8D8D8D. Windows color (decimal): -4423338 or 5669308. OLE color: 5669308.
HSL color Cylindrical-coordinate representation of color #BC8156: hue angle of 25.29º 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 #BC8156 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 86 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.26 |
| HSL | 25.29º | 0.43% | 0.54% | - |
| HSV(B) | 25.29º | 0.54% | 0.74% | - |
| XYZ | 30.27 | 27.06 | 12.43 | - |
| YUV | 141.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 86 | 0 | 0.31 | 0.54 | 0.26 | 25.29 | 0.43 | 0.54 |
| Hex | BC | 81 | 56 | 0 | 1F | 36 | 1A | 19 | 2B | 36 |
| Octal | 274 | 201 | 126 | 0 | 37 | 66 | 32 | 31 | 53 | 66 |
| Binary | 10111100 | 10000001 | 1010110 | 0 | 11111 | 110110 | 11010 | 11001 | 101011 | 110110 |
Color Harmonies of #BC8156
Complementary color
Monochromatic Colors of #BC8156
Black with #BC8156
Text Example
Text Example
White with #BC8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8156; }
p { color: rgb(188,129,86); }
H1.HeaderClassName
{
color: #BC8156;
}
.AnyTagClassName
{
color: #BC8156;
}
</style>
background-color css
<style>
a { background-color: #BC8156; }
a { background-color: rgb(188,129,86); }
div.DivClassName
{
background-color: #BC8156;
}
.BgClassName
{
background-color: #BC8156;
}
</style>
border-color css
<style>
span { border-color: #BC8156; }
span { border-color: rgb(188,129,86); }
td.TdClassName
{
border-color: #BC8156;
}
.TagClassName
{
border-color: #BC8156;
}
</style>