Shades of Twine #BC855E
Tints of Twine #BC855E
RGB
CMYK
RGB Variations
Color information
#BC855E (or 0xBC855E) is known color: Twine. HEX triplet: BC, 85 and 5E. RGB value is (188,133,94). Sum of RGB (Red+Green+Blue) = 188+133+94=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC855E is #437AA1. Grayscale: #919191. Windows color (decimal): -4422306 or 6194620. OLE color: 6194620.
HSL color Cylindrical-coordinate representation of color #BC855E: hue angle of 24.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC855E is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 94 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.26 |
| HSL | 24.89º | 0.41% | 0.55% | - |
| HSV(B) | 24.89º | 0.5% | 0.74% | - |
| XYZ | 31.15 | 28.27 | 14.41 | - |
| YUV | 145 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 94 | 0 | 0.29 | 0.50 | 0.26 | 24.89 | 0.41 | 0.55 |
| Hex | BC | 85 | 5E | 0 | 1D | 32 | 1A | 19 | 29 | 37 |
| Octal | 274 | 205 | 136 | 0 | 35 | 62 | 32 | 31 | 51 | 67 |
| Binary | 10111100 | 10000101 | 1011110 | 0 | 11101 | 110010 | 11010 | 11001 | 101001 | 110111 |
Color Harmonies of #BC855E
Complementary color
Monochromatic Colors of #BC855E
Black with #BC855E
Text Example
Text Example
White with #BC855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC855E; }
p { color: rgb(188,133,94); }
H1.HeaderClassName
{
color: #BC855E;
}
.AnyTagClassName
{
color: #BC855E;
}
</style>
background-color css
<style>
a { background-color: #BC855E; }
a { background-color: rgb(188,133,94); }
div.DivClassName
{
background-color: #BC855E;
}
.BgClassName
{
background-color: #BC855E;
}
</style>
border-color css
<style>
span { border-color: #BC855E; }
span { border-color: rgb(188,133,94); }
td.TdClassName
{
border-color: #BC855E;
}
.TagClassName
{
border-color: #BC855E;
}
</style>