Shades of Nugget #BE8F1E
Tints of Nugget #BE8F1E
RGB
CMYK
RGB Variations
Color information
#BE8F1E (or 0xBE8F1E) is known color: Nugget. HEX triplet: BE, 8F and 1E. RGB value is (190,143,30). Sum of RGB (Red+Green+Blue) = 190+143+30=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F1E is #4170E1. Grayscale: #909090. Windows color (decimal): -4288738 or 2002878. OLE color: 2002878.
HSL color Cylindrical-coordinate representation of color #BE8F1E: hue angle of 42.38º degrees, saturation: 0.73, 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 #BE8F1E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 30 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.25 |
| HSL | 42.38º | 0.73% | 0.43% | - |
| HSV(B) | 42.38º | 0.84% | 0.75% | - |
| XYZ | 31.29 | 30.69 | 5.5 | - |
| YUV | 144.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 30 | 0 | 0.25 | 0.84 | 0.25 | 42.38 | 0.73 | 0.43 |
| Hex | BE | 8F | 1E | 0 | 19 | 54 | 19 | 2A | 49 | 2B |
| Octal | 276 | 217 | 36 | 0 | 31 | 124 | 31 | 52 | 111 | 53 |
| Binary | 10111110 | 10001111 | 11110 | 0 | 11001 | 1010100 | 11001 | 101010 | 1001001 | 101011 |
Color Harmonies of #BE8F1E
Complementary color
Monochromatic Colors of #BE8F1E
Black with #BE8F1E
Text Example
Text Example
White with #BE8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F1E; }
p { color: rgb(190,143,30); }
H1.HeaderClassName
{
color: #BE8F1E;
}
.AnyTagClassName
{
color: #BE8F1E;
}
</style>
background-color css
<style>
a { background-color: #BE8F1E; }
a { background-color: rgb(190,143,30); }
div.DivClassName
{
background-color: #BE8F1E;
}
.BgClassName
{
background-color: #BE8F1E;
}
</style>
border-color css
<style>
span { border-color: #BE8F1E; }
span { border-color: rgb(190,143,30); }
td.TdClassName
{
border-color: #BE8F1E;
}
.TagClassName
{
border-color: #BE8F1E;
}
</style>