Shades of Twine #BE9156
Tints of Twine #BE9156
RGB
CMYK
RGB Variations
Color information
#BE9156 (or 0xBE9156) is known color: Twine. HEX triplet: BE, 91 and 56. RGB value is (190,145,86). Sum of RGB (Red+Green+Blue) = 190+145+86=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9156 is #416EA9. Grayscale: #989898. Windows color (decimal): -4288170 or 5673406. OLE color: 5673406.
HSL color Cylindrical-coordinate representation of color #BE9156: hue angle of 34.04º 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 #BE9156 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 86 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.25 |
| HSL | 34.04º | 0.44% | 0.54% | - |
| HSV(B) | 34.04º | 0.55% | 0.75% | - |
| XYZ | 33.04 | 31.87 | 13.21 | - |
| YUV | 151.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 86 | 0 | 0.24 | 0.55 | 0.25 | 34.04 | 0.44 | 0.54 |
| Hex | BE | 91 | 56 | 0 | 18 | 37 | 19 | 22 | 2C | 36 |
| Octal | 276 | 221 | 126 | 0 | 30 | 67 | 31 | 42 | 54 | 66 |
| Binary | 10111110 | 10010001 | 1010110 | 0 | 11000 | 110111 | 11001 | 100010 | 101100 | 110110 |
Color Harmonies of #BE9156
Complementary color
Monochromatic Colors of #BE9156
Black with #BE9156
Text Example
Text Example
White with #BE9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9156; }
p { color: rgb(190,145,86); }
H1.HeaderClassName
{
color: #BE9156;
}
.AnyTagClassName
{
color: #BE9156;
}
</style>
background-color css
<style>
a { background-color: #BE9156; }
a { background-color: rgb(190,145,86); }
div.DivClassName
{
background-color: #BE9156;
}
.BgClassName
{
background-color: #BE9156;
}
</style>
border-color css
<style>
span { border-color: #BE9156; }
span { border-color: rgb(190,145,86); }
td.TdClassName
{
border-color: #BE9156;
}
.TagClassName
{
border-color: #BE9156;
}
</style>