Shades of Twine #BF8754
Tints of Twine #BF8754
RGB
CMYK
RGB Variations
Color information
#BF8754 (or 0xBF8754) is known color: Twine. HEX triplet: BF, 87 and 54. RGB value is (191,135,84). Sum of RGB (Red+Green+Blue) = 191+135+84=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8754 is #4078AB. Grayscale: #929292. Windows color (decimal): -4225196 or 5539775. OLE color: 5539775.
HSL color Cylindrical-coordinate representation of color #BF8754: hue angle of 28.6º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF8754 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 84 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.25 |
| HSL | 28.6º | 0.46% | 0.54% | - |
| HSV(B) | 28.6º | 0.56% | 0.75% | - |
| XYZ | 31.75 | 29.04 | 12.32 | - |
| YUV | 145.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 84 | 0 | 0.29 | 0.56 | 0.25 | 28.6 | 0.46 | 0.54 |
| Hex | BF | 87 | 54 | 0 | 1D | 38 | 19 | 1D | 2E | 36 |
| Octal | 277 | 207 | 124 | 0 | 35 | 70 | 31 | 35 | 56 | 66 |
| Binary | 10111111 | 10000111 | 1010100 | 0 | 11101 | 111000 | 11001 | 11101 | 101110 | 110110 |
Color Harmonies of #BF8754
Complementary color
Monochromatic Colors of #BF8754
Black with #BF8754
Text Example
Text Example
White with #BF8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8754; }
p { color: rgb(191,135,84); }
H1.HeaderClassName
{
color: #BF8754;
}
.AnyTagClassName
{
color: #BF8754;
}
</style>
background-color css
<style>
a { background-color: #BF8754; }
a { background-color: rgb(191,135,84); }
div.DivClassName
{
background-color: #BF8754;
}
.BgClassName
{
background-color: #BF8754;
}
</style>
border-color css
<style>
span { border-color: #BF8754; }
span { border-color: rgb(191,135,84); }
td.TdClassName
{
border-color: #BF8754;
}
.TagClassName
{
border-color: #BF8754;
}
</style>