Shades of Twine #B88959
Tints of Twine #B88959
RGB
CMYK
RGB Variations
Color information
#B88959 (or 0xB88959) is known color: Twine. HEX triplet: B8, 89 and 59. RGB value is (184,137,89). Sum of RGB (Red+Green+Blue) = 184+137+89=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B88959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88959 is #4776A6. Grayscale: #919191. Windows color (decimal): -4683431 or 5867960. OLE color: 5867960.
HSL color Cylindrical-coordinate representation of color #B88959: hue angle of 30.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B88959 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 89 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.28 |
| HSL | 30.32º | 0.4% | 0.54% | - |
| HSV(B) | 30.32º | 0.52% | 0.72% | - |
| XYZ | 30.52 | 28.8 | 13.4 | - |
| YUV | 145.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 89 | 0 | 0.26 | 0.52 | 0.28 | 30.32 | 0.4 | 0.54 |
| Hex | B8 | 89 | 59 | 0 | 1A | 34 | 1C | 1E | 28 | 36 |
| Octal | 270 | 211 | 131 | 0 | 32 | 64 | 34 | 36 | 50 | 66 |
| Binary | 10111000 | 10001001 | 1011001 | 0 | 11010 | 110100 | 11100 | 11110 | 101000 | 110110 |
Color Harmonies of #B88959
Complementary color
Monochromatic Colors of #B88959
Black with #B88959
Text Example
Text Example
White with #B88959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88959; }
p { color: rgb(184,137,89); }
H1.HeaderClassName
{
color: #B88959;
}
.AnyTagClassName
{
color: #B88959;
}
</style>
background-color css
<style>
a { background-color: #B88959; }
a { background-color: rgb(184,137,89); }
div.DivClassName
{
background-color: #B88959;
}
.BgClassName
{
background-color: #B88959;
}
</style>
border-color css
<style>
span { border-color: #B88959; }
span { border-color: rgb(184,137,89); }
td.TdClassName
{
border-color: #B88959;
}
.TagClassName
{
border-color: #B88959;
}
</style>