Shades of Twine #BC8A59
Tints of Twine #BC8A59
RGB
CMYK
RGB Variations
Color information
#BC8A59 (or 0xBC8A59) is known color: Twine. HEX triplet: BC, 8A and 59. RGB value is (188,138,89). Sum of RGB (Red+Green+Blue) = 188+138+89=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A59 is #4375A6. Grayscale: #939393. Windows color (decimal): -4421031 or 5868220. OLE color: 5868220.
HSL color Cylindrical-coordinate representation of color #BC8A59: hue angle of 29.7º 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 #BC8A59 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 89 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.26 |
| HSL | 29.7º | 0.42% | 0.54% | - |
| HSV(B) | 29.7º | 0.53% | 0.74% | - |
| XYZ | 31.63 | 29.59 | 13.5 | - |
| YUV | 147.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 89 | 0 | 0.27 | 0.53 | 0.26 | 29.7 | 0.42 | 0.54 |
| Hex | BC | 8A | 59 | 0 | 1B | 35 | 1A | 1E | 2A | 36 |
| Octal | 274 | 212 | 131 | 0 | 33 | 65 | 32 | 36 | 52 | 66 |
| Binary | 10111100 | 10001010 | 1011001 | 0 | 11011 | 110101 | 11010 | 11110 | 101010 | 110110 |
Color Harmonies of #BC8A59
Complementary color
Monochromatic Colors of #BC8A59
Black with #BC8A59
Text Example
Text Example
White with #BC8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A59; }
p { color: rgb(188,138,89); }
H1.HeaderClassName
{
color: #BC8A59;
}
.AnyTagClassName
{
color: #BC8A59;
}
</style>
background-color css
<style>
a { background-color: #BC8A59; }
a { background-color: rgb(188,138,89); }
div.DivClassName
{
background-color: #BC8A59;
}
.BgClassName
{
background-color: #BC8A59;
}
</style>
border-color css
<style>
span { border-color: #BC8A59; }
span { border-color: rgb(188,138,89); }
td.TdClassName
{
border-color: #BC8A59;
}
.TagClassName
{
border-color: #BC8A59;
}
</style>