Shades of Twine #BF8862
Tints of Twine #BF8862
RGB
CMYK
RGB Variations
Color information
#BF8862 (or 0xBF8862) is known color: Twine. HEX triplet: BF, 88 and 62. RGB value is (191,136,98). Sum of RGB (Red+Green+Blue) = 191+136+98=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8862 is #40779D. Grayscale: #949494. Windows color (decimal): -4224926 or 6457535. OLE color: 6457535.
HSL color Cylindrical-coordinate representation of color #BF8862: hue angle of 24.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF8862 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 98 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.25 |
| HSL | 24.52º | 0.42% | 0.57% | - |
| HSV(B) | 24.52º | 0.49% | 0.75% | - |
| XYZ | 32.49 | 29.57 | 15.55 | - |
| YUV | 148.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 98 | 0 | 0.29 | 0.49 | 0.25 | 24.52 | 0.42 | 0.57 |
| Hex | BF | 88 | 62 | 0 | 1D | 31 | 19 | 19 | 2A | 39 |
| Octal | 277 | 210 | 142 | 0 | 35 | 61 | 31 | 31 | 52 | 71 |
| Binary | 10111111 | 10001000 | 1100010 | 0 | 11101 | 110001 | 11001 | 11001 | 101010 | 111001 |
Color Harmonies of #BF8862
Complementary color
Monochromatic Colors of #BF8862
Black with #BF8862
Text Example
Text Example
White with #BF8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8862; }
p { color: rgb(191,136,98); }
H1.HeaderClassName
{
color: #BF8862;
}
.AnyTagClassName
{
color: #BF8862;
}
</style>
background-color css
<style>
a { background-color: #BF8862; }
a { background-color: rgb(191,136,98); }
div.DivClassName
{
background-color: #BF8862;
}
.BgClassName
{
background-color: #BF8862;
}
</style>
border-color css
<style>
span { border-color: #BF8862; }
span { border-color: rgb(191,136,98); }
td.TdClassName
{
border-color: #BF8862;
}
.TagClassName
{
border-color: #BF8862;
}
</style>