Shades of Twine #BE8C51
Tints of Twine #BE8C51
RGB
CMYK
RGB Variations
Color information
#BE8C51 (or 0xBE8C51) is known color: Twine. HEX triplet: BE, 8C and 51. RGB value is (190,140,81). Sum of RGB (Red+Green+Blue) = 190+140+81=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C51 is #4173AE. Grayscale: #949494. Windows color (decimal): -4289455 or 5344446. OLE color: 5344446.
HSL color Cylindrical-coordinate representation of color #BE8C51: hue angle of 32.48º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE8C51 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 81 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.25 |
| HSL | 32.48º | 0.46% | 0.53% | - |
| HSV(B) | 32.48º | 0.57% | 0.75% | - |
| XYZ | 32.1 | 30.3 | 11.94 | - |
| YUV | 148.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 81 | 0 | 0.26 | 0.57 | 0.25 | 32.48 | 0.46 | 0.53 |
| Hex | BE | 8C | 51 | 0 | 1A | 39 | 19 | 20 | 2E | 35 |
| Octal | 276 | 214 | 121 | 0 | 32 | 71 | 31 | 40 | 56 | 65 |
| Binary | 10111110 | 10001100 | 1010001 | 0 | 11010 | 111001 | 11001 | 100000 | 101110 | 110101 |
Color Harmonies of #BE8C51
Complementary color
Monochromatic Colors of #BE8C51
Black with #BE8C51
Text Example
Text Example
White with #BE8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C51; }
p { color: rgb(190,140,81); }
H1.HeaderClassName
{
color: #BE8C51;
}
.AnyTagClassName
{
color: #BE8C51;
}
</style>
background-color css
<style>
a { background-color: #BE8C51; }
a { background-color: rgb(190,140,81); }
div.DivClassName
{
background-color: #BE8C51;
}
.BgClassName
{
background-color: #BE8C51;
}
</style>
border-color css
<style>
span { border-color: #BE8C51; }
span { border-color: rgb(190,140,81); }
td.TdClassName
{
border-color: #BE8C51;
}
.TagClassName
{
border-color: #BE8C51;
}
</style>