Shades of Nugget #BE942B
Tints of Nugget #BE942B
RGB
CMYK
RGB Variations
Color information
#BE942B (or 0xBE942B) is known color: Nugget. HEX triplet: BE, 94 and 2B. RGB value is (190,148,43). Sum of RGB (Red+Green+Blue) = 190+148+43=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE942B is #416BD4. Grayscale: #959595. Windows color (decimal): -4287445 or 2856126. OLE color: 2856126.
HSL color Cylindrical-coordinate representation of color #BE942B: hue angle of 42.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE942B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 43 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.25 |
| HSL | 42.86º | 0.63% | 0.46% | - |
| HSV(B) | 42.86º | 0.77% | 0.75% | - |
| XYZ | 32.26 | 32.3 | 6.82 | - |
| YUV | 148.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 43 | 0 | 0.22 | 0.77 | 0.25 | 42.86 | 0.63 | 0.46 |
| Hex | BE | 94 | 2B | 0 | 16 | 4D | 19 | 2B | 3F | 2E |
| Octal | 276 | 224 | 53 | 0 | 26 | 115 | 31 | 53 | 77 | 56 |
| Binary | 10111110 | 10010100 | 101011 | 0 | 10110 | 1001101 | 11001 | 101011 | 111111 | 101110 |
Color Harmonies of #BE942B
Complementary color
Monochromatic Colors of #BE942B
Black with #BE942B
Text Example
Text Example
White with #BE942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE942B; }
p { color: rgb(190,148,43); }
H1.HeaderClassName
{
color: #BE942B;
}
.AnyTagClassName
{
color: #BE942B;
}
</style>
background-color css
<style>
a { background-color: #BE942B; }
a { background-color: rgb(190,148,43); }
div.DivClassName
{
background-color: #BE942B;
}
.BgClassName
{
background-color: #BE942B;
}
</style>
border-color css
<style>
span { border-color: #BE942B; }
span { border-color: rgb(190,148,43); }
td.TdClassName
{
border-color: #BE942B;
}
.TagClassName
{
border-color: #BE942B;
}
</style>