Shades of Twine #BC9356
Tints of Twine #BC9356
RGB
CMYK
RGB Variations
Color information
#BC9356 (or 0xBC9356) is known color: Twine. HEX triplet: BC, 93 and 56. RGB value is (188,147,86). Sum of RGB (Red+Green+Blue) = 188+147+86=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9356 is #436CA9. Grayscale: #989898. Windows color (decimal): -4418730 or 5673916. OLE color: 5673916.
HSL color Cylindrical-coordinate representation of color #BC9356: hue angle of 35.88º 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 #BC9356 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 86 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.26 |
| HSL | 35.88º | 0.43% | 0.54% | - |
| HSV(B) | 35.88º | 0.54% | 0.74% | - |
| XYZ | 32.85 | 32.23 | 13.29 | - |
| YUV | 152.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 86 | 0 | 0.22 | 0.54 | 0.26 | 35.88 | 0.43 | 0.54 |
| Hex | BC | 93 | 56 | 0 | 16 | 36 | 1A | 24 | 2B | 36 |
| Octal | 274 | 223 | 126 | 0 | 26 | 66 | 32 | 44 | 53 | 66 |
| Binary | 10111100 | 10010011 | 1010110 | 0 | 10110 | 110110 | 11010 | 100100 | 101011 | 110110 |
Color Harmonies of #BC9356
Complementary color
Monochromatic Colors of #BC9356
Black with #BC9356
Text Example
Text Example
White with #BC9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9356; }
p { color: rgb(188,147,86); }
H1.HeaderClassName
{
color: #BC9356;
}
.AnyTagClassName
{
color: #BC9356;
}
</style>
background-color css
<style>
a { background-color: #BC9356; }
a { background-color: rgb(188,147,86); }
div.DivClassName
{
background-color: #BC9356;
}
.BgClassName
{
background-color: #BC9356;
}
</style>
border-color css
<style>
span { border-color: #BC9356; }
span { border-color: rgb(188,147,86); }
td.TdClassName
{
border-color: #BC9356;
}
.TagClassName
{
border-color: #BC9356;
}
</style>