Shades of Twine #BE8C55
Tints of Twine #BE8C55
RGB
CMYK
RGB Variations
Color information
#BE8C55 (or 0xBE8C55) is known color: Twine. HEX triplet: BE, 8C and 55. RGB value is (190,140,85). Sum of RGB (Red+Green+Blue) = 190+140+85=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C55 is #4173AA. Grayscale: #949494. Windows color (decimal): -4289451 or 5606590. OLE color: 5606590.
HSL color Cylindrical-coordinate representation of color #BE8C55: hue angle of 31.43º 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 #BE8C55 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 85 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.25 |
| HSL | 31.43º | 0.45% | 0.54% | - |
| HSV(B) | 31.43º | 0.55% | 0.75% | - |
| XYZ | 32.25 | 30.36 | 12.75 | - |
| YUV | 148.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 85 | 0 | 0.26 | 0.55 | 0.25 | 31.43 | 0.45 | 0.54 |
| Hex | BE | 8C | 55 | 0 | 1A | 37 | 19 | 1F | 2D | 36 |
| Octal | 276 | 214 | 125 | 0 | 32 | 67 | 31 | 37 | 55 | 66 |
| Binary | 10111110 | 10001100 | 1010101 | 0 | 11010 | 110111 | 11001 | 11111 | 101101 | 110110 |
Color Harmonies of #BE8C55
Complementary color
Monochromatic Colors of #BE8C55
Black with #BE8C55
Text Example
Text Example
White with #BE8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C55; }
p { color: rgb(190,140,85); }
H1.HeaderClassName
{
color: #BE8C55;
}
.AnyTagClassName
{
color: #BE8C55;
}
</style>
background-color css
<style>
a { background-color: #BE8C55; }
a { background-color: rgb(190,140,85); }
div.DivClassName
{
background-color: #BE8C55;
}
.BgClassName
{
background-color: #BE8C55;
}
</style>
border-color css
<style>
span { border-color: #BE8C55; }
span { border-color: rgb(190,140,85); }
td.TdClassName
{
border-color: #BE8C55;
}
.TagClassName
{
border-color: #BE8C55;
}
</style>