Shades of Twine #BF8F55
Tints of Twine #BF8F55
RGB
CMYK
RGB Variations
Color information
#BF8F55 (or 0xBF8F55) is known color: Twine. HEX triplet: BF, 8F and 55. RGB value is (191,143,85). Sum of RGB (Red+Green+Blue) = 191+143+85=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F55 is #4070AA. Grayscale: #979797. Windows color (decimal): -4223147 or 5607359. OLE color: 5607359.
HSL color Cylindrical-coordinate representation of color #BF8F55: hue angle of 32.83º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF8F55 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 85 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.25 |
| HSL | 32.83º | 0.45% | 0.54% | - |
| HSV(B) | 32.83º | 0.55% | 0.75% | - |
| XYZ | 32.95 | 31.38 | 12.91 | - |
| YUV | 150.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 85 | 0 | 0.25 | 0.55 | 0.25 | 32.83 | 0.45 | 0.54 |
| Hex | BF | 8F | 55 | 0 | 19 | 37 | 19 | 21 | 2D | 36 |
| Octal | 277 | 217 | 125 | 0 | 31 | 67 | 31 | 41 | 55 | 66 |
| Binary | 10111111 | 10001111 | 1010101 | 0 | 11001 | 110111 | 11001 | 100001 | 101101 | 110110 |
Color Harmonies of #BF8F55
Complementary color
Monochromatic Colors of #BF8F55
Black with #BF8F55
Text Example
Text Example
White with #BF8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F55; }
p { color: rgb(191,143,85); }
H1.HeaderClassName
{
color: #BF8F55;
}
.AnyTagClassName
{
color: #BF8F55;
}
</style>
background-color css
<style>
a { background-color: #BF8F55; }
a { background-color: rgb(191,143,85); }
div.DivClassName
{
background-color: #BF8F55;
}
.BgClassName
{
background-color: #BF8F55;
}
</style>
border-color css
<style>
span { border-color: #BF8F55; }
span { border-color: rgb(191,143,85); }
td.TdClassName
{
border-color: #BF8F55;
}
.TagClassName
{
border-color: #BF8F55;
}
</style>