Shades of Twine #BC8256
Tints of Twine #BC8256
RGB
CMYK
RGB Variations
Color information
#BC8256 (or 0xBC8256) is known color: Twine. HEX triplet: BC, 82 and 56. RGB value is (188,130,86). Sum of RGB (Red+Green+Blue) = 188+130+86=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8256 is #437DA9. Grayscale: #8E8E8E. Windows color (decimal): -4423082 or 5669564. OLE color: 5669564.
HSL color Cylindrical-coordinate representation of color #BC8256: hue angle of 25.88º 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 #BC8256 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 86 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.26 |
| HSL | 25.88º | 0.43% | 0.54% | - |
| HSV(B) | 25.88º | 0.54% | 0.74% | - |
| XYZ | 30.4 | 27.33 | 12.48 | - |
| YUV | 142.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 86 | 0 | 0.31 | 0.54 | 0.26 | 25.88 | 0.43 | 0.54 |
| Hex | BC | 82 | 56 | 0 | 1F | 36 | 1A | 1A | 2B | 36 |
| Octal | 274 | 202 | 126 | 0 | 37 | 66 | 32 | 32 | 53 | 66 |
| Binary | 10111100 | 10000010 | 1010110 | 0 | 11111 | 110110 | 11010 | 11010 | 101011 | 110110 |
Color Harmonies of #BC8256
Complementary color
Monochromatic Colors of #BC8256
Black with #BC8256
Text Example
Text Example
White with #BC8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8256; }
p { color: rgb(188,130,86); }
H1.HeaderClassName
{
color: #BC8256;
}
.AnyTagClassName
{
color: #BC8256;
}
</style>
background-color css
<style>
a { background-color: #BC8256; }
a { background-color: rgb(188,130,86); }
div.DivClassName
{
background-color: #BC8256;
}
.BgClassName
{
background-color: #BC8256;
}
</style>
border-color css
<style>
span { border-color: #BC8256; }
span { border-color: rgb(188,130,86); }
td.TdClassName
{
border-color: #BC8256;
}
.TagClassName
{
border-color: #BC8256;
}
</style>