Shades of Twine #BF945E
Tints of Twine #BF945E
RGB
CMYK
RGB Variations
Color information
#BF945E (or 0xBF945E) is known color: Twine. HEX triplet: BF, 94 and 5E. RGB value is (191,148,94). Sum of RGB (Red+Green+Blue) = 191+148+94=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF945E is #406BA1. Grayscale: #9A9A9A. Windows color (decimal): -4221858 or 6198463. OLE color: 6198463.
HSL color Cylindrical-coordinate representation of color #BF945E: hue angle of 33.4º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF945E is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 94 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.25 |
| HSL | 33.4º | 0.43% | 0.56% | - |
| HSV(B) | 33.4º | 0.51% | 0.75% | - |
| XYZ | 34.1 | 33.06 | 15.17 | - |
| YUV | 154.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 94 | 0 | 0.23 | 0.51 | 0.25 | 33.4 | 0.43 | 0.56 |
| Hex | BF | 94 | 5E | 0 | 17 | 33 | 19 | 21 | 2B | 38 |
| Octal | 277 | 224 | 136 | 0 | 27 | 63 | 31 | 41 | 53 | 70 |
| Binary | 10111111 | 10010100 | 1011110 | 0 | 10111 | 110011 | 11001 | 100001 | 101011 | 111000 |
Color Harmonies of #BF945E
Complementary color
Monochromatic Colors of #BF945E
Black with #BF945E
Text Example
Text Example
White with #BF945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF945E; }
p { color: rgb(191,148,94); }
H1.HeaderClassName
{
color: #BF945E;
}
.AnyTagClassName
{
color: #BF945E;
}
</style>
background-color css
<style>
a { background-color: #BF945E; }
a { background-color: rgb(191,148,94); }
div.DivClassName
{
background-color: #BF945E;
}
.BgClassName
{
background-color: #BF945E;
}
</style>
border-color css
<style>
span { border-color: #BF945E; }
span { border-color: rgb(191,148,94); }
td.TdClassName
{
border-color: #BF945E;
}
.TagClassName
{
border-color: #BF945E;
}
</style>