Shades of Twine #BF8C64
Tints of Twine #BF8C64
RGB
CMYK
RGB Variations
Color information
#BF8C64 (or 0xBF8C64) is known color: Twine. HEX triplet: BF, 8C and 64. RGB value is (191,140,100). Sum of RGB (Red+Green+Blue) = 191+140+100=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C64 is #40739B. Grayscale: #969696. Windows color (decimal): -4223900 or 6589631. OLE color: 6589631.
HSL color Cylindrical-coordinate representation of color #BF8C64: hue angle of 26.37º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF8C64 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 100 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.25 |
| HSL | 26.37º | 0.42% | 0.57% | - |
| HSV(B) | 26.37º | 0.48% | 0.75% | - |
| XYZ | 33.16 | 30.75 | 16.24 | - |
| YUV | 150.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 100 | 0 | 0.27 | 0.48 | 0.25 | 26.37 | 0.42 | 0.57 |
| Hex | BF | 8C | 64 | 0 | 1B | 30 | 19 | 1A | 2A | 39 |
| Octal | 277 | 214 | 144 | 0 | 33 | 60 | 31 | 32 | 52 | 71 |
| Binary | 10111111 | 10001100 | 1100100 | 0 | 11011 | 110000 | 11001 | 11010 | 101010 | 111001 |
Color Harmonies of #BF8C64
Complementary color
Monochromatic Colors of #BF8C64
Black with #BF8C64
Text Example
Text Example
White with #BF8C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C64; }
p { color: rgb(191,140,100); }
H1.HeaderClassName
{
color: #BF8C64;
}
.AnyTagClassName
{
color: #BF8C64;
}
</style>
background-color css
<style>
a { background-color: #BF8C64; }
a { background-color: rgb(191,140,100); }
div.DivClassName
{
background-color: #BF8C64;
}
.BgClassName
{
background-color: #BF8C64;
}
</style>
border-color css
<style>
span { border-color: #BF8C64; }
span { border-color: rgb(191,140,100); }
td.TdClassName
{
border-color: #BF8C64;
}
.TagClassName
{
border-color: #BF8C64;
}
</style>