Shades of Twine #BF935D
Tints of Twine #BF935D
RGB
CMYK
RGB Variations
Color information
#BF935D (or 0xBF935D) is known color: Twine. HEX triplet: BF, 93 and 5D. RGB value is (191,147,93). Sum of RGB (Red+Green+Blue) = 191+147+93=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF935D is #406CA2. Grayscale: #9A9A9A. Windows color (decimal): -4222115 or 6132671. OLE color: 6132671.
HSL color Cylindrical-coordinate representation of color #BF935D: hue angle of 33.06º 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 #BF935D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 93 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.25 |
| HSL | 33.06º | 0.43% | 0.56% | - |
| HSV(B) | 33.06º | 0.51% | 0.75% | - |
| XYZ | 33.9 | 32.73 | 14.89 | - |
| YUV | 154 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 93 | 0 | 0.23 | 0.51 | 0.25 | 33.06 | 0.43 | 0.56 |
| Hex | BF | 93 | 5D | 0 | 17 | 33 | 19 | 21 | 2B | 38 |
| Octal | 277 | 223 | 135 | 0 | 27 | 63 | 31 | 41 | 53 | 70 |
| Binary | 10111111 | 10010011 | 1011101 | 0 | 10111 | 110011 | 11001 | 100001 | 101011 | 111000 |
Color Harmonies of #BF935D
Complementary color
Monochromatic Colors of #BF935D
Black with #BF935D
Text Example
Text Example
White with #BF935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF935D; }
p { color: rgb(191,147,93); }
H1.HeaderClassName
{
color: #BF935D;
}
.AnyTagClassName
{
color: #BF935D;
}
</style>
background-color css
<style>
a { background-color: #BF935D; }
a { background-color: rgb(191,147,93); }
div.DivClassName
{
background-color: #BF935D;
}
.BgClassName
{
background-color: #BF935D;
}
</style>
border-color css
<style>
span { border-color: #BF935D; }
span { border-color: rgb(191,147,93); }
td.TdClassName
{
border-color: #BF935D;
}
.TagClassName
{
border-color: #BF935D;
}
</style>