Shades of Twine #BE8B5B
Tints of Twine #BE8B5B
RGB
CMYK
RGB Variations
Color information
#BE8B5B (or 0xBE8B5B) is known color: Twine. HEX triplet: BE, 8B and 5B. RGB value is (190,139,91). Sum of RGB (Red+Green+Blue) = 190+139+91=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B5B is #4174A4. Grayscale: #959595. Windows color (decimal): -4289701 or 5999550. OLE color: 5999550.
HSL color Cylindrical-coordinate representation of color #BE8B5B: hue angle of 29.09º 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 #BE8B5B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 91 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.25 |
| HSL | 29.09º | 0.43% | 0.55% | - |
| HSV(B) | 29.09º | 0.52% | 0.75% | - |
| XYZ | 32.36 | 30.17 | 14.02 | - |
| YUV | 148.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 91 | 0 | 0.27 | 0.52 | 0.25 | 29.09 | 0.43 | 0.55 |
| Hex | BE | 8B | 5B | 0 | 1B | 34 | 19 | 1D | 2B | 37 |
| Octal | 276 | 213 | 133 | 0 | 33 | 64 | 31 | 35 | 53 | 67 |
| Binary | 10111110 | 10001011 | 1011011 | 0 | 11011 | 110100 | 11001 | 11101 | 101011 | 110111 |
Color Harmonies of #BE8B5B
Complementary color
Monochromatic Colors of #BE8B5B
Black with #BE8B5B
Text Example
Text Example
White with #BE8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8B5B; }
p { color: rgb(190,139,91); }
H1.HeaderClassName
{
color: #BE8B5B;
}
.AnyTagClassName
{
color: #BE8B5B;
}
</style>
background-color css
<style>
a { background-color: #BE8B5B; }
a { background-color: rgb(190,139,91); }
div.DivClassName
{
background-color: #BE8B5B;
}
.BgClassName
{
background-color: #BE8B5B;
}
</style>
border-color css
<style>
span { border-color: #BE8B5B; }
span { border-color: rgb(190,139,91); }
td.TdClassName
{
border-color: #BE8B5B;
}
.TagClassName
{
border-color: #BE8B5B;
}
</style>