Shades of Twine #BF864E
Tints of Twine #BF864E
RGB
CMYK
RGB Variations
Color information
#BF864E (or 0xBF864E) is known color: Twine. HEX triplet: BF, 86 and 4E. RGB value is (191,134,78). Sum of RGB (Red+Green+Blue) = 191+134+78=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF864E is #4079B1. Grayscale: #909090. Windows color (decimal): -4225458 or 5146303. OLE color: 5146303.
HSL color Cylindrical-coordinate representation of color #BF864E: hue angle of 29.73º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF864E is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 78 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.25 |
| HSL | 29.73º | 0.47% | 0.53% | - |
| HSV(B) | 29.73º | 0.59% | 0.75% | - |
| XYZ | 31.39 | 28.68 | 11.09 | - |
| YUV | 144.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 78 | 0 | 0.30 | 0.59 | 0.25 | 29.73 | 0.47 | 0.53 |
| Hex | BF | 86 | 4E | 0 | 1E | 3B | 19 | 1E | 2F | 35 |
| Octal | 277 | 206 | 116 | 0 | 36 | 73 | 31 | 36 | 57 | 65 |
| Binary | 10111111 | 10000110 | 1001110 | 0 | 11110 | 111011 | 11001 | 11110 | 101111 | 110101 |
Color Harmonies of #BF864E
Complementary color
Monochromatic Colors of #BF864E
Black with #BF864E
Text Example
Text Example
White with #BF864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF864E; }
p { color: rgb(191,134,78); }
H1.HeaderClassName
{
color: #BF864E;
}
.AnyTagClassName
{
color: #BF864E;
}
</style>
background-color css
<style>
a { background-color: #BF864E; }
a { background-color: rgb(191,134,78); }
div.DivClassName
{
background-color: #BF864E;
}
.BgClassName
{
background-color: #BF864E;
}
</style>
border-color css
<style>
span { border-color: #BF864E; }
span { border-color: rgb(191,134,78); }
td.TdClassName
{
border-color: #BF864E;
}
.TagClassName
{
border-color: #BF864E;
}
</style>