Shades of Twine #BF9556
Tints of Twine #BF9556
RGB
CMYK
RGB Variations
Color information
#BF9556 (or 0xBF9556) is known color: Twine. HEX triplet: BF, 95 and 56. RGB value is (191,149,86). Sum of RGB (Red+Green+Blue) = 191+149+86=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9556 is #406AA9. Grayscale: #9A9A9A. Windows color (decimal): -4221610 or 5674431. OLE color: 5674431.
HSL color Cylindrical-coordinate representation of color #BF9556: hue angle of 36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF9556 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 86 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.25 |
| HSL | 36º | 0.45% | 0.54% | - |
| HSV(B) | 36º | 0.55% | 0.75% | - |
| XYZ | 33.91 | 33.24 | 13.43 | - |
| YUV | 154.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 86 | 0 | 0.22 | 0.55 | 0.25 | 36 | 0.45 | 0.54 |
| Hex | BF | 95 | 56 | 0 | 16 | 37 | 19 | 24 | 2D | 36 |
| Octal | 277 | 225 | 126 | 0 | 26 | 67 | 31 | 44 | 55 | 66 |
| Binary | 10111111 | 10010101 | 1010110 | 0 | 10110 | 110111 | 11001 | 100100 | 101101 | 110110 |
Color Harmonies of #BF9556
Complementary color
Monochromatic Colors of #BF9556
Black with #BF9556
Text Example
Text Example
White with #BF9556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9556; }
p { color: rgb(191,149,86); }
H1.HeaderClassName
{
color: #BF9556;
}
.AnyTagClassName
{
color: #BF9556;
}
</style>
background-color css
<style>
a { background-color: #BF9556; }
a { background-color: rgb(191,149,86); }
div.DivClassName
{
background-color: #BF9556;
}
.BgClassName
{
background-color: #BF9556;
}
</style>
border-color css
<style>
span { border-color: #BF9556; }
span { border-color: rgb(191,149,86); }
td.TdClassName
{
border-color: #BF9556;
}
.TagClassName
{
border-color: #BF9556;
}
</style>