Shades of Nugget #BE8D1F
Tints of Nugget #BE8D1F
RGB
CMYK
RGB Variations
Color information
#BE8D1F (or 0xBE8D1F) is known color: Nugget. HEX triplet: BE, 8D and 1F. RGB value is (190,141,31). Sum of RGB (Red+Green+Blue) = 190+141+31=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D1F is #4172E0. Grayscale: #8F8F8F. Windows color (decimal): -4289249 or 2067902. OLE color: 2067902.
HSL color Cylindrical-coordinate representation of color #BE8D1F: hue angle of 41.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE8D1F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 31 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.25 |
| HSL | 41.51º | 0.72% | 0.43% | - |
| HSV(B) | 41.51º | 0.84% | 0.75% | - |
| XYZ | 31.01 | 30.1 | 5.47 | - |
| YUV | 143.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 31 | 0 | 0.26 | 0.84 | 0.25 | 41.51 | 0.72 | 0.43 |
| Hex | BE | 8D | 1F | 0 | 1A | 54 | 19 | 2A | 48 | 2B |
| Octal | 276 | 215 | 37 | 0 | 32 | 124 | 31 | 52 | 110 | 53 |
| Binary | 10111110 | 10001101 | 11111 | 0 | 11010 | 1010100 | 11001 | 101010 | 1001000 | 101011 |
Color Harmonies of #BE8D1F
Complementary color
Monochromatic Colors of #BE8D1F
Black with #BE8D1F
Text Example
Text Example
White with #BE8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D1F; }
p { color: rgb(190,141,31); }
H1.HeaderClassName
{
color: #BE8D1F;
}
.AnyTagClassName
{
color: #BE8D1F;
}
</style>
background-color css
<style>
a { background-color: #BE8D1F; }
a { background-color: rgb(190,141,31); }
div.DivClassName
{
background-color: #BE8D1F;
}
.BgClassName
{
background-color: #BE8D1F;
}
</style>
border-color css
<style>
span { border-color: #BE8D1F; }
span { border-color: rgb(190,141,31); }
td.TdClassName
{
border-color: #BE8D1F;
}
.TagClassName
{
border-color: #BE8D1F;
}
</style>