Shades of Twine #BE8F5B
Tints of Twine #BE8F5B
RGB
CMYK
RGB Variations
Color information
#BE8F5B (or 0xBE8F5B) is known color: Twine. HEX triplet: BE, 8F and 5B. RGB value is (190,143,91). Sum of RGB (Red+Green+Blue) = 190+143+91=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F5B is #4170A4. Grayscale: #979797. Windows color (decimal): -4288677 or 6000574. OLE color: 6000574.
HSL color Cylindrical-coordinate representation of color #BE8F5B: hue angle of 31.52º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE8F5B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 91 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.25 |
| HSL | 31.52º | 0.43% | 0.55% | - |
| HSV(B) | 31.52º | 0.52% | 0.75% | - |
| XYZ | 32.95 | 31.35 | 14.21 | - |
| YUV | 151.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 91 | 0 | 0.25 | 0.52 | 0.25 | 31.52 | 0.43 | 0.55 |
| Hex | BE | 8F | 5B | 0 | 19 | 34 | 19 | 20 | 2B | 37 |
| Octal | 276 | 217 | 133 | 0 | 31 | 64 | 31 | 40 | 53 | 67 |
| Binary | 10111110 | 10001111 | 1011011 | 0 | 11001 | 110100 | 11001 | 100000 | 101011 | 110111 |
Color Harmonies of #BE8F5B
Complementary color
Monochromatic Colors of #BE8F5B
Black with #BE8F5B
Text Example
Text Example
White with #BE8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F5B; }
p { color: rgb(190,143,91); }
H1.HeaderClassName
{
color: #BE8F5B;
}
.AnyTagClassName
{
color: #BE8F5B;
}
</style>
background-color css
<style>
a { background-color: #BE8F5B; }
a { background-color: rgb(190,143,91); }
div.DivClassName
{
background-color: #BE8F5B;
}
.BgClassName
{
background-color: #BE8F5B;
}
</style>
border-color css
<style>
span { border-color: #BE8F5B; }
span { border-color: rgb(190,143,91); }
td.TdClassName
{
border-color: #BE8F5B;
}
.TagClassName
{
border-color: #BE8F5B;
}
</style>