Shades of Twine #BE9654
Tints of Twine #BE9654
RGB
CMYK
RGB Variations
Color information
#BE9654 (or 0xBE9654) is known color: Twine. HEX triplet: BE, 96 and 54. RGB value is (190,150,84). Sum of RGB (Red+Green+Blue) = 190+150+84=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9654 is #4169AB. Grayscale: #9A9A9A. Windows color (decimal): -4286892 or 5543614. OLE color: 5543614.
HSL color Cylindrical-coordinate representation of color #BE9654: hue angle of 37.36º 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 #BE9654 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 84 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.25 |
| HSL | 37.36º | 0.45% | 0.54% | - |
| HSV(B) | 37.36º | 0.56% | 0.75% | - |
| XYZ | 33.74 | 33.4 | 13.06 | - |
| YUV | 154.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 84 | 0 | 0.21 | 0.56 | 0.25 | 37.36 | 0.45 | 0.54 |
| Hex | BE | 96 | 54 | 0 | 15 | 38 | 19 | 25 | 2D | 36 |
| Octal | 276 | 226 | 124 | 0 | 25 | 70 | 31 | 45 | 55 | 66 |
| Binary | 10111110 | 10010110 | 1010100 | 0 | 10101 | 111000 | 11001 | 100101 | 101101 | 110110 |
Color Harmonies of #BE9654
Complementary color
Monochromatic Colors of #BE9654
Black with #BE9654
Text Example
Text Example
White with #BE9654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9654; }
p { color: rgb(190,150,84); }
H1.HeaderClassName
{
color: #BE9654;
}
.AnyTagClassName
{
color: #BE9654;
}
</style>
background-color css
<style>
a { background-color: #BE9654; }
a { background-color: rgb(190,150,84); }
div.DivClassName
{
background-color: #BE9654;
}
.BgClassName
{
background-color: #BE9654;
}
</style>
border-color css
<style>
span { border-color: #BE9654; }
span { border-color: rgb(190,150,84); }
td.TdClassName
{
border-color: #BE9654;
}
.TagClassName
{
border-color: #BE9654;
}
</style>