Shades of Twine #B98256
Tints of Twine #B98256
RGB
CMYK
RGB Variations
Color information
#B98256 (or 0xB98256) is known color: Twine. HEX triplet: B9, 82 and 56. RGB value is (185,130,86). Sum of RGB (Red+Green+Blue) = 185+130+86=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B98256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98256 is #467DA9. Grayscale: #8D8D8D. Windows color (decimal): -4619690 or 5669561. OLE color: 5669561.
HSL color Cylindrical-coordinate representation of color #B98256: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B98256 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 86 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.27 |
| HSL | 26.67º | 0.41% | 0.53% | - |
| HSV(B) | 26.67º | 0.54% | 0.73% | - |
| XYZ | 29.67 | 26.95 | 12.44 | - |
| YUV | 141.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 86 | 0 | 0.30 | 0.54 | 0.27 | 26.67 | 0.41 | 0.53 |
| Hex | B9 | 82 | 56 | 0 | 1E | 36 | 1B | 1B | 29 | 35 |
| Octal | 271 | 202 | 126 | 0 | 36 | 66 | 33 | 33 | 51 | 65 |
| Binary | 10111001 | 10000010 | 1010110 | 0 | 11110 | 110110 | 11011 | 11011 | 101001 | 110101 |
Color Harmonies of #B98256
Complementary color
Monochromatic Colors of #B98256
Black with #B98256
Text Example
Text Example
White with #B98256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98256; }
p { color: rgb(185,130,86); }
H1.HeaderClassName
{
color: #B98256;
}
.AnyTagClassName
{
color: #B98256;
}
</style>
background-color css
<style>
a { background-color: #B98256; }
a { background-color: rgb(185,130,86); }
div.DivClassName
{
background-color: #B98256;
}
.BgClassName
{
background-color: #B98256;
}
</style>
border-color css
<style>
span { border-color: #B98256; }
span { border-color: rgb(185,130,86); }
td.TdClassName
{
border-color: #B98256;
}
.TagClassName
{
border-color: #B98256;
}
</style>