Shades of Twine #BC8C59
Tints of Twine #BC8C59
RGB
CMYK
RGB Variations
Color information
#BC8C59 (or 0xBC8C59) is known color: Twine. HEX triplet: BC, 8C and 59. RGB value is (188,140,89). Sum of RGB (Red+Green+Blue) = 188+140+89=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C59 is #4373A6. Grayscale: #949494. Windows color (decimal): -4420519 or 5868732. OLE color: 5868732.
HSL color Cylindrical-coordinate representation of color #BC8C59: hue angle of 30.91º 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 #BC8C59 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 89 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.26 |
| HSL | 30.91º | 0.42% | 0.54% | - |
| HSV(B) | 30.91º | 0.53% | 0.74% | - |
| XYZ | 31.92 | 30.17 | 13.59 | - |
| YUV | 148.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 89 | 0 | 0.26 | 0.53 | 0.26 | 30.91 | 0.42 | 0.54 |
| Hex | BC | 8C | 59 | 0 | 1A | 35 | 1A | 1F | 2A | 36 |
| Octal | 274 | 214 | 131 | 0 | 32 | 65 | 32 | 37 | 52 | 66 |
| Binary | 10111100 | 10001100 | 1011001 | 0 | 11010 | 110101 | 11010 | 11111 | 101010 | 110110 |
Color Harmonies of #BC8C59
Complementary color
Monochromatic Colors of #BC8C59
Black with #BC8C59
Text Example
Text Example
White with #BC8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C59; }
p { color: rgb(188,140,89); }
H1.HeaderClassName
{
color: #BC8C59;
}
.AnyTagClassName
{
color: #BC8C59;
}
</style>
background-color css
<style>
a { background-color: #BC8C59; }
a { background-color: rgb(188,140,89); }
div.DivClassName
{
background-color: #BC8C59;
}
.BgClassName
{
background-color: #BC8C59;
}
</style>
border-color css
<style>
span { border-color: #BC8C59; }
span { border-color: rgb(188,140,89); }
td.TdClassName
{
border-color: #BC8C59;
}
.TagClassName
{
border-color: #BC8C59;
}
</style>