Shades of Twine #B8855B
Tints of Twine #B8855B
RGB
CMYK
RGB Variations
Color information
#B8855B (or 0xB8855B) is known color: Twine. HEX triplet: B8, 85 and 5B. RGB value is (184,133,91). Sum of RGB (Red+Green+Blue) = 184+133+91=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8855B is #477AA4. Grayscale: #8F8F8F. Windows color (decimal): -4684453 or 5998008. OLE color: 5998008.
HSL color Cylindrical-coordinate representation of color #B8855B: hue angle of 27.1º 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 #B8855B is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 91 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.28 |
| HSL | 27.1º | 0.4% | 0.54% | - |
| HSV(B) | 27.1º | 0.51% | 0.72% | - |
| XYZ | 30.04 | 27.72 | 13.66 | - |
| YUV | 143.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 91 | 0 | 0.28 | 0.51 | 0.28 | 27.1 | 0.4 | 0.54 |
| Hex | B8 | 85 | 5B | 0 | 1C | 33 | 1C | 1B | 28 | 36 |
| Octal | 270 | 205 | 133 | 0 | 34 | 63 | 34 | 33 | 50 | 66 |
| Binary | 10111000 | 10000101 | 1011011 | 0 | 11100 | 110011 | 11100 | 11011 | 101000 | 110110 |
Color Harmonies of #B8855B
Complementary color
Monochromatic Colors of #B8855B
Black with #B8855B
Text Example
Text Example
White with #B8855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8855B; }
p { color: rgb(184,133,91); }
H1.HeaderClassName
{
color: #B8855B;
}
.AnyTagClassName
{
color: #B8855B;
}
</style>
background-color css
<style>
a { background-color: #B8855B; }
a { background-color: rgb(184,133,91); }
div.DivClassName
{
background-color: #B8855B;
}
.BgClassName
{
background-color: #B8855B;
}
</style>
border-color css
<style>
span { border-color: #B8855B; }
span { border-color: rgb(184,133,91); }
td.TdClassName
{
border-color: #B8855B;
}
.TagClassName
{
border-color: #B8855B;
}
</style>