Shades of Twine #BC9355
Tints of Twine #BC9355
RGB
CMYK
RGB Variations
Color information
#BC9355 (or 0xBC9355) is known color: Twine. HEX triplet: BC, 93 and 55. RGB value is (188,147,85). Sum of RGB (Red+Green+Blue) = 188+147+85=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9355 is #436CAA. Grayscale: #989898. Windows color (decimal): -4418731 or 5608380. OLE color: 5608380.
HSL color Cylindrical-coordinate representation of color #BC9355: hue angle of 36.12º 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 #BC9355 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 85 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.26 |
| HSL | 36.12º | 0.43% | 0.54% | - |
| HSV(B) | 36.12º | 0.55% | 0.74% | - |
| XYZ | 32.81 | 32.21 | 13.08 | - |
| YUV | 152.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 85 | 0 | 0.22 | 0.55 | 0.26 | 36.12 | 0.43 | 0.54 |
| Hex | BC | 93 | 55 | 0 | 16 | 37 | 1A | 24 | 2B | 36 |
| Octal | 274 | 223 | 125 | 0 | 26 | 67 | 32 | 44 | 53 | 66 |
| Binary | 10111100 | 10010011 | 1010101 | 0 | 10110 | 110111 | 11010 | 100100 | 101011 | 110110 |
Color Harmonies of #BC9355
Complementary color
Monochromatic Colors of #BC9355
Black with #BC9355
Text Example
Text Example
White with #BC9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9355; }
p { color: rgb(188,147,85); }
H1.HeaderClassName
{
color: #BC9355;
}
.AnyTagClassName
{
color: #BC9355;
}
</style>
background-color css
<style>
a { background-color: #BC9355; }
a { background-color: rgb(188,147,85); }
div.DivClassName
{
background-color: #BC9355;
}
.BgClassName
{
background-color: #BC9355;
}
</style>
border-color css
<style>
span { border-color: #BC9355; }
span { border-color: rgb(188,147,85); }
td.TdClassName
{
border-color: #BC9355;
}
.TagClassName
{
border-color: #BC9355;
}
</style>