Shades of Twine #B88A56
Tints of Twine #B88A56
RGB
CMYK
RGB Variations
Color information
#B88A56 (or 0xB88A56) is known color: Twine. HEX triplet: B8, 8A and 56. RGB value is (184,138,86). Sum of RGB (Red+Green+Blue) = 184+138+86=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A56 is #4775A9. Grayscale: #929292. Windows color (decimal): -4683178 or 5671608. OLE color: 5671608.
HSL color Cylindrical-coordinate representation of color #B88A56: hue angle of 31.84º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B88A56 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 86 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.28 |
| HSL | 31.84º | 0.41% | 0.53% | - |
| HSV(B) | 31.84º | 0.53% | 0.72% | - |
| XYZ | 30.54 | 29.04 | 12.8 | - |
| YUV | 145.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 86 | 0 | 0.25 | 0.53 | 0.28 | 31.84 | 0.41 | 0.53 |
| Hex | B8 | 8A | 56 | 0 | 19 | 35 | 1C | 20 | 29 | 35 |
| Octal | 270 | 212 | 126 | 0 | 31 | 65 | 34 | 40 | 51 | 65 |
| Binary | 10111000 | 10001010 | 1010110 | 0 | 11001 | 110101 | 11100 | 100000 | 101001 | 110101 |
Color Harmonies of #B88A56
Complementary color
Monochromatic Colors of #B88A56
Black with #B88A56
Text Example
Text Example
White with #B88A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A56; }
p { color: rgb(184,138,86); }
H1.HeaderClassName
{
color: #B88A56;
}
.AnyTagClassName
{
color: #B88A56;
}
</style>
background-color css
<style>
a { background-color: #B88A56; }
a { background-color: rgb(184,138,86); }
div.DivClassName
{
background-color: #B88A56;
}
.BgClassName
{
background-color: #B88A56;
}
</style>
border-color css
<style>
span { border-color: #B88A56; }
span { border-color: rgb(184,138,86); }
td.TdClassName
{
border-color: #B88A56;
}
.TagClassName
{
border-color: #B88A56;
}
</style>