Shades of Nugget #BE992C
Tints of Nugget #BE992C
RGB
CMYK
RGB Variations
Color information
#BE992C (or 0xBE992C) is known color: Nugget. HEX triplet: BE, 99 and 2C. RGB value is (190,153,44). Sum of RGB (Red+Green+Blue) = 190+153+44=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE992C is #4166D3. Grayscale: #989898. Windows color (decimal): -4286164 or 2922942. OLE color: 2922942.
HSL color Cylindrical-coordinate representation of color #BE992C: hue angle of 44.79º degrees, saturation: 0.62, 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 #BE992C is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 44 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.25 |
| HSL | 44.79º | 0.62% | 0.46% | - |
| HSV(B) | 44.79º | 0.77% | 0.75% | - |
| XYZ | 33.08 | 33.91 | 7.18 | - |
| YUV | 151.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 44 | 0 | 0.19 | 0.77 | 0.25 | 44.79 | 0.62 | 0.46 |
| Hex | BE | 99 | 2C | 0 | 13 | 4D | 19 | 2D | 3E | 2E |
| Octal | 276 | 231 | 54 | 0 | 23 | 115 | 31 | 55 | 76 | 56 |
| Binary | 10111110 | 10011001 | 101100 | 0 | 10011 | 1001101 | 11001 | 101101 | 111110 | 101110 |
Color Harmonies of #BE992C
Complementary color
Monochromatic Colors of #BE992C
Black with #BE992C
Text Example
Text Example
White with #BE992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE992C; }
p { color: rgb(190,153,44); }
H1.HeaderClassName
{
color: #BE992C;
}
.AnyTagClassName
{
color: #BE992C;
}
</style>
background-color css
<style>
a { background-color: #BE992C; }
a { background-color: rgb(190,153,44); }
div.DivClassName
{
background-color: #BE992C;
}
.BgClassName
{
background-color: #BE992C;
}
</style>
border-color css
<style>
span { border-color: #BE992C; }
span { border-color: rgb(190,153,44); }
td.TdClassName
{
border-color: #BE992C;
}
.TagClassName
{
border-color: #BE992C;
}
</style>