Shades of Twine #BE8754
Tints of Twine #BE8754
RGB
CMYK
RGB Variations
Color information
#BE8754 (or 0xBE8754) is known color: Twine. HEX triplet: BE, 87 and 54. RGB value is (190,135,84). Sum of RGB (Red+Green+Blue) = 190+135+84=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8754 is #4178AB. Grayscale: #919191. Windows color (decimal): -4290732 or 5539774. OLE color: 5539774.
HSL color Cylindrical-coordinate representation of color #BE8754: hue angle of 28.87º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE8754 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 84 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.25 |
| HSL | 28.87º | 0.45% | 0.54% | - |
| HSV(B) | 28.87º | 0.56% | 0.75% | - |
| XYZ | 31.5 | 28.92 | 12.31 | - |
| YUV | 145.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 84 | 0 | 0.29 | 0.56 | 0.25 | 28.87 | 0.45 | 0.54 |
| Hex | BE | 87 | 54 | 0 | 1D | 38 | 19 | 1D | 2D | 36 |
| Octal | 276 | 207 | 124 | 0 | 35 | 70 | 31 | 35 | 55 | 66 |
| Binary | 10111110 | 10000111 | 1010100 | 0 | 11101 | 111000 | 11001 | 11101 | 101101 | 110110 |
Color Harmonies of #BE8754
Complementary color
Monochromatic Colors of #BE8754
Black with #BE8754
Text Example
Text Example
White with #BE8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8754; }
p { color: rgb(190,135,84); }
H1.HeaderClassName
{
color: #BE8754;
}
.AnyTagClassName
{
color: #BE8754;
}
</style>
background-color css
<style>
a { background-color: #BE8754; }
a { background-color: rgb(190,135,84); }
div.DivClassName
{
background-color: #BE8754;
}
.BgClassName
{
background-color: #BE8754;
}
</style>
border-color css
<style>
span { border-color: #BE8754; }
span { border-color: rgb(190,135,84); }
td.TdClassName
{
border-color: #BE8754;
}
.TagClassName
{
border-color: #BE8754;
}
</style>