Shades of Twine #B98456
Tints of Twine #B98456
RGB
CMYK
RGB Variations
Color information
#B98456 (or 0xB98456) is known color: Twine. HEX triplet: B9, 84 and 56. RGB value is (185,132,86). Sum of RGB (Red+Green+Blue) = 185+132+86=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98456 is #467BA9. Grayscale: #8E8E8E. Windows color (decimal): -4619178 or 5670073. OLE color: 5670073.
HSL color Cylindrical-coordinate representation of color #B98456: hue angle of 27.88º 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 #B98456 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 86 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.27 |
| HSL | 27.88º | 0.41% | 0.53% | - |
| HSV(B) | 27.88º | 0.54% | 0.73% | - |
| XYZ | 29.94 | 27.49 | 12.53 | - |
| YUV | 142.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 86 | 0 | 0.29 | 0.54 | 0.27 | 27.88 | 0.41 | 0.53 |
| Hex | B9 | 84 | 56 | 0 | 1D | 36 | 1B | 1C | 29 | 35 |
| Octal | 271 | 204 | 126 | 0 | 35 | 66 | 33 | 34 | 51 | 65 |
| Binary | 10111001 | 10000100 | 1010110 | 0 | 11101 | 110110 | 11011 | 11100 | 101001 | 110101 |
Color Harmonies of #B98456
Complementary color
Monochromatic Colors of #B98456
Black with #B98456
Text Example
Text Example
White with #B98456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98456; }
p { color: rgb(185,132,86); }
H1.HeaderClassName
{
color: #B98456;
}
.AnyTagClassName
{
color: #B98456;
}
</style>
background-color css
<style>
a { background-color: #B98456; }
a { background-color: rgb(185,132,86); }
div.DivClassName
{
background-color: #B98456;
}
.BgClassName
{
background-color: #B98456;
}
</style>
border-color css
<style>
span { border-color: #B98456; }
span { border-color: rgb(185,132,86); }
td.TdClassName
{
border-color: #B98456;
}
.TagClassName
{
border-color: #B98456;
}
</style>