Shades of Twine #BE8C64
Tints of Twine #BE8C64
RGB
CMYK
RGB Variations
Color information
#BE8C64 (or 0xBE8C64) is known color: Twine. HEX triplet: BE, 8C and 64. RGB value is (190,140,100). Sum of RGB (Red+Green+Blue) = 190+140+100=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C64 is #41739B. Grayscale: #969696. Windows color (decimal): -4289436 or 6589630. OLE color: 6589630.
HSL color Cylindrical-coordinate representation of color #BE8C64: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE8C64 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 100 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.25 |
| HSL | 26.67º | 0.41% | 0.57% | - |
| HSV(B) | 26.67º | 0.47% | 0.75% | - |
| XYZ | 32.91 | 30.62 | 16.23 | - |
| YUV | 150.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 100 | 0 | 0.26 | 0.47 | 0.25 | 26.67 | 0.41 | 0.57 |
| Hex | BE | 8C | 64 | 0 | 1A | 2F | 19 | 1B | 29 | 39 |
| Octal | 276 | 214 | 144 | 0 | 32 | 57 | 31 | 33 | 51 | 71 |
| Binary | 10111110 | 10001100 | 1100100 | 0 | 11010 | 101111 | 11001 | 11011 | 101001 | 111001 |
Color Harmonies of #BE8C64
Complementary color
Monochromatic Colors of #BE8C64
Black with #BE8C64
Text Example
Text Example
White with #BE8C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C64; }
p { color: rgb(190,140,100); }
H1.HeaderClassName
{
color: #BE8C64;
}
.AnyTagClassName
{
color: #BE8C64;
}
</style>
background-color css
<style>
a { background-color: #BE8C64; }
a { background-color: rgb(190,140,100); }
div.DivClassName
{
background-color: #BE8C64;
}
.BgClassName
{
background-color: #BE8C64;
}
</style>
border-color css
<style>
span { border-color: #BE8C64; }
span { border-color: rgb(190,140,100); }
td.TdClassName
{
border-color: #BE8C64;
}
.TagClassName
{
border-color: #BE8C64;
}
</style>