Shades of Twine #BF8860
Tints of Twine #BF8860
RGB
CMYK
RGB Variations
Color information
#BF8860 (or 0xBF8860) is known color: Twine. HEX triplet: BF, 88 and 60. RGB value is (191,136,96). Sum of RGB (Red+Green+Blue) = 191+136+96=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8860 is #40779F. Grayscale: #949494. Windows color (decimal): -4224928 or 6326463. OLE color: 6326463.
HSL color Cylindrical-coordinate representation of color #BF8860: hue angle of 25.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF8860 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 96 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.25 |
| HSL | 25.26º | 0.43% | 0.56% | - |
| HSV(B) | 25.26º | 0.5% | 0.75% | - |
| XYZ | 32.4 | 29.53 | 15.06 | - |
| YUV | 147.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 96 | 0 | 0.29 | 0.50 | 0.25 | 25.26 | 0.43 | 0.56 |
| Hex | BF | 88 | 60 | 0 | 1D | 32 | 19 | 19 | 2B | 38 |
| Octal | 277 | 210 | 140 | 0 | 35 | 62 | 31 | 31 | 53 | 70 |
| Binary | 10111111 | 10001000 | 1100000 | 0 | 11101 | 110010 | 11001 | 11001 | 101011 | 111000 |
Color Harmonies of #BF8860
Complementary color
Monochromatic Colors of #BF8860
Black with #BF8860
Text Example
Text Example
White with #BF8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8860; }
p { color: rgb(191,136,96); }
H1.HeaderClassName
{
color: #BF8860;
}
.AnyTagClassName
{
color: #BF8860;
}
</style>
background-color css
<style>
a { background-color: #BF8860; }
a { background-color: rgb(191,136,96); }
div.DivClassName
{
background-color: #BF8860;
}
.BgClassName
{
background-color: #BF8860;
}
</style>
border-color css
<style>
span { border-color: #BF8860; }
span { border-color: rgb(191,136,96); }
td.TdClassName
{
border-color: #BF8860;
}
.TagClassName
{
border-color: #BF8860;
}
</style>