Shades of Twine #BE9055
Tints of Twine #BE9055
RGB
CMYK
RGB Variations
Color information
#BE9055 (or 0xBE9055) is known color: Twine. HEX triplet: BE, 90 and 55. RGB value is (190,144,85). Sum of RGB (Red+Green+Blue) = 190+144+85=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9055 is #416FAA. Grayscale: #979797. Windows color (decimal): -4288427 or 5607614. OLE color: 5607614.
HSL color Cylindrical-coordinate representation of color #BE9055: hue angle of 33.71º 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 #BE9055 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 85 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.25 |
| HSL | 33.71º | 0.45% | 0.54% | - |
| HSV(B) | 33.71º | 0.55% | 0.75% | - |
| XYZ | 32.85 | 31.55 | 12.95 | - |
| YUV | 151.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 85 | 0 | 0.24 | 0.55 | 0.25 | 33.71 | 0.45 | 0.54 |
| Hex | BE | 90 | 55 | 0 | 18 | 37 | 19 | 22 | 2D | 36 |
| Octal | 276 | 220 | 125 | 0 | 30 | 67 | 31 | 42 | 55 | 66 |
| Binary | 10111110 | 10010000 | 1010101 | 0 | 11000 | 110111 | 11001 | 100010 | 101101 | 110110 |
Color Harmonies of #BE9055
Complementary color
Monochromatic Colors of #BE9055
Black with #BE9055
Text Example
Text Example
White with #BE9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9055; }
p { color: rgb(190,144,85); }
H1.HeaderClassName
{
color: #BE9055;
}
.AnyTagClassName
{
color: #BE9055;
}
</style>
background-color css
<style>
a { background-color: #BE9055; }
a { background-color: rgb(190,144,85); }
div.DivClassName
{
background-color: #BE9055;
}
.BgClassName
{
background-color: #BE9055;
}
</style>
border-color css
<style>
span { border-color: #BE9055; }
span { border-color: rgb(190,144,85); }
td.TdClassName
{
border-color: #BE9055;
}
.TagClassName
{
border-color: #BE9055;
}
</style>