Shades of Twine #BE8C62
Tints of Twine #BE8C62
RGB
CMYK
RGB Variations
Color information
#BE8C62 (or 0xBE8C62) is known color: Twine. HEX triplet: BE, 8C and 62. RGB value is (190,140,98). Sum of RGB (Red+Green+Blue) = 190+140+98=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C62 is #41739D. Grayscale: #969696. Windows color (decimal): -4289438 or 6458558. OLE color: 6458558.
HSL color Cylindrical-coordinate representation of color #BE8C62: hue angle of 27.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE8C62 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 98 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.25 |
| HSL | 27.39º | 0.41% | 0.56% | - |
| HSV(B) | 27.39º | 0.48% | 0.75% | - |
| XYZ | 32.82 | 30.59 | 15.73 | - |
| YUV | 150.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 98 | 0 | 0.26 | 0.48 | 0.25 | 27.39 | 0.41 | 0.56 |
| Hex | BE | 8C | 62 | 0 | 1A | 30 | 19 | 1B | 29 | 38 |
| Octal | 276 | 214 | 142 | 0 | 32 | 60 | 31 | 33 | 51 | 70 |
| Binary | 10111110 | 10001100 | 1100010 | 0 | 11010 | 110000 | 11001 | 11011 | 101001 | 111000 |
Color Harmonies of #BE8C62
Complementary color
Monochromatic Colors of #BE8C62
Black with #BE8C62
Text Example
Text Example
White with #BE8C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C62; }
p { color: rgb(190,140,98); }
H1.HeaderClassName
{
color: #BE8C62;
}
.AnyTagClassName
{
color: #BE8C62;
}
</style>
background-color css
<style>
a { background-color: #BE8C62; }
a { background-color: rgb(190,140,98); }
div.DivClassName
{
background-color: #BE8C62;
}
.BgClassName
{
background-color: #BE8C62;
}
</style>
border-color css
<style>
span { border-color: #BE8C62; }
span { border-color: rgb(190,140,98); }
td.TdClassName
{
border-color: #BE8C62;
}
.TagClassName
{
border-color: #BE8C62;
}
</style>