Shades of Twine #BF8F63
Tints of Twine #BF8F63
RGB
CMYK
RGB Variations
Color information
#BF8F63 (or 0xBF8F63) is known color: Twine. HEX triplet: BF, 8F and 63. RGB value is (191,143,99). Sum of RGB (Red+Green+Blue) = 191+143+99=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F63 is #40709C. Grayscale: #989898. Windows color (decimal): -4223133 or 6524863. OLE color: 6524863.
HSL color Cylindrical-coordinate representation of color #BF8F63: hue angle of 28.7º 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 #BF8F63 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 99 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.25 |
| HSL | 28.7º | 0.42% | 0.57% | - |
| HSV(B) | 28.7º | 0.48% | 0.75% | - |
| XYZ | 33.56 | 31.62 | 16.14 | - |
| YUV | 152.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 99 | 0 | 0.25 | 0.48 | 0.25 | 28.7 | 0.42 | 0.57 |
| Hex | BF | 8F | 63 | 0 | 19 | 30 | 19 | 1D | 2A | 39 |
| Octal | 277 | 217 | 143 | 0 | 31 | 60 | 31 | 35 | 52 | 71 |
| Binary | 10111111 | 10001111 | 1100011 | 0 | 11001 | 110000 | 11001 | 11101 | 101010 | 111001 |
Color Harmonies of #BF8F63
Complementary color
Monochromatic Colors of #BF8F63
Black with #BF8F63
Text Example
Text Example
White with #BF8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F63; }
p { color: rgb(191,143,99); }
H1.HeaderClassName
{
color: #BF8F63;
}
.AnyTagClassName
{
color: #BF8F63;
}
</style>
background-color css
<style>
a { background-color: #BF8F63; }
a { background-color: rgb(191,143,99); }
div.DivClassName
{
background-color: #BF8F63;
}
.BgClassName
{
background-color: #BF8F63;
}
</style>
border-color css
<style>
span { border-color: #BF8F63; }
span { border-color: rgb(191,143,99); }
td.TdClassName
{
border-color: #BF8F63;
}
.TagClassName
{
border-color: #BF8F63;
}
</style>