Shades of Twine #BE9854
Tints of Twine #BE9854
RGB
CMYK
RGB Variations
Color information
#BE9854 (or 0xBE9854) is known color: Twine. HEX triplet: BE, 98 and 54. RGB value is (190,152,84). Sum of RGB (Red+Green+Blue) = 190+152+84=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9854 is #4167AB. Grayscale: #9B9B9B. Windows color (decimal): -4286380 or 5544126. OLE color: 5544126.
HSL color Cylindrical-coordinate representation of color #BE9854: hue angle of 38.49º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE9854 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 84 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.25 |
| HSL | 38.49º | 0.45% | 0.54% | - |
| HSV(B) | 38.49º | 0.56% | 0.75% | - |
| XYZ | 34.06 | 34.04 | 13.16 | - |
| YUV | 155.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 84 | 0 | 0.2 | 0.56 | 0.25 | 38.49 | 0.45 | 0.54 |
| Hex | BE | 98 | 54 | 0 | 14 | 38 | 19 | 26 | 2D | 36 |
| Octal | 276 | 230 | 124 | 0 | 24 | 70 | 31 | 46 | 55 | 66 |
| Binary | 10111110 | 10011000 | 1010100 | 0 | 10100 | 111000 | 11001 | 100110 | 101101 | 110110 |
Color Harmonies of #BE9854
Complementary color
Monochromatic Colors of #BE9854
Black with #BE9854
Text Example
Text Example
White with #BE9854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9854; }
p { color: rgb(190,152,84); }
H1.HeaderClassName
{
color: #BE9854;
}
.AnyTagClassName
{
color: #BE9854;
}
</style>
background-color css
<style>
a { background-color: #BE9854; }
a { background-color: rgb(190,152,84); }
div.DivClassName
{
background-color: #BE9854;
}
.BgClassName
{
background-color: #BE9854;
}
</style>
border-color css
<style>
span { border-color: #BE9854; }
span { border-color: rgb(190,152,84); }
td.TdClassName
{
border-color: #BE9854;
}
.TagClassName
{
border-color: #BE9854;
}
</style>