Shades of Twine #BF8963
Tints of Twine #BF8963
RGB
CMYK
RGB Variations
Color information
#BF8963 (or 0xBF8963) is known color: Twine. HEX triplet: BF, 89 and 63. RGB value is (191,137,99). Sum of RGB (Red+Green+Blue) = 191+137+99=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8963 is #40769C. Grayscale: #959595. Windows color (decimal): -4224669 or 6523327. OLE color: 6523327.
HSL color Cylindrical-coordinate representation of color #BF8963: hue angle of 24.78º 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 #BF8963 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 99 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.25 |
| HSL | 24.78º | 0.42% | 0.57% | - |
| HSV(B) | 24.78º | 0.48% | 0.75% | - |
| XYZ | 32.68 | 29.87 | 15.85 | - |
| YUV | 148.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 99 | 0 | 0.28 | 0.48 | 0.25 | 24.78 | 0.42 | 0.57 |
| Hex | BF | 89 | 63 | 0 | 1C | 30 | 19 | 19 | 2A | 39 |
| Octal | 277 | 211 | 143 | 0 | 34 | 60 | 31 | 31 | 52 | 71 |
| Binary | 10111111 | 10001001 | 1100011 | 0 | 11100 | 110000 | 11001 | 11001 | 101010 | 111001 |
Color Harmonies of #BF8963
Complementary color
Monochromatic Colors of #BF8963
Black with #BF8963
Text Example
Text Example
White with #BF8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8963; }
p { color: rgb(191,137,99); }
H1.HeaderClassName
{
color: #BF8963;
}
.AnyTagClassName
{
color: #BF8963;
}
</style>
background-color css
<style>
a { background-color: #BF8963; }
a { background-color: rgb(191,137,99); }
div.DivClassName
{
background-color: #BF8963;
}
.BgClassName
{
background-color: #BF8963;
}
</style>
border-color css
<style>
span { border-color: #BF8963; }
span { border-color: rgb(191,137,99); }
td.TdClassName
{
border-color: #BF8963;
}
.TagClassName
{
border-color: #BF8963;
}
</style>