Shades of Nugget #BE8E2D
Tints of Nugget #BE8E2D
RGB
CMYK
RGB Variations
Color information
#BE8E2D (or 0xBE8E2D) is known color: Nugget. HEX triplet: BE, 8E and 2D. RGB value is (190,142,45). Sum of RGB (Red+Green+Blue) = 190+142+45=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E2D is #4171D2. Grayscale: #919191. Windows color (decimal): -4288979 or 2985662. OLE color: 2985662.
HSL color Cylindrical-coordinate representation of color #BE8E2D: hue angle of 40.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE8E2D is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 45 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.25 |
| HSL | 40.14º | 0.62% | 0.46% | - |
| HSV(B) | 40.14º | 0.76% | 0.75% | - |
| XYZ | 31.38 | 30.48 | 6.71 | - |
| YUV | 145.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 45 | 0 | 0.25 | 0.76 | 0.25 | 40.14 | 0.62 | 0.46 |
| Hex | BE | 8E | 2D | 0 | 19 | 4C | 19 | 28 | 3E | 2E |
| Octal | 276 | 216 | 55 | 0 | 31 | 114 | 31 | 50 | 76 | 56 |
| Binary | 10111110 | 10001110 | 101101 | 0 | 11001 | 1001100 | 11001 | 101000 | 111110 | 101110 |
Color Harmonies of #BE8E2D
Complementary color
Monochromatic Colors of #BE8E2D
Black with #BE8E2D
Text Example
Text Example
White with #BE8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E2D; }
p { color: rgb(190,142,45); }
H1.HeaderClassName
{
color: #BE8E2D;
}
.AnyTagClassName
{
color: #BE8E2D;
}
</style>
background-color css
<style>
a { background-color: #BE8E2D; }
a { background-color: rgb(190,142,45); }
div.DivClassName
{
background-color: #BE8E2D;
}
.BgClassName
{
background-color: #BE8E2D;
}
</style>
border-color css
<style>
span { border-color: #BE8E2D; }
span { border-color: rgb(190,142,45); }
td.TdClassName
{
border-color: #BE8E2D;
}
.TagClassName
{
border-color: #BE8E2D;
}
</style>