Shades of Twine #BE8C52
Tints of Twine #BE8C52
RGB
CMYK
RGB Variations
Color information
#BE8C52 (or 0xBE8C52) is known color: Twine. HEX triplet: BE, 8C and 52. RGB value is (190,140,82). Sum of RGB (Red+Green+Blue) = 190+140+82=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C52 is #4173AD. Grayscale: #949494. Windows color (decimal): -4289454 or 5409982. OLE color: 5409982.
HSL color Cylindrical-coordinate representation of color #BE8C52: hue angle of 32.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE8C52 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 82 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.25 |
| HSL | 32.22º | 0.45% | 0.53% | - |
| HSV(B) | 32.22º | 0.57% | 0.75% | - |
| XYZ | 32.14 | 30.31 | 12.14 | - |
| YUV | 148.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 82 | 0 | 0.26 | 0.57 | 0.25 | 32.22 | 0.45 | 0.53 |
| Hex | BE | 8C | 52 | 0 | 1A | 39 | 19 | 20 | 2D | 35 |
| Octal | 276 | 214 | 122 | 0 | 32 | 71 | 31 | 40 | 55 | 65 |
| Binary | 10111110 | 10001100 | 1010010 | 0 | 11010 | 111001 | 11001 | 100000 | 101101 | 110101 |
Color Harmonies of #BE8C52
Complementary color
Monochromatic Colors of #BE8C52
Black with #BE8C52
Text Example
Text Example
White with #BE8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C52; }
p { color: rgb(190,140,82); }
H1.HeaderClassName
{
color: #BE8C52;
}
.AnyTagClassName
{
color: #BE8C52;
}
</style>
background-color css
<style>
a { background-color: #BE8C52; }
a { background-color: rgb(190,140,82); }
div.DivClassName
{
background-color: #BE8C52;
}
.BgClassName
{
background-color: #BE8C52;
}
</style>
border-color css
<style>
span { border-color: #BE8C52; }
span { border-color: rgb(190,140,82); }
td.TdClassName
{
border-color: #BE8C52;
}
.TagClassName
{
border-color: #BE8C52;
}
</style>