Shades of Twine #B98555
Tints of Twine #B98555
RGB
CMYK
RGB Variations
Color information
#B98555 (or 0xB98555) is known color: Twine. HEX triplet: B9, 85 and 55. RGB value is (185,133,85). Sum of RGB (Red+Green+Blue) = 185+133+85=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98555 is #467AAA. Grayscale: #8F8F8F. Windows color (decimal): -4618923 or 5604793. OLE color: 5604793.
HSL color Cylindrical-coordinate representation of color #B98555: hue angle of 28.8º degrees, saturation: 0.42, 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 #B98555 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 85 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.27 |
| HSL | 28.8º | 0.42% | 0.53% | - |
| HSV(B) | 28.8º | 0.54% | 0.73% | - |
| XYZ | 30.03 | 27.75 | 12.37 | - |
| YUV | 143.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 85 | 0 | 0.28 | 0.54 | 0.27 | 28.8 | 0.42 | 0.53 |
| Hex | B9 | 85 | 55 | 0 | 1C | 36 | 1B | 1D | 2A | 35 |
| Octal | 271 | 205 | 125 | 0 | 34 | 66 | 33 | 35 | 52 | 65 |
| Binary | 10111001 | 10000101 | 1010101 | 0 | 11100 | 110110 | 11011 | 11101 | 101010 | 110101 |
Color Harmonies of #B98555
Complementary color
Monochromatic Colors of #B98555
Black with #B98555
Text Example
Text Example
White with #B98555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98555; }
p { color: rgb(185,133,85); }
H1.HeaderClassName
{
color: #B98555;
}
.AnyTagClassName
{
color: #B98555;
}
</style>
background-color css
<style>
a { background-color: #B98555; }
a { background-color: rgb(185,133,85); }
div.DivClassName
{
background-color: #B98555;
}
.BgClassName
{
background-color: #B98555;
}
</style>
border-color css
<style>
span { border-color: #B98555; }
span { border-color: rgb(185,133,85); }
td.TdClassName
{
border-color: #B98555;
}
.TagClassName
{
border-color: #B98555;
}
</style>