Shades of Twine #BC8659
Tints of Twine #BC8659
RGB
CMYK
RGB Variations
Color information
#BC8659 (or 0xBC8659) is known color: Twine. HEX triplet: BC, 86 and 59. RGB value is (188,134,89). Sum of RGB (Red+Green+Blue) = 188+134+89=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8659 is #4379A6. Grayscale: #919191. Windows color (decimal): -4422055 or 5867196. OLE color: 5867196.
HSL color Cylindrical-coordinate representation of color #BC8659: hue angle of 27.27º 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 #BC8659 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 89 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.26 |
| HSL | 27.27º | 0.42% | 0.54% | - |
| HSV(B) | 27.27º | 0.53% | 0.74% | - |
| XYZ | 31.07 | 28.46 | 13.31 | - |
| YUV | 145.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 89 | 0 | 0.29 | 0.53 | 0.26 | 27.27 | 0.42 | 0.54 |
| Hex | BC | 86 | 59 | 0 | 1D | 35 | 1A | 1B | 2A | 36 |
| Octal | 274 | 206 | 131 | 0 | 35 | 65 | 32 | 33 | 52 | 66 |
| Binary | 10111100 | 10000110 | 1011001 | 0 | 11101 | 110101 | 11010 | 11011 | 101010 | 110110 |
Color Harmonies of #BC8659
Complementary color
Monochromatic Colors of #BC8659
Black with #BC8659
Text Example
Text Example
White with #BC8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8659; }
p { color: rgb(188,134,89); }
H1.HeaderClassName
{
color: #BC8659;
}
.AnyTagClassName
{
color: #BC8659;
}
</style>
background-color css
<style>
a { background-color: #BC8659; }
a { background-color: rgb(188,134,89); }
div.DivClassName
{
background-color: #BC8659;
}
.BgClassName
{
background-color: #BC8659;
}
</style>
border-color css
<style>
span { border-color: #BC8659; }
span { border-color: rgb(188,134,89); }
td.TdClassName
{
border-color: #BC8659;
}
.TagClassName
{
border-color: #BC8659;
}
</style>