Shades of Nugget #BE942F
Tints of Nugget #BE942F
RGB
CMYK
RGB Variations
Color information
#BE942F (or 0xBE942F) is known color: Nugget. HEX triplet: BE, 94 and 2F. RGB value is (190,148,47). Sum of RGB (Red+Green+Blue) = 190+148+47=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE942F is #416BD0. Grayscale: #959595. Windows color (decimal): -4287441 or 3118270. OLE color: 3118270.
HSL color Cylindrical-coordinate representation of color #BE942F: hue angle of 42.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE942F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 47 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.25 |
| HSL | 42.38º | 0.6% | 0.46% | - |
| HSV(B) | 42.38º | 0.75% | 0.75% | - |
| XYZ | 32.34 | 32.33 | 7.23 | - |
| YUV | 149.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 47 | 0 | 0.22 | 0.75 | 0.25 | 42.38 | 0.6 | 0.46 |
| Hex | BE | 94 | 2F | 0 | 16 | 4B | 19 | 2A | 3C | 2E |
| Octal | 276 | 224 | 57 | 0 | 26 | 113 | 31 | 52 | 74 | 56 |
| Binary | 10111110 | 10010100 | 101111 | 0 | 10110 | 1001011 | 11001 | 101010 | 111100 | 101110 |
Color Harmonies of #BE942F
Complementary color
Monochromatic Colors of #BE942F
Black with #BE942F
Text Example
Text Example
White with #BE942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE942F; }
p { color: rgb(190,148,47); }
H1.HeaderClassName
{
color: #BE942F;
}
.AnyTagClassName
{
color: #BE942F;
}
</style>
background-color css
<style>
a { background-color: #BE942F; }
a { background-color: rgb(190,148,47); }
div.DivClassName
{
background-color: #BE942F;
}
.BgClassName
{
background-color: #BE942F;
}
</style>
border-color css
<style>
span { border-color: #BE942F; }
span { border-color: rgb(190,148,47); }
td.TdClassName
{
border-color: #BE942F;
}
.TagClassName
{
border-color: #BE942F;
}
</style>