Shades of Twine #BE8D60
Tints of Twine #BE8D60
RGB
CMYK
RGB Variations
Color information
#BE8D60 (or 0xBE8D60) is known color: Twine. HEX triplet: BE, 8D and 60. RGB value is (190,141,96). Sum of RGB (Red+Green+Blue) = 190+141+96=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D60 is #41729F. Grayscale: #969696. Windows color (decimal): -4289184 or 6327742. OLE color: 6327742.
HSL color Cylindrical-coordinate representation of color #BE8D60: hue angle of 28.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE8D60 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 96 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.25 |
| HSL | 28.72º | 0.42% | 0.56% | - |
| HSV(B) | 28.72º | 0.49% | 0.75% | - |
| XYZ | 32.87 | 30.84 | 15.29 | - |
| YUV | 150.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 96 | 0 | 0.26 | 0.49 | 0.25 | 28.72 | 0.42 | 0.56 |
| Hex | BE | 8D | 60 | 0 | 1A | 31 | 19 | 1D | 2A | 38 |
| Octal | 276 | 215 | 140 | 0 | 32 | 61 | 31 | 35 | 52 | 70 |
| Binary | 10111110 | 10001101 | 1100000 | 0 | 11010 | 110001 | 11001 | 11101 | 101010 | 111000 |
Color Harmonies of #BE8D60
Complementary color
Monochromatic Colors of #BE8D60
Black with #BE8D60
Text Example
Text Example
White with #BE8D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D60; }
p { color: rgb(190,141,96); }
H1.HeaderClassName
{
color: #BE8D60;
}
.AnyTagClassName
{
color: #BE8D60;
}
</style>
background-color css
<style>
a { background-color: #BE8D60; }
a { background-color: rgb(190,141,96); }
div.DivClassName
{
background-color: #BE8D60;
}
.BgClassName
{
background-color: #BE8D60;
}
</style>
border-color css
<style>
span { border-color: #BE8D60; }
span { border-color: rgb(190,141,96); }
td.TdClassName
{
border-color: #BE8D60;
}
.TagClassName
{
border-color: #BE8D60;
}
</style>