Shades of Twine #BC8554
Tints of Twine #BC8554
RGB
CMYK
RGB Variations
Color information
#BC8554 (or 0xBC8554) is known color: Twine. HEX triplet: BC, 85 and 54. RGB value is (188,133,84). Sum of RGB (Red+Green+Blue) = 188+133+84=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8554 is #437AAB. Grayscale: #909090. Windows color (decimal): -4422316 or 5539260. OLE color: 5539260.
HSL color Cylindrical-coordinate representation of color #BC8554: hue angle of 28.27º 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 #BC8554 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 84 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.26 |
| HSL | 28.27º | 0.44% | 0.53% | - |
| HSV(B) | 28.27º | 0.55% | 0.74% | - |
| XYZ | 30.73 | 28.11 | 12.19 | - |
| YUV | 143.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 84 | 0 | 0.29 | 0.55 | 0.26 | 28.27 | 0.44 | 0.53 |
| Hex | BC | 85 | 54 | 0 | 1D | 37 | 1A | 1C | 2C | 35 |
| Octal | 274 | 205 | 124 | 0 | 35 | 67 | 32 | 34 | 54 | 65 |
| Binary | 10111100 | 10000101 | 1010100 | 0 | 11101 | 110111 | 11010 | 11100 | 101100 | 110101 |
Color Harmonies of #BC8554
Complementary color
Monochromatic Colors of #BC8554
Black with #BC8554
Text Example
Text Example
White with #BC8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8554; }
p { color: rgb(188,133,84); }
H1.HeaderClassName
{
color: #BC8554;
}
.AnyTagClassName
{
color: #BC8554;
}
</style>
background-color css
<style>
a { background-color: #BC8554; }
a { background-color: rgb(188,133,84); }
div.DivClassName
{
background-color: #BC8554;
}
.BgClassName
{
background-color: #BC8554;
}
</style>
border-color css
<style>
span { border-color: #BC8554; }
span { border-color: rgb(188,133,84); }
td.TdClassName
{
border-color: #BC8554;
}
.TagClassName
{
border-color: #BC8554;
}
</style>