Shades of Twine #BF8C56
Tints of Twine #BF8C56
RGB
CMYK
RGB Variations
Color information
#BF8C56 (or 0xBF8C56) is known color: Twine. HEX triplet: BF, 8C and 56. RGB value is (191,140,86). Sum of RGB (Red+Green+Blue) = 191+140+86=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C56 is #4073A9. Grayscale: #959595. Windows color (decimal): -4223914 or 5672127. OLE color: 5672127.
HSL color Cylindrical-coordinate representation of color #BF8C56: hue angle of 30.86º 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 #BF8C56 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 86 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.25 |
| HSL | 30.86º | 0.45% | 0.54% | - |
| HSV(B) | 30.86º | 0.55% | 0.75% | - |
| XYZ | 32.54 | 30.5 | 12.98 | - |
| YUV | 149.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 86 | 0 | 0.27 | 0.55 | 0.25 | 30.86 | 0.45 | 0.54 |
| Hex | BF | 8C | 56 | 0 | 1B | 37 | 19 | 1F | 2D | 36 |
| Octal | 277 | 214 | 126 | 0 | 33 | 67 | 31 | 37 | 55 | 66 |
| Binary | 10111111 | 10001100 | 1010110 | 0 | 11011 | 110111 | 11001 | 11111 | 101101 | 110110 |
Color Harmonies of #BF8C56
Complementary color
Monochromatic Colors of #BF8C56
Black with #BF8C56
Text Example
Text Example
White with #BF8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C56; }
p { color: rgb(191,140,86); }
H1.HeaderClassName
{
color: #BF8C56;
}
.AnyTagClassName
{
color: #BF8C56;
}
</style>
background-color css
<style>
a { background-color: #BF8C56; }
a { background-color: rgb(191,140,86); }
div.DivClassName
{
background-color: #BF8C56;
}
.BgClassName
{
background-color: #BF8C56;
}
</style>
border-color css
<style>
span { border-color: #BF8C56; }
span { border-color: rgb(191,140,86); }
td.TdClassName
{
border-color: #BF8C56;
}
.TagClassName
{
border-color: #BF8C56;
}
</style>