Shades of Twine #BE8F54
Tints of Twine #BE8F54
RGB
CMYK
RGB Variations
Color information
#BE8F54 (or 0xBE8F54) is known color: Twine. HEX triplet: BE, 8F and 54. RGB value is (190,143,84). Sum of RGB (Red+Green+Blue) = 190+143+84=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F54 is #4170AB. Grayscale: #969696. Windows color (decimal): -4288684 or 5541822. OLE color: 5541822.
HSL color Cylindrical-coordinate representation of color #BE8F54: hue angle of 33.4º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE8F54 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 84 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.25 |
| HSL | 33.4º | 0.45% | 0.54% | - |
| HSV(B) | 33.4º | 0.56% | 0.75% | - |
| XYZ | 32.66 | 31.23 | 12.69 | - |
| YUV | 150.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 84 | 0 | 0.25 | 0.56 | 0.25 | 33.4 | 0.45 | 0.54 |
| Hex | BE | 8F | 54 | 0 | 19 | 38 | 19 | 21 | 2D | 36 |
| Octal | 276 | 217 | 124 | 0 | 31 | 70 | 31 | 41 | 55 | 66 |
| Binary | 10111110 | 10001111 | 1010100 | 0 | 11001 | 111000 | 11001 | 100001 | 101101 | 110110 |
Color Harmonies of #BE8F54
Complementary color
Monochromatic Colors of #BE8F54
Black with #BE8F54
Text Example
Text Example
White with #BE8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F54; }
p { color: rgb(190,143,84); }
H1.HeaderClassName
{
color: #BE8F54;
}
.AnyTagClassName
{
color: #BE8F54;
}
</style>
background-color css
<style>
a { background-color: #BE8F54; }
a { background-color: rgb(190,143,84); }
div.DivClassName
{
background-color: #BE8F54;
}
.BgClassName
{
background-color: #BE8F54;
}
</style>
border-color css
<style>
span { border-color: #BE8F54; }
span { border-color: rgb(190,143,84); }
td.TdClassName
{
border-color: #BE8F54;
}
.TagClassName
{
border-color: #BE8F54;
}
</style>