Shades of Twine #BF9456
Tints of Twine #BF9456
RGB
CMYK
RGB Variations
Color information
#BF9456 (or 0xBF9456) is known color: Twine. HEX triplet: BF, 94 and 56. RGB value is (191,148,86). Sum of RGB (Red+Green+Blue) = 191+148+86=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9456 is #406BA9. Grayscale: #9A9A9A. Windows color (decimal): -4221866 or 5674175. OLE color: 5674175.
HSL color Cylindrical-coordinate representation of color #BF9456: hue angle of 35.43º 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 #BF9456 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 86 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.25 |
| HSL | 35.43º | 0.45% | 0.54% | - |
| HSV(B) | 35.43º | 0.55% | 0.75% | - |
| XYZ | 33.76 | 32.93 | 13.38 | - |
| YUV | 153.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 86 | 0 | 0.23 | 0.55 | 0.25 | 35.43 | 0.45 | 0.54 |
| Hex | BF | 94 | 56 | 0 | 17 | 37 | 19 | 23 | 2D | 36 |
| Octal | 277 | 224 | 126 | 0 | 27 | 67 | 31 | 43 | 55 | 66 |
| Binary | 10111111 | 10010100 | 1010110 | 0 | 10111 | 110111 | 11001 | 100011 | 101101 | 110110 |
Color Harmonies of #BF9456
Complementary color
Monochromatic Colors of #BF9456
Black with #BF9456
Text Example
Text Example
White with #BF9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9456; }
p { color: rgb(191,148,86); }
H1.HeaderClassName
{
color: #BF9456;
}
.AnyTagClassName
{
color: #BF9456;
}
</style>
background-color css
<style>
a { background-color: #BF9456; }
a { background-color: rgb(191,148,86); }
div.DivClassName
{
background-color: #BF9456;
}
.BgClassName
{
background-color: #BF9456;
}
</style>
border-color css
<style>
span { border-color: #BF9456; }
span { border-color: rgb(191,148,86); }
td.TdClassName
{
border-color: #BF9456;
}
.TagClassName
{
border-color: #BF9456;
}
</style>