Shades of Twine #BE915F
Tints of Twine #BE915F
RGB
CMYK
RGB Variations
Color information
#BE915F (or 0xBE915F) is known color: Twine. HEX triplet: BE, 91 and 5F. RGB value is (190,145,95). Sum of RGB (Red+Green+Blue) = 190+145+95=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915F is #416EA0. Grayscale: #999999. Windows color (decimal): -4288161 or 6263230. OLE color: 6263230.
HSL color Cylindrical-coordinate representation of color #BE915F: hue angle of 31.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE915F is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 95 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.25 |
| HSL | 31.58º | 0.42% | 0.56% | - |
| HSV(B) | 31.58º | 0.5% | 0.75% | - |
| XYZ | 33.43 | 32.02 | 15.25 | - |
| YUV | 152.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 95 | 0 | 0.24 | 0.5 | 0.25 | 31.58 | 0.42 | 0.56 |
| Hex | BE | 91 | 5F | 0 | 18 | 32 | 19 | 20 | 2A | 38 |
| Octal | 276 | 221 | 137 | 0 | 30 | 62 | 31 | 40 | 52 | 70 |
| Binary | 10111110 | 10010001 | 1011111 | 0 | 11000 | 110010 | 11001 | 100000 | 101010 | 111000 |
Color Harmonies of #BE915F
Complementary color
Monochromatic Colors of #BE915F
Black with #BE915F
Text Example
Text Example
White with #BE915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE915F; }
p { color: rgb(190,145,95); }
H1.HeaderClassName
{
color: #BE915F;
}
.AnyTagClassName
{
color: #BE915F;
}
</style>
background-color css
<style>
a { background-color: #BE915F; }
a { background-color: rgb(190,145,95); }
div.DivClassName
{
background-color: #BE915F;
}
.BgClassName
{
background-color: #BE915F;
}
</style>
border-color css
<style>
span { border-color: #BE915F; }
span { border-color: rgb(190,145,95); }
td.TdClassName
{
border-color: #BE915F;
}
.TagClassName
{
border-color: #BE915F;
}
</style>