Shades of Twine #BE8F61
Tints of Twine #BE8F61
RGB
CMYK
RGB Variations
Color information
#BE8F61 (or 0xBE8F61) is known color: Twine. HEX triplet: BE, 8F and 61. RGB value is (190,143,97). Sum of RGB (Red+Green+Blue) = 190+143+97=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F61 is #41709E. Grayscale: #989898. Windows color (decimal): -4288671 or 6393790. OLE color: 6393790.
HSL color Cylindrical-coordinate representation of color #BE8F61: hue angle of 29.68º 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 #BE8F61 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 97 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.25 |
| HSL | 29.68º | 0.42% | 0.56% | - |
| HSV(B) | 29.68º | 0.49% | 0.75% | - |
| XYZ | 33.22 | 31.46 | 15.63 | - |
| YUV | 151.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 97 | 0 | 0.25 | 0.49 | 0.25 | 29.68 | 0.42 | 0.56 |
| Hex | BE | 8F | 61 | 0 | 19 | 31 | 19 | 1E | 2A | 38 |
| Octal | 276 | 217 | 141 | 0 | 31 | 61 | 31 | 36 | 52 | 70 |
| Binary | 10111110 | 10001111 | 1100001 | 0 | 11001 | 110001 | 11001 | 11110 | 101010 | 111000 |
Color Harmonies of #BE8F61
Complementary color
Monochromatic Colors of #BE8F61
Black with #BE8F61
Text Example
Text Example
White with #BE8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F61; }
p { color: rgb(190,143,97); }
H1.HeaderClassName
{
color: #BE8F61;
}
.AnyTagClassName
{
color: #BE8F61;
}
</style>
background-color css
<style>
a { background-color: #BE8F61; }
a { background-color: rgb(190,143,97); }
div.DivClassName
{
background-color: #BE8F61;
}
.BgClassName
{
background-color: #BE8F61;
}
</style>
border-color css
<style>
span { border-color: #BE8F61; }
span { border-color: rgb(190,143,97); }
td.TdClassName
{
border-color: #BE8F61;
}
.TagClassName
{
border-color: #BE8F61;
}
</style>