Shades of Twine #B98C58
Tints of Twine #B98C58
RGB
CMYK
RGB Variations
Color information
#B98C58 (or 0xB98C58) is known color: Twine. HEX triplet: B9, 8C and 58. RGB value is (185,140,88). Sum of RGB (Red+Green+Blue) = 185+140+88=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C58 is #4673A7. Grayscale: #939393. Windows color (decimal): -4617128 or 5803193. OLE color: 5803193.
HSL color Cylindrical-coordinate representation of color #B98C58: hue angle of 32.16º 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 #B98C58 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 88 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.27 |
| HSL | 32.16º | 0.41% | 0.54% | - |
| HSV(B) | 32.16º | 0.52% | 0.73% | - |
| XYZ | 31.15 | 29.78 | 13.34 | - |
| YUV | 147.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 88 | 0 | 0.24 | 0.52 | 0.27 | 32.16 | 0.41 | 0.54 |
| Hex | B9 | 8C | 58 | 0 | 18 | 34 | 1B | 20 | 29 | 36 |
| Octal | 271 | 214 | 130 | 0 | 30 | 64 | 33 | 40 | 51 | 66 |
| Binary | 10111001 | 10001100 | 1011000 | 0 | 11000 | 110100 | 11011 | 100000 | 101001 | 110110 |
Color Harmonies of #B98C58
Complementary color
Monochromatic Colors of #B98C58
Black with #B98C58
Text Example
Text Example
White with #B98C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C58; }
p { color: rgb(185,140,88); }
H1.HeaderClassName
{
color: #B98C58;
}
.AnyTagClassName
{
color: #B98C58;
}
</style>
background-color css
<style>
a { background-color: #B98C58; }
a { background-color: rgb(185,140,88); }
div.DivClassName
{
background-color: #B98C58;
}
.BgClassName
{
background-color: #B98C58;
}
</style>
border-color css
<style>
span { border-color: #B98C58; }
span { border-color: rgb(185,140,88); }
td.TdClassName
{
border-color: #B98C58;
}
.TagClassName
{
border-color: #B98C58;
}
</style>