Shades of Nugget #BE8D20
Tints of Nugget #BE8D20
RGB
CMYK
RGB Variations
Color information
#BE8D20 (or 0xBE8D20) is known color: Nugget. HEX triplet: BE, 8D and 20. RGB value is (190,141,32). Sum of RGB (Red+Green+Blue) = 190+141+32=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D20 is #4172DF. Grayscale: #8F8F8F. Windows color (decimal): -4289248 or 2133438. OLE color: 2133438.
HSL color Cylindrical-coordinate representation of color #BE8D20: hue angle of 41.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE8D20 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 32 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.25 |
| HSL | 41.39º | 0.71% | 0.44% | - |
| HSV(B) | 41.39º | 0.83% | 0.75% | - |
| XYZ | 31.02 | 30.1 | 5.54 | - |
| YUV | 143.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 32 | 0 | 0.26 | 0.83 | 0.25 | 41.39 | 0.71 | 0.44 |
| Hex | BE | 8D | 20 | 0 | 1A | 53 | 19 | 29 | 47 | 2C |
| Octal | 276 | 215 | 40 | 0 | 32 | 123 | 31 | 51 | 107 | 54 |
| Binary | 10111110 | 10001101 | 100000 | 0 | 11010 | 1010011 | 11001 | 101001 | 1000111 | 101100 |
Color Harmonies of #BE8D20
Complementary color
Monochromatic Colors of #BE8D20
Black with #BE8D20
Text Example
Text Example
White with #BE8D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D20; }
p { color: rgb(190,141,32); }
H1.HeaderClassName
{
color: #BE8D20;
}
.AnyTagClassName
{
color: #BE8D20;
}
</style>
background-color css
<style>
a { background-color: #BE8D20; }
a { background-color: rgb(190,141,32); }
div.DivClassName
{
background-color: #BE8D20;
}
.BgClassName
{
background-color: #BE8D20;
}
</style>
border-color css
<style>
span { border-color: #BE8D20; }
span { border-color: rgb(190,141,32); }
td.TdClassName
{
border-color: #BE8D20;
}
.TagClassName
{
border-color: #BE8D20;
}
</style>