Shades of Twine #BC8955
Tints of Twine #BC8955
RGB
CMYK
RGB Variations
Color information
#BC8955 (or 0xBC8955) is known color: Twine. HEX triplet: BC, 89 and 55. RGB value is (188,137,85). Sum of RGB (Red+Green+Blue) = 188+137+85=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8955 is #4376AA. Grayscale: #929292. Windows color (decimal): -4421291 or 5605820. OLE color: 5605820.
HSL color Cylindrical-coordinate representation of color #BC8955: hue angle of 30.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8955 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 85 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.26 |
| HSL | 30.29º | 0.43% | 0.54% | - |
| HSV(B) | 30.29º | 0.55% | 0.74% | - |
| XYZ | 31.32 | 29.24 | 12.59 | - |
| YUV | 146.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 85 | 0 | 0.27 | 0.55 | 0.26 | 30.29 | 0.43 | 0.54 |
| Hex | BC | 89 | 55 | 0 | 1B | 37 | 1A | 1E | 2B | 36 |
| Octal | 274 | 211 | 125 | 0 | 33 | 67 | 32 | 36 | 53 | 66 |
| Binary | 10111100 | 10001001 | 1010101 | 0 | 11011 | 110111 | 11010 | 11110 | 101011 | 110110 |
Color Harmonies of #BC8955
Complementary color
Monochromatic Colors of #BC8955
Black with #BC8955
Text Example
Text Example
White with #BC8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8955; }
p { color: rgb(188,137,85); }
H1.HeaderClassName
{
color: #BC8955;
}
.AnyTagClassName
{
color: #BC8955;
}
</style>
background-color css
<style>
a { background-color: #BC8955; }
a { background-color: rgb(188,137,85); }
div.DivClassName
{
background-color: #BC8955;
}
.BgClassName
{
background-color: #BC8955;
}
</style>
border-color css
<style>
span { border-color: #BC8955; }
span { border-color: rgb(188,137,85); }
td.TdClassName
{
border-color: #BC8955;
}
.TagClassName
{
border-color: #BC8955;
}
</style>