Shades of Twine #BC9259
Tints of Twine #BC9259
RGB
CMYK
RGB Variations
Color information
#BC9259 (or 0xBC9259) is known color: Twine. HEX triplet: BC, 92 and 59. RGB value is (188,146,89). Sum of RGB (Red+Green+Blue) = 188+146+89=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9259 is #436DA6. Grayscale: #989898. Windows color (decimal): -4418983 or 5870268. OLE color: 5870268.
HSL color Cylindrical-coordinate representation of color #BC9259: hue angle of 34.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC9259 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 89 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.26 |
| HSL | 34.55º | 0.42% | 0.54% | - |
| HSV(B) | 34.55º | 0.53% | 0.74% | - |
| XYZ | 32.82 | 31.97 | 13.89 | - |
| YUV | 152.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 89 | 0 | 0.22 | 0.53 | 0.26 | 34.55 | 0.42 | 0.54 |
| Hex | BC | 92 | 59 | 0 | 16 | 35 | 1A | 23 | 2A | 36 |
| Octal | 274 | 222 | 131 | 0 | 26 | 65 | 32 | 43 | 52 | 66 |
| Binary | 10111100 | 10010010 | 1011001 | 0 | 10110 | 110101 | 11010 | 100011 | 101010 | 110110 |
Color Harmonies of #BC9259
Complementary color
Monochromatic Colors of #BC9259
Black with #BC9259
Text Example
Text Example
White with #BC9259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9259; }
p { color: rgb(188,146,89); }
H1.HeaderClassName
{
color: #BC9259;
}
.AnyTagClassName
{
color: #BC9259;
}
</style>
background-color css
<style>
a { background-color: #BC9259; }
a { background-color: rgb(188,146,89); }
div.DivClassName
{
background-color: #BC9259;
}
.BgClassName
{
background-color: #BC9259;
}
</style>
border-color css
<style>
span { border-color: #BC9259; }
span { border-color: rgb(188,146,89); }
td.TdClassName
{
border-color: #BC9259;
}
.TagClassName
{
border-color: #BC9259;
}
</style>