Shades of Twine #BC8850
Tints of Twine #BC8850
RGB
CMYK
RGB Variations
Color information
#BC8850 (or 0xBC8850) is known color: Twine. HEX triplet: BC, 88 and 50. RGB value is (188,136,80). Sum of RGB (Red+Green+Blue) = 188+136+80=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8850 is #4377AF. Grayscale: #919191. Windows color (decimal): -4421552 or 5277884. OLE color: 5277884.
HSL color Cylindrical-coordinate representation of color #BC8850: hue angle of 31.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8850 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 80 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.26 |
| HSL | 31.11º | 0.45% | 0.53% | - |
| HSV(B) | 31.11º | 0.57% | 0.74% | - |
| XYZ | 30.99 | 28.88 | 11.53 | - |
| YUV | 145.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 80 | 0 | 0.28 | 0.57 | 0.26 | 31.11 | 0.45 | 0.53 |
| Hex | BC | 88 | 50 | 0 | 1C | 39 | 1A | 1F | 2D | 35 |
| Octal | 274 | 210 | 120 | 0 | 34 | 71 | 32 | 37 | 55 | 65 |
| Binary | 10111100 | 10001000 | 1010000 | 0 | 11100 | 111001 | 11010 | 11111 | 101101 | 110101 |
Color Harmonies of #BC8850
Complementary color
Monochromatic Colors of #BC8850
Black with #BC8850
Text Example
Text Example
White with #BC8850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8850; }
p { color: rgb(188,136,80); }
H1.HeaderClassName
{
color: #BC8850;
}
.AnyTagClassName
{
color: #BC8850;
}
</style>
background-color css
<style>
a { background-color: #BC8850; }
a { background-color: rgb(188,136,80); }
div.DivClassName
{
background-color: #BC8850;
}
.BgClassName
{
background-color: #BC8850;
}
</style>
border-color css
<style>
span { border-color: #BC8850; }
span { border-color: rgb(188,136,80); }
td.TdClassName
{
border-color: #BC8850;
}
.TagClassName
{
border-color: #BC8850;
}
</style>