Shades of Twine #BC8854
Tints of Twine #BC8854
RGB
CMYK
RGB Variations
Color information
#BC8854 (or 0xBC8854) is known color: Twine. HEX triplet: BC, 88 and 54. RGB value is (188,136,84). Sum of RGB (Red+Green+Blue) = 188+136+84=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8854 is #4377AB. Grayscale: #919191. Windows color (decimal): -4421548 or 5540028. OLE color: 5540028.
HSL color Cylindrical-coordinate representation of color #BC8854: hue angle of 30º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8854 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 84 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.26 |
| HSL | 30º | 0.44% | 0.53% | - |
| HSV(B) | 30º | 0.55% | 0.74% | - |
| XYZ | 31.14 | 28.94 | 12.33 | - |
| YUV | 145.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 84 | 0 | 0.28 | 0.55 | 0.26 | 30 | 0.44 | 0.53 |
| Hex | BC | 88 | 54 | 0 | 1C | 37 | 1A | 1E | 2C | 35 |
| Octal | 274 | 210 | 124 | 0 | 34 | 67 | 32 | 36 | 54 | 65 |
| Binary | 10111100 | 10001000 | 1010100 | 0 | 11100 | 110111 | 11010 | 11110 | 101100 | 110101 |
Color Harmonies of #BC8854
Complementary color
Monochromatic Colors of #BC8854
Black with #BC8854
Text Example
Text Example
White with #BC8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8854; }
p { color: rgb(188,136,84); }
H1.HeaderClassName
{
color: #BC8854;
}
.AnyTagClassName
{
color: #BC8854;
}
</style>
background-color css
<style>
a { background-color: #BC8854; }
a { background-color: rgb(188,136,84); }
div.DivClassName
{
background-color: #BC8854;
}
.BgClassName
{
background-color: #BC8854;
}
</style>
border-color css
<style>
span { border-color: #BC8854; }
span { border-color: rgb(188,136,84); }
td.TdClassName
{
border-color: #BC8854;
}
.TagClassName
{
border-color: #BC8854;
}
</style>