Shades of Twine #BC9256
Tints of Twine #BC9256
RGB
CMYK
RGB Variations
Color information
#BC9256 (or 0xBC9256) is known color: Twine. HEX triplet: BC, 92 and 56. RGB value is (188,146,86). Sum of RGB (Red+Green+Blue) = 188+146+86=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9256 is #436DA9. Grayscale: #989898. Windows color (decimal): -4418986 or 5673660. OLE color: 5673660.
HSL color Cylindrical-coordinate representation of color #BC9256: hue angle of 35.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC9256 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 86 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.26 |
| HSL | 35.29º | 0.43% | 0.54% | - |
| HSV(B) | 35.29º | 0.54% | 0.74% | - |
| XYZ | 32.7 | 31.92 | 13.24 | - |
| YUV | 151.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 86 | 0 | 0.22 | 0.54 | 0.26 | 35.29 | 0.43 | 0.54 |
| Hex | BC | 92 | 56 | 0 | 16 | 36 | 1A | 23 | 2B | 36 |
| Octal | 274 | 222 | 126 | 0 | 26 | 66 | 32 | 43 | 53 | 66 |
| Binary | 10111100 | 10010010 | 1010110 | 0 | 10110 | 110110 | 11010 | 100011 | 101011 | 110110 |
Color Harmonies of #BC9256
Complementary color
Monochromatic Colors of #BC9256
Black with #BC9256
Text Example
Text Example
White with #BC9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9256; }
p { color: rgb(188,146,86); }
H1.HeaderClassName
{
color: #BC9256;
}
.AnyTagClassName
{
color: #BC9256;
}
</style>
background-color css
<style>
a { background-color: #BC9256; }
a { background-color: rgb(188,146,86); }
div.DivClassName
{
background-color: #BC9256;
}
.BgClassName
{
background-color: #BC9256;
}
</style>
border-color css
<style>
span { border-color: #BC9256; }
span { border-color: rgb(188,146,86); }
td.TdClassName
{
border-color: #BC9256;
}
.TagClassName
{
border-color: #BC9256;
}
</style>