Shades of Twine #BE845E
Tints of Twine #BE845E
RGB
CMYK
RGB Variations
Color information
#BE845E (or 0xBE845E) is known color: Twine. HEX triplet: BE, 84 and 5E. RGB value is (190,132,94). Sum of RGB (Red+Green+Blue) = 190+132+94=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE845E is #417BA1. Grayscale: #919191. Windows color (decimal): -4291490 or 6194366. OLE color: 6194366.
HSL color Cylindrical-coordinate representation of color #BE845E: hue angle of 23.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE845E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 94 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.25 |
| HSL | 23.75º | 0.42% | 0.56% | - |
| HSV(B) | 23.75º | 0.51% | 0.75% | - |
| XYZ | 31.51 | 28.26 | 14.38 | - |
| YUV | 145.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 94 | 0 | 0.31 | 0.51 | 0.25 | 23.75 | 0.42 | 0.56 |
| Hex | BE | 84 | 5E | 0 | 1F | 33 | 19 | 18 | 2A | 38 |
| Octal | 276 | 204 | 136 | 0 | 37 | 63 | 31 | 30 | 52 | 70 |
| Binary | 10111110 | 10000100 | 1011110 | 0 | 11111 | 110011 | 11001 | 11000 | 101010 | 111000 |
Color Harmonies of #BE845E
Complementary color
Monochromatic Colors of #BE845E
Black with #BE845E
Text Example
Text Example
White with #BE845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE845E; }
p { color: rgb(190,132,94); }
H1.HeaderClassName
{
color: #BE845E;
}
.AnyTagClassName
{
color: #BE845E;
}
</style>
background-color css
<style>
a { background-color: #BE845E; }
a { background-color: rgb(190,132,94); }
div.DivClassName
{
background-color: #BE845E;
}
.BgClassName
{
background-color: #BE845E;
}
</style>
border-color css
<style>
span { border-color: #BE845E; }
span { border-color: rgb(190,132,94); }
td.TdClassName
{
border-color: #BE845E;
}
.TagClassName
{
border-color: #BE845E;
}
</style>