Shades of Twine #BE835C
Tints of Twine #BE835C
RGB
CMYK
RGB Variations
Color information
#BE835C (or 0xBE835C) is known color: Twine. HEX triplet: BE, 83 and 5C. RGB value is (190,131,92). Sum of RGB (Red+Green+Blue) = 190+131+92=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE835C is #417CA3. Grayscale: #909090. Windows color (decimal): -4291748 or 6063038. OLE color: 6063038.
HSL color Cylindrical-coordinate representation of color #BE835C: hue angle of 23.88º 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 #BE835C is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 92 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.25 |
| HSL | 23.88º | 0.43% | 0.55% | - |
| HSV(B) | 23.88º | 0.52% | 0.75% | - |
| XYZ | 31.28 | 27.95 | 13.87 | - |
| YUV | 144.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 92 | 0 | 0.31 | 0.52 | 0.25 | 23.88 | 0.43 | 0.55 |
| Hex | BE | 83 | 5C | 0 | 1F | 34 | 19 | 18 | 2B | 37 |
| Octal | 276 | 203 | 134 | 0 | 37 | 64 | 31 | 30 | 53 | 67 |
| Binary | 10111110 | 10000011 | 1011100 | 0 | 11111 | 110100 | 11001 | 11000 | 101011 | 110111 |
Color Harmonies of #BE835C
Complementary color
Monochromatic Colors of #BE835C
Black with #BE835C
Text Example
Text Example
White with #BE835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE835C; }
p { color: rgb(190,131,92); }
H1.HeaderClassName
{
color: #BE835C;
}
.AnyTagClassName
{
color: #BE835C;
}
</style>
background-color css
<style>
a { background-color: #BE835C; }
a { background-color: rgb(190,131,92); }
div.DivClassName
{
background-color: #BE835C;
}
.BgClassName
{
background-color: #BE835C;
}
</style>
border-color css
<style>
span { border-color: #BE835C; }
span { border-color: rgb(190,131,92); }
td.TdClassName
{
border-color: #BE835C;
}
.TagClassName
{
border-color: #BE835C;
}
</style>