Shades of Twine #BC8553
Tints of Twine #BC8553
RGB
CMYK
RGB Variations
Color information
#BC8553 (or 0xBC8553) is known color: Twine. HEX triplet: BC, 85 and 53. RGB value is (188,133,83). Sum of RGB (Red+Green+Blue) = 188+133+83=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8553 is #437AAC. Grayscale: #909090. Windows color (decimal): -4422317 or 5473724. OLE color: 5473724.
HSL color Cylindrical-coordinate representation of color #BC8553: hue angle of 28.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC8553 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 83 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.26 |
| HSL | 28.57º | 0.44% | 0.53% | - |
| HSV(B) | 28.57º | 0.56% | 0.74% | - |
| XYZ | 30.69 | 28.09 | 11.99 | - |
| YUV | 143.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 83 | 0 | 0.29 | 0.56 | 0.26 | 28.57 | 0.44 | 0.53 |
| Hex | BC | 85 | 53 | 0 | 1D | 38 | 1A | 1D | 2C | 35 |
| Octal | 274 | 205 | 123 | 0 | 35 | 70 | 32 | 35 | 54 | 65 |
| Binary | 10111100 | 10000101 | 1010011 | 0 | 11101 | 111000 | 11010 | 11101 | 101100 | 110101 |
Color Harmonies of #BC8553
Complementary color
Monochromatic Colors of #BC8553
Black with #BC8553
Text Example
Text Example
White with #BC8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8553; }
p { color: rgb(188,133,83); }
H1.HeaderClassName
{
color: #BC8553;
}
.AnyTagClassName
{
color: #BC8553;
}
</style>
background-color css
<style>
a { background-color: #BC8553; }
a { background-color: rgb(188,133,83); }
div.DivClassName
{
background-color: #BC8553;
}
.BgClassName
{
background-color: #BC8553;
}
</style>
border-color css
<style>
span { border-color: #BC8553; }
span { border-color: rgb(188,133,83); }
td.TdClassName
{
border-color: #BC8553;
}
.TagClassName
{
border-color: #BC8553;
}
</style>