Shades of Nugget #BE982B
Tints of Nugget #BE982B
RGB
CMYK
RGB Variations
Color information
#BE982B (or 0xBE982B) is known color: Nugget. HEX triplet: BE, 98 and 2B. RGB value is (190,152,43). Sum of RGB (Red+Green+Blue) = 190+152+43=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE982B is #4167D4. Grayscale: #979797. Windows color (decimal): -4286421 or 2857150. OLE color: 2857150.
HSL color Cylindrical-coordinate representation of color #BE982B: hue angle of 44.49º 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 #BE982B is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 43 | - |
| CMYK | 0 | 0.2 | 0.77 | 0.25 |
| HSL | 44.49º | 0.63% | 0.46% | - |
| HSV(B) | 44.49º | 0.77% | 0.75% | - |
| XYZ | 32.9 | 33.58 | 7.03 | - |
| YUV | 150.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 43 | 0 | 0.2 | 0.77 | 0.25 | 44.49 | 0.63 | 0.46 |
| Hex | BE | 98 | 2B | 0 | 14 | 4D | 19 | 2C | 3F | 2E |
| Octal | 276 | 230 | 53 | 0 | 24 | 115 | 31 | 54 | 77 | 56 |
| Binary | 10111110 | 10011000 | 101011 | 0 | 10100 | 1001101 | 11001 | 101100 | 111111 | 101110 |
Color Harmonies of #BE982B
Complementary color
Monochromatic Colors of #BE982B
Black with #BE982B
Text Example
Text Example
White with #BE982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE982B; }
p { color: rgb(190,152,43); }
H1.HeaderClassName
{
color: #BE982B;
}
.AnyTagClassName
{
color: #BE982B;
}
</style>
background-color css
<style>
a { background-color: #BE982B; }
a { background-color: rgb(190,152,43); }
div.DivClassName
{
background-color: #BE982B;
}
.BgClassName
{
background-color: #BE982B;
}
</style>
border-color css
<style>
span { border-color: #BE982B; }
span { border-color: rgb(190,152,43); }
td.TdClassName
{
border-color: #BE982B;
}
.TagClassName
{
border-color: #BE982B;
}
</style>