Shades of Twine #BE8558
Tints of Twine #BE8558
RGB
CMYK
RGB Variations
Color information
#BE8558 (or 0xBE8558) is known color: Twine. HEX triplet: BE, 85 and 58. RGB value is (190,133,88). Sum of RGB (Red+Green+Blue) = 190+133+88=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8558 is #417AA7. Grayscale: #919191. Windows color (decimal): -4291240 or 5801406. OLE color: 5801406.
HSL color Cylindrical-coordinate representation of color #BE8558: hue angle of 26.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE8558 is Cyan = 0, Magento = 0.3, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 88 | - |
| CMYK | 0 | 0.3 | 0.54 | 0.25 |
| HSL | 26.47º | 0.44% | 0.55% | - |
| HSV(B) | 26.47º | 0.54% | 0.75% | - |
| XYZ | 31.38 | 28.43 | 13.07 | - |
| YUV | 144.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 88 | 0 | 0.3 | 0.54 | 0.25 | 26.47 | 0.44 | 0.55 |
| Hex | BE | 85 | 58 | 0 | 1E | 36 | 19 | 1A | 2C | 37 |
| Octal | 276 | 205 | 130 | 0 | 36 | 66 | 31 | 32 | 54 | 67 |
| Binary | 10111110 | 10000101 | 1011000 | 0 | 11110 | 110110 | 11001 | 11010 | 101100 | 110111 |
Color Harmonies of #BE8558
Complementary color
Monochromatic Colors of #BE8558
Black with #BE8558
Text Example
Text Example
White with #BE8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8558; }
p { color: rgb(190,133,88); }
H1.HeaderClassName
{
color: #BE8558;
}
.AnyTagClassName
{
color: #BE8558;
}
</style>
background-color css
<style>
a { background-color: #BE8558; }
a { background-color: rgb(190,133,88); }
div.DivClassName
{
background-color: #BE8558;
}
.BgClassName
{
background-color: #BE8558;
}
</style>
border-color css
<style>
span { border-color: #BE8558; }
span { border-color: rgb(190,133,88); }
td.TdClassName
{
border-color: #BE8558;
}
.TagClassName
{
border-color: #BE8558;
}
</style>