Shades of Twine #BE9855
Tints of Twine #BE9855
RGB
CMYK
RGB Variations
Color information
#BE9855 (or 0xBE9855) is known color: Twine. HEX triplet: BE, 98 and 55. RGB value is (190,152,85). Sum of RGB (Red+Green+Blue) = 190+152+85=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9855 is #4167AA. Grayscale: #9C9C9C. Windows color (decimal): -4286379 or 5609662. OLE color: 5609662.
HSL color Cylindrical-coordinate representation of color #BE9855: hue angle of 38.29º 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 #BE9855 is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 85 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.25 |
| HSL | 38.29º | 0.45% | 0.54% | - |
| HSV(B) | 38.29º | 0.55% | 0.75% | - |
| XYZ | 34.1 | 34.06 | 13.37 | - |
| YUV | 155.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 85 | 0 | 0.2 | 0.55 | 0.25 | 38.29 | 0.45 | 0.54 |
| Hex | BE | 98 | 55 | 0 | 14 | 37 | 19 | 26 | 2D | 36 |
| Octal | 276 | 230 | 125 | 0 | 24 | 67 | 31 | 46 | 55 | 66 |
| Binary | 10111110 | 10011000 | 1010101 | 0 | 10100 | 110111 | 11001 | 100110 | 101101 | 110110 |
Color Harmonies of #BE9855
Complementary color
Monochromatic Colors of #BE9855
Black with #BE9855
Text Example
Text Example
White with #BE9855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9855; }
p { color: rgb(190,152,85); }
H1.HeaderClassName
{
color: #BE9855;
}
.AnyTagClassName
{
color: #BE9855;
}
</style>
background-color css
<style>
a { background-color: #BE9855; }
a { background-color: rgb(190,152,85); }
div.DivClassName
{
background-color: #BE9855;
}
.BgClassName
{
background-color: #BE9855;
}
</style>
border-color css
<style>
span { border-color: #BE9855; }
span { border-color: rgb(190,152,85); }
td.TdClassName
{
border-color: #BE9855;
}
.TagClassName
{
border-color: #BE9855;
}
</style>