Shades of Twine #BF8851
Tints of Twine #BF8851
RGB
CMYK
RGB Variations
Color information
#BF8851 (or 0xBF8851) is known color: Twine. HEX triplet: BF, 88 and 51. RGB value is (191,136,81). Sum of RGB (Red+Green+Blue) = 191+136+81=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8851 is #4077AE. Grayscale: #929292. Windows color (decimal): -4224943 or 5343423. OLE color: 5343423.
HSL color Cylindrical-coordinate representation of color #BF8851: hue angle of 30º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF8851 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 81 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.25 |
| HSL | 30º | 0.46% | 0.53% | - |
| HSV(B) | 30º | 0.58% | 0.75% | - |
| XYZ | 31.78 | 29.28 | 11.76 | - |
| YUV | 146.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 81 | 0 | 0.29 | 0.58 | 0.25 | 30 | 0.46 | 0.53 |
| Hex | BF | 88 | 51 | 0 | 1D | 3A | 19 | 1E | 2E | 35 |
| Octal | 277 | 210 | 121 | 0 | 35 | 72 | 31 | 36 | 56 | 65 |
| Binary | 10111111 | 10001000 | 1010001 | 0 | 11101 | 111010 | 11001 | 11110 | 101110 | 110101 |
Color Harmonies of #BF8851
Complementary color
Monochromatic Colors of #BF8851
Black with #BF8851
Text Example
Text Example
White with #BF8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8851; }
p { color: rgb(191,136,81); }
H1.HeaderClassName
{
color: #BF8851;
}
.AnyTagClassName
{
color: #BF8851;
}
</style>
background-color css
<style>
a { background-color: #BF8851; }
a { background-color: rgb(191,136,81); }
div.DivClassName
{
background-color: #BF8851;
}
.BgClassName
{
background-color: #BF8851;
}
</style>
border-color css
<style>
span { border-color: #BF8851; }
span { border-color: rgb(191,136,81); }
td.TdClassName
{
border-color: #BF8851;
}
.TagClassName
{
border-color: #BF8851;
}
</style>