Shades of Twine #BE9458
Tints of Twine #BE9458
RGB
CMYK
RGB Variations
Color information
#BE9458 (or 0xBE9458) is known color: Twine. HEX triplet: BE, 94 and 58. RGB value is (190,148,88). Sum of RGB (Red+Green+Blue) = 190+148+88=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9458 is #416BA7. Grayscale: #9A9A9A. Windows color (decimal): -4287400 or 5805246. OLE color: 5805246.
HSL color Cylindrical-coordinate representation of color #BE9458: hue angle of 35.29º 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 #BE9458 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 88 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.25 |
| HSL | 35.29º | 0.44% | 0.55% | - |
| HSV(B) | 35.29º | 0.54% | 0.75% | - |
| XYZ | 33.59 | 32.83 | 13.8 | - |
| YUV | 153.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 88 | 0 | 0.22 | 0.54 | 0.25 | 35.29 | 0.44 | 0.55 |
| Hex | BE | 94 | 58 | 0 | 16 | 36 | 19 | 23 | 2C | 37 |
| Octal | 276 | 224 | 130 | 0 | 26 | 66 | 31 | 43 | 54 | 67 |
| Binary | 10111110 | 10010100 | 1011000 | 0 | 10110 | 110110 | 11001 | 100011 | 101100 | 110111 |
Color Harmonies of #BE9458
Complementary color
Monochromatic Colors of #BE9458
Black with #BE9458
Text Example
Text Example
White with #BE9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9458; }
p { color: rgb(190,148,88); }
H1.HeaderClassName
{
color: #BE9458;
}
.AnyTagClassName
{
color: #BE9458;
}
</style>
background-color css
<style>
a { background-color: #BE9458; }
a { background-color: rgb(190,148,88); }
div.DivClassName
{
background-color: #BE9458;
}
.BgClassName
{
background-color: #BE9458;
}
</style>
border-color css
<style>
span { border-color: #BE9458; }
span { border-color: rgb(190,148,88); }
td.TdClassName
{
border-color: #BE9458;
}
.TagClassName
{
border-color: #BE9458;
}
</style>