Shades of Twine #B8895B
Tints of Twine #B8895B
RGB
CMYK
RGB Variations
Color information
#B8895B (or 0xB8895B) is known color: Twine. HEX triplet: B8, 89 and 5B. RGB value is (184,137,91). Sum of RGB (Red+Green+Blue) = 184+137+91=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8895B is #4776A4. Grayscale: #929292. Windows color (decimal): -4683429 or 5999032. OLE color: 5999032.
HSL color Cylindrical-coordinate representation of color #B8895B: hue angle of 29.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8895B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 91 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.28 |
| HSL | 29.68º | 0.4% | 0.54% | - |
| HSV(B) | 29.68º | 0.51% | 0.72% | - |
| XYZ | 30.6 | 28.84 | 13.85 | - |
| YUV | 145.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 91 | 0 | 0.26 | 0.51 | 0.28 | 29.68 | 0.4 | 0.54 |
| Hex | B8 | 89 | 5B | 0 | 1A | 33 | 1C | 1E | 28 | 36 |
| Octal | 270 | 211 | 133 | 0 | 32 | 63 | 34 | 36 | 50 | 66 |
| Binary | 10111000 | 10001001 | 1011011 | 0 | 11010 | 110011 | 11100 | 11110 | 101000 | 110110 |
Color Harmonies of #B8895B
Complementary color
Monochromatic Colors of #B8895B
Black with #B8895B
Text Example
Text Example
White with #B8895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8895B; }
p { color: rgb(184,137,91); }
H1.HeaderClassName
{
color: #B8895B;
}
.AnyTagClassName
{
color: #B8895B;
}
</style>
background-color css
<style>
a { background-color: #B8895B; }
a { background-color: rgb(184,137,91); }
div.DivClassName
{
background-color: #B8895B;
}
.BgClassName
{
background-color: #B8895B;
}
</style>
border-color css
<style>
span { border-color: #B8895B; }
span { border-color: rgb(184,137,91); }
td.TdClassName
{
border-color: #B8895B;
}
.TagClassName
{
border-color: #B8895B;
}
</style>