Shades of Twine #BF935E
Tints of Twine #BF935E
RGB
CMYK
RGB Variations
Color information
#BF935E (or 0xBF935E) is known color: Twine. HEX triplet: BF, 93 and 5E. RGB value is (191,147,94). Sum of RGB (Red+Green+Blue) = 191+147+94=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF935E is #406CA1. Grayscale: #9A9A9A. Windows color (decimal): -4222114 or 6198207. OLE color: 6198207.
HSL color Cylindrical-coordinate representation of color #BF935E: hue angle of 32.78º 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 #BF935E is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 94 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.25 |
| HSL | 32.78º | 0.43% | 0.56% | - |
| HSV(B) | 32.78º | 0.51% | 0.75% | - |
| XYZ | 33.94 | 32.75 | 15.12 | - |
| YUV | 154.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 94 | 0 | 0.23 | 0.51 | 0.25 | 32.78 | 0.43 | 0.56 |
| Hex | BF | 93 | 5E | 0 | 17 | 33 | 19 | 21 | 2B | 38 |
| Octal | 277 | 223 | 136 | 0 | 27 | 63 | 31 | 41 | 53 | 70 |
| Binary | 10111111 | 10010011 | 1011110 | 0 | 10111 | 110011 | 11001 | 100001 | 101011 | 111000 |
Color Harmonies of #BF935E
Complementary color
Monochromatic Colors of #BF935E
Black with #BF935E
Text Example
Text Example
White with #BF935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF935E; }
p { color: rgb(191,147,94); }
H1.HeaderClassName
{
color: #BF935E;
}
.AnyTagClassName
{
color: #BF935E;
}
</style>
background-color css
<style>
a { background-color: #BF935E; }
a { background-color: rgb(191,147,94); }
div.DivClassName
{
background-color: #BF935E;
}
.BgClassName
{
background-color: #BF935E;
}
</style>
border-color css
<style>
span { border-color: #BF935E; }
span { border-color: rgb(191,147,94); }
td.TdClassName
{
border-color: #BF935E;
}
.TagClassName
{
border-color: #BF935E;
}
</style>