Shades of Nugget #BE8D1D
Tints of Nugget #BE8D1D
RGB
CMYK
RGB Variations
Color information
#BE8D1D (or 0xBE8D1D) is known color: Nugget. HEX triplet: BE, 8D and 1D. RGB value is (190,141,29). Sum of RGB (Red+Green+Blue) = 190+141+29=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D1D is #4172E2. Grayscale: #8F8F8F. Windows color (decimal): -4289251 or 1936830. OLE color: 1936830.
HSL color Cylindrical-coordinate representation of color #BE8D1D: hue angle of 41.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE8D1D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 29 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.25 |
| HSL | 41.74º | 0.74% | 0.43% | - |
| HSV(B) | 41.74º | 0.85% | 0.75% | - |
| XYZ | 30.98 | 30.09 | 5.34 | - |
| YUV | 142.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 29 | 0 | 0.26 | 0.85 | 0.25 | 41.74 | 0.74 | 0.43 |
| Hex | BE | 8D | 1D | 0 | 1A | 55 | 19 | 2A | 4A | 2B |
| Octal | 276 | 215 | 35 | 0 | 32 | 125 | 31 | 52 | 112 | 53 |
| Binary | 10111110 | 10001101 | 11101 | 0 | 11010 | 1010101 | 11001 | 101010 | 1001010 | 101011 |
Color Harmonies of #BE8D1D
Complementary color
Monochromatic Colors of #BE8D1D
Black with #BE8D1D
Text Example
Text Example
White with #BE8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D1D; }
p { color: rgb(190,141,29); }
H1.HeaderClassName
{
color: #BE8D1D;
}
.AnyTagClassName
{
color: #BE8D1D;
}
</style>
background-color css
<style>
a { background-color: #BE8D1D; }
a { background-color: rgb(190,141,29); }
div.DivClassName
{
background-color: #BE8D1D;
}
.BgClassName
{
background-color: #BE8D1D;
}
</style>
border-color css
<style>
span { border-color: #BE8D1D; }
span { border-color: rgb(190,141,29); }
td.TdClassName
{
border-color: #BE8D1D;
}
.TagClassName
{
border-color: #BE8D1D;
}
</style>