Shades of Twine #BF8D57
Tints of Twine #BF8D57
RGB
CMYK
RGB Variations
Color information
#BF8D57 (or 0xBF8D57) is known color: Twine. HEX triplet: BF, 8D and 57. RGB value is (191,141,87). Sum of RGB (Red+Green+Blue) = 191+141+87=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D57 is #4072A8. Grayscale: #969696. Windows color (decimal): -4223657 or 5737919. OLE color: 5737919.
HSL color Cylindrical-coordinate representation of color #BF8D57: hue angle of 31.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF8D57 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 87 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.25 |
| HSL | 31.15º | 0.45% | 0.55% | - |
| HSV(B) | 31.15º | 0.54% | 0.75% | - |
| XYZ | 32.73 | 30.81 | 13.24 | - |
| YUV | 149.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 87 | 0 | 0.26 | 0.54 | 0.25 | 31.15 | 0.45 | 0.55 |
| Hex | BF | 8D | 57 | 0 | 1A | 36 | 19 | 1F | 2D | 37 |
| Octal | 277 | 215 | 127 | 0 | 32 | 66 | 31 | 37 | 55 | 67 |
| Binary | 10111111 | 10001101 | 1010111 | 0 | 11010 | 110110 | 11001 | 11111 | 101101 | 110111 |
Color Harmonies of #BF8D57
Complementary color
Monochromatic Colors of #BF8D57
Black with #BF8D57
Text Example
Text Example
White with #BF8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D57; }
p { color: rgb(191,141,87); }
H1.HeaderClassName
{
color: #BF8D57;
}
.AnyTagClassName
{
color: #BF8D57;
}
</style>
background-color css
<style>
a { background-color: #BF8D57; }
a { background-color: rgb(191,141,87); }
div.DivClassName
{
background-color: #BF8D57;
}
.BgClassName
{
background-color: #BF8D57;
}
</style>
border-color css
<style>
span { border-color: #BF8D57; }
span { border-color: rgb(191,141,87); }
td.TdClassName
{
border-color: #BF8D57;
}
.TagClassName
{
border-color: #BF8D57;
}
</style>