Shades of Twine #BC8255
Tints of Twine #BC8255
RGB
CMYK
RGB Variations
Color information
#BC8255 (or 0xBC8255) is known color: Twine. HEX triplet: BC, 82 and 55. RGB value is (188,130,85). Sum of RGB (Red+Green+Blue) = 188+130+85=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8255 is #437DAA. Grayscale: #8E8E8E. Windows color (decimal): -4423083 or 5604028. OLE color: 5604028.
HSL color Cylindrical-coordinate representation of color #BC8255: hue angle of 26.21º 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 #BC8255 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 85 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.26 |
| HSL | 26.21º | 0.43% | 0.54% | - |
| HSV(B) | 26.21º | 0.55% | 0.74% | - |
| XYZ | 30.36 | 27.31 | 12.27 | - |
| YUV | 142.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 85 | 0 | 0.31 | 0.55 | 0.26 | 26.21 | 0.43 | 0.54 |
| Hex | BC | 82 | 55 | 0 | 1F | 37 | 1A | 1A | 2B | 36 |
| Octal | 274 | 202 | 125 | 0 | 37 | 67 | 32 | 32 | 53 | 66 |
| Binary | 10111100 | 10000010 | 1010101 | 0 | 11111 | 110111 | 11010 | 11010 | 101011 | 110110 |
Color Harmonies of #BC8255
Complementary color
Monochromatic Colors of #BC8255
Black with #BC8255
Text Example
Text Example
White with #BC8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8255; }
p { color: rgb(188,130,85); }
H1.HeaderClassName
{
color: #BC8255;
}
.AnyTagClassName
{
color: #BC8255;
}
</style>
background-color css
<style>
a { background-color: #BC8255; }
a { background-color: rgb(188,130,85); }
div.DivClassName
{
background-color: #BC8255;
}
.BgClassName
{
background-color: #BC8255;
}
</style>
border-color css
<style>
span { border-color: #BC8255; }
span { border-color: rgb(188,130,85); }
td.TdClassName
{
border-color: #BC8255;
}
.TagClassName
{
border-color: #BC8255;
}
</style>