Shades of Twine #BE8C60
Tints of Twine #BE8C60
RGB
CMYK
RGB Variations
Color information
#BE8C60 (or 0xBE8C60) is known color: Twine. HEX triplet: BE, 8C and 60. RGB value is (190,140,96). Sum of RGB (Red+Green+Blue) = 190+140+96=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C60 is #41739F. Grayscale: #969696. Windows color (decimal): -4289440 or 6327486. OLE color: 6327486.
HSL color Cylindrical-coordinate representation of color #BE8C60: hue angle of 28.09º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE8C60 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 96 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.25 |
| HSL | 28.09º | 0.42% | 0.56% | - |
| HSV(B) | 28.09º | 0.49% | 0.75% | - |
| XYZ | 32.72 | 30.55 | 15.24 | - |
| YUV | 149.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 96 | 0 | 0.26 | 0.49 | 0.25 | 28.09 | 0.42 | 0.56 |
| Hex | BE | 8C | 60 | 0 | 1A | 31 | 19 | 1C | 2A | 38 |
| Octal | 276 | 214 | 140 | 0 | 32 | 61 | 31 | 34 | 52 | 70 |
| Binary | 10111110 | 10001100 | 1100000 | 0 | 11010 | 110001 | 11001 | 11100 | 101010 | 111000 |
Color Harmonies of #BE8C60
Complementary color
Monochromatic Colors of #BE8C60
Black with #BE8C60
Text Example
Text Example
White with #BE8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C60; }
p { color: rgb(190,140,96); }
H1.HeaderClassName
{
color: #BE8C60;
}
.AnyTagClassName
{
color: #BE8C60;
}
</style>
background-color css
<style>
a { background-color: #BE8C60; }
a { background-color: rgb(190,140,96); }
div.DivClassName
{
background-color: #BE8C60;
}
.BgClassName
{
background-color: #BE8C60;
}
</style>
border-color css
<style>
span { border-color: #BE8C60; }
span { border-color: rgb(190,140,96); }
td.TdClassName
{
border-color: #BE8C60;
}
.TagClassName
{
border-color: #BE8C60;
}
</style>