Shades of Twine #BE8F55
Tints of Twine #BE8F55
RGB
CMYK
RGB Variations
Color information
#BE8F55 (or 0xBE8F55) is known color: Twine. HEX triplet: BE, 8F and 55. RGB value is (190,143,85). Sum of RGB (Red+Green+Blue) = 190+143+85=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F55 is #4170AA. Grayscale: #969696. Windows color (decimal): -4288683 or 5607358. OLE color: 5607358.
HSL color Cylindrical-coordinate representation of color #BE8F55: hue angle of 33.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE8F55 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 85 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.25 |
| HSL | 33.14º | 0.45% | 0.54% | - |
| HSV(B) | 33.14º | 0.55% | 0.75% | - |
| XYZ | 32.7 | 31.25 | 12.9 | - |
| YUV | 150.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 85 | 0 | 0.25 | 0.55 | 0.25 | 33.14 | 0.45 | 0.54 |
| Hex | BE | 8F | 55 | 0 | 19 | 37 | 19 | 21 | 2D | 36 |
| Octal | 276 | 217 | 125 | 0 | 31 | 67 | 31 | 41 | 55 | 66 |
| Binary | 10111110 | 10001111 | 1010101 | 0 | 11001 | 110111 | 11001 | 100001 | 101101 | 110110 |
Color Harmonies of #BE8F55
Complementary color
Monochromatic Colors of #BE8F55
Black with #BE8F55
Text Example
Text Example
White with #BE8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F55; }
p { color: rgb(190,143,85); }
H1.HeaderClassName
{
color: #BE8F55;
}
.AnyTagClassName
{
color: #BE8F55;
}
</style>
background-color css
<style>
a { background-color: #BE8F55; }
a { background-color: rgb(190,143,85); }
div.DivClassName
{
background-color: #BE8F55;
}
.BgClassName
{
background-color: #BE8F55;
}
</style>
border-color css
<style>
span { border-color: #BE8F55; }
span { border-color: rgb(190,143,85); }
td.TdClassName
{
border-color: #BE8F55;
}
.TagClassName
{
border-color: #BE8F55;
}
</style>