Shades of Twine #BE8A56
Tints of Twine #BE8A56
RGB
CMYK
RGB Variations
Color information
#BE8A56 (or 0xBE8A56) is known color: Twine. HEX triplet: BE, 8A and 56. RGB value is (190,138,86). Sum of RGB (Red+Green+Blue) = 190+138+86=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A56 is #4175A9. Grayscale: #939393. Windows color (decimal): -4289962 or 5671614. OLE color: 5671614.
HSL color Cylindrical-coordinate representation of color #BE8A56: hue angle of 30º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE8A56 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 86 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.25 |
| HSL | 30º | 0.44% | 0.54% | - |
| HSV(B) | 30º | 0.55% | 0.75% | - |
| XYZ | 32 | 29.8 | 12.87 | - |
| YUV | 147.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 86 | 0 | 0.27 | 0.55 | 0.25 | 30 | 0.44 | 0.54 |
| Hex | BE | 8A | 56 | 0 | 1B | 37 | 19 | 1E | 2C | 36 |
| Octal | 276 | 212 | 126 | 0 | 33 | 67 | 31 | 36 | 54 | 66 |
| Binary | 10111110 | 10001010 | 1010110 | 0 | 11011 | 110111 | 11001 | 11110 | 101100 | 110110 |
Color Harmonies of #BE8A56
Complementary color
Monochromatic Colors of #BE8A56
Black with #BE8A56
Text Example
Text Example
White with #BE8A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A56; }
p { color: rgb(190,138,86); }
H1.HeaderClassName
{
color: #BE8A56;
}
.AnyTagClassName
{
color: #BE8A56;
}
</style>
background-color css
<style>
a { background-color: #BE8A56; }
a { background-color: rgb(190,138,86); }
div.DivClassName
{
background-color: #BE8A56;
}
.BgClassName
{
background-color: #BE8A56;
}
</style>
border-color css
<style>
span { border-color: #BE8A56; }
span { border-color: rgb(190,138,86); }
td.TdClassName
{
border-color: #BE8A56;
}
.TagClassName
{
border-color: #BE8A56;
}
</style>