Shades of Twine #B98558
Tints of Twine #B98558
RGB
CMYK
RGB Variations
Color information
#B98558 (or 0xB98558) is known color: Twine. HEX triplet: B9, 85 and 58. RGB value is (185,133,88). Sum of RGB (Red+Green+Blue) = 185+133+88=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B98558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98558 is #467AA7. Grayscale: #8F8F8F. Windows color (decimal): -4618920 or 5801401. OLE color: 5801401.
HSL color Cylindrical-coordinate representation of color #B98558: hue angle of 27.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B98558 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 88 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.27 |
| HSL | 27.84º | 0.41% | 0.54% | - |
| HSV(B) | 27.84º | 0.52% | 0.73% | - |
| XYZ | 30.16 | 27.79 | 13.01 | - |
| YUV | 143.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 88 | 0 | 0.28 | 0.52 | 0.27 | 27.84 | 0.41 | 0.54 |
| Hex | B9 | 85 | 58 | 0 | 1C | 34 | 1B | 1C | 29 | 36 |
| Octal | 271 | 205 | 130 | 0 | 34 | 64 | 33 | 34 | 51 | 66 |
| Binary | 10111001 | 10000101 | 1011000 | 0 | 11100 | 110100 | 11011 | 11100 | 101001 | 110110 |
Color Harmonies of #B98558
Complementary color
Monochromatic Colors of #B98558
Black with #B98558
Text Example
Text Example
White with #B98558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98558; }
p { color: rgb(185,133,88); }
H1.HeaderClassName
{
color: #B98558;
}
.AnyTagClassName
{
color: #B98558;
}
</style>
background-color css
<style>
a { background-color: #B98558; }
a { background-color: rgb(185,133,88); }
div.DivClassName
{
background-color: #B98558;
}
.BgClassName
{
background-color: #B98558;
}
</style>
border-color css
<style>
span { border-color: #B98558; }
span { border-color: rgb(185,133,88); }
td.TdClassName
{
border-color: #B98558;
}
.TagClassName
{
border-color: #B98558;
}
</style>