Shades of Nugget #BE942A
Tints of Nugget #BE942A
RGB
CMYK
RGB Variations
Color information
#BE942A (or 0xBE942A) is known color: Nugget. HEX triplet: BE, 94 and 2A. RGB value is (190,148,42). Sum of RGB (Red+Green+Blue) = 190+148+42=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE942A is #416BD5. Grayscale: #949494. Windows color (decimal): -4287446 or 2790590. OLE color: 2790590.
HSL color Cylindrical-coordinate representation of color #BE942A: hue angle of 42.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE942A is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 42 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.25 |
| HSL | 42.97º | 0.64% | 0.45% | - |
| HSV(B) | 42.97º | 0.78% | 0.75% | - |
| XYZ | 32.24 | 32.29 | 6.72 | - |
| YUV | 148.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 42 | 0 | 0.22 | 0.78 | 0.25 | 42.97 | 0.64 | 0.45 |
| Hex | BE | 94 | 2A | 0 | 16 | 4E | 19 | 2B | 40 | 2D |
| Octal | 276 | 224 | 52 | 0 | 26 | 116 | 31 | 53 | 100 | 55 |
| Binary | 10111110 | 10010100 | 101010 | 0 | 10110 | 1001110 | 11001 | 101011 | 1000000 | 101101 |
Color Harmonies of #BE942A
Complementary color
Monochromatic Colors of #BE942A
Black with #BE942A
Text Example
Text Example
White with #BE942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE942A; }
p { color: rgb(190,148,42); }
H1.HeaderClassName
{
color: #BE942A;
}
.AnyTagClassName
{
color: #BE942A;
}
</style>
background-color css
<style>
a { background-color: #BE942A; }
a { background-color: rgb(190,148,42); }
div.DivClassName
{
background-color: #BE942A;
}
.BgClassName
{
background-color: #BE942A;
}
</style>
border-color css
<style>
span { border-color: #BE942A; }
span { border-color: rgb(190,148,42); }
td.TdClassName
{
border-color: #BE942A;
}
.TagClassName
{
border-color: #BE942A;
}
</style>