Shades of Twine #BE955A
Tints of Twine #BE955A
RGB
CMYK
RGB Variations
Color information
#BE955A (or 0xBE955A) is known color: Twine. HEX triplet: BE, 95 and 5A. RGB value is (190,149,90). Sum of RGB (Red+Green+Blue) = 190+149+90=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE955A is #416AA5. Grayscale: #9A9A9A. Windows color (decimal): -4287142 or 5936574. OLE color: 5936574.
HSL color Cylindrical-coordinate representation of color #BE955A: hue angle of 35.4º 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 #BE955A is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 90 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.25 |
| HSL | 35.4º | 0.43% | 0.55% | - |
| HSV(B) | 35.4º | 0.53% | 0.75% | - |
| XYZ | 33.83 | 33.18 | 14.29 | - |
| YUV | 154.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 90 | 0 | 0.22 | 0.53 | 0.25 | 35.4 | 0.43 | 0.55 |
| Hex | BE | 95 | 5A | 0 | 16 | 35 | 19 | 23 | 2B | 37 |
| Octal | 276 | 225 | 132 | 0 | 26 | 65 | 31 | 43 | 53 | 67 |
| Binary | 10111110 | 10010101 | 1011010 | 0 | 10110 | 110101 | 11001 | 100011 | 101011 | 110111 |
Color Harmonies of #BE955A
Complementary color
Monochromatic Colors of #BE955A
Black with #BE955A
Text Example
Text Example
White with #BE955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE955A; }
p { color: rgb(190,149,90); }
H1.HeaderClassName
{
color: #BE955A;
}
.AnyTagClassName
{
color: #BE955A;
}
</style>
background-color css
<style>
a { background-color: #BE955A; }
a { background-color: rgb(190,149,90); }
div.DivClassName
{
background-color: #BE955A;
}
.BgClassName
{
background-color: #BE955A;
}
</style>
border-color css
<style>
span { border-color: #BE955A; }
span { border-color: rgb(190,149,90); }
td.TdClassName
{
border-color: #BE955A;
}
.TagClassName
{
border-color: #BE955A;
}
</style>