Shades of Twine #BE875A
Tints of Twine #BE875A
RGB
CMYK
RGB Variations
Color information
#BE875A (or 0xBE875A) is known color: Twine. HEX triplet: BE, 87 and 5A. RGB value is (190,135,90). Sum of RGB (Red+Green+Blue) = 190+135+90=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE875A is #4178A5. Grayscale: #929292. Windows color (decimal): -4290726 or 5932990. OLE color: 5932990.
HSL color Cylindrical-coordinate representation of color #BE875A: hue angle of 27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE875A is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 90 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.25 |
| HSL | 27º | 0.43% | 0.55% | - |
| HSV(B) | 27º | 0.53% | 0.75% | - |
| XYZ | 31.74 | 29.01 | 13.6 | - |
| YUV | 146.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 90 | 0 | 0.29 | 0.53 | 0.25 | 27 | 0.43 | 0.55 |
| Hex | BE | 87 | 5A | 0 | 1D | 35 | 19 | 1B | 2B | 37 |
| Octal | 276 | 207 | 132 | 0 | 35 | 65 | 31 | 33 | 53 | 67 |
| Binary | 10111110 | 10000111 | 1011010 | 0 | 11101 | 110101 | 11001 | 11011 | 101011 | 110111 |
Color Harmonies of #BE875A
Complementary color
Monochromatic Colors of #BE875A
Black with #BE875A
Text Example
Text Example
White with #BE875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE875A; }
p { color: rgb(190,135,90); }
H1.HeaderClassName
{
color: #BE875A;
}
.AnyTagClassName
{
color: #BE875A;
}
</style>
background-color css
<style>
a { background-color: #BE875A; }
a { background-color: rgb(190,135,90); }
div.DivClassName
{
background-color: #BE875A;
}
.BgClassName
{
background-color: #BE875A;
}
</style>
border-color css
<style>
span { border-color: #BE875A; }
span { border-color: rgb(190,135,90); }
td.TdClassName
{
border-color: #BE875A;
}
.TagClassName
{
border-color: #BE875A;
}
</style>