Shades of Twine #BC8359
Tints of Twine #BC8359
RGB
CMYK
RGB Variations
Color information
#BC8359 (or 0xBC8359) is known color: Twine. HEX triplet: BC, 83 and 59. RGB value is (188,131,89). Sum of RGB (Red+Green+Blue) = 188+131+89=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8359 is #437CA6. Grayscale: #8F8F8F. Windows color (decimal): -4422823 or 5866428. OLE color: 5866428.
HSL color Cylindrical-coordinate representation of color #BC8359: hue angle of 25.45º 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 #BC8359 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 89 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.26 |
| HSL | 25.45º | 0.42% | 0.54% | - |
| HSV(B) | 25.45º | 0.53% | 0.74% | - |
| XYZ | 30.66 | 27.65 | 13.17 | - |
| YUV | 143.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 89 | 0 | 0.30 | 0.53 | 0.26 | 25.45 | 0.42 | 0.54 |
| Hex | BC | 83 | 59 | 0 | 1E | 35 | 1A | 19 | 2A | 36 |
| Octal | 274 | 203 | 131 | 0 | 36 | 65 | 32 | 31 | 52 | 66 |
| Binary | 10111100 | 10000011 | 1011001 | 0 | 11110 | 110101 | 11010 | 11001 | 101010 | 110110 |
Color Harmonies of #BC8359
Complementary color
Monochromatic Colors of #BC8359
Black with #BC8359
Text Example
Text Example
White with #BC8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8359; }
p { color: rgb(188,131,89); }
H1.HeaderClassName
{
color: #BC8359;
}
.AnyTagClassName
{
color: #BC8359;
}
</style>
background-color css
<style>
a { background-color: #BC8359; }
a { background-color: rgb(188,131,89); }
div.DivClassName
{
background-color: #BC8359;
}
.BgClassName
{
background-color: #BC8359;
}
</style>
border-color css
<style>
span { border-color: #BC8359; }
span { border-color: rgb(188,131,89); }
td.TdClassName
{
border-color: #BC8359;
}
.TagClassName
{
border-color: #BC8359;
}
</style>