Shades of Nugget #BE921F
Tints of Nugget #BE921F
RGB
CMYK
RGB Variations
Color information
#BE921F (or 0xBE921F) is known color: Nugget. HEX triplet: BE, 92 and 1F. RGB value is (190,146,31). Sum of RGB (Red+Green+Blue) = 190+146+31=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE921F is #416DE0. Grayscale: #929292. Windows color (decimal): -4287969 or 2069182. OLE color: 2069182.
HSL color Cylindrical-coordinate representation of color #BE921F: hue angle of 43.4º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE921F is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 31 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.25 |
| HSL | 43.4º | 0.72% | 0.43% | - |
| HSV(B) | 43.4º | 0.84% | 0.75% | - |
| XYZ | 31.76 | 31.6 | 5.72 | - |
| YUV | 146.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 31 | 0 | 0.23 | 0.84 | 0.25 | 43.4 | 0.72 | 0.43 |
| Hex | BE | 92 | 1F | 0 | 17 | 54 | 19 | 2B | 48 | 2B |
| Octal | 276 | 222 | 37 | 0 | 27 | 124 | 31 | 53 | 110 | 53 |
| Binary | 10111110 | 10010010 | 11111 | 0 | 10111 | 1010100 | 11001 | 101011 | 1001000 | 101011 |
Color Harmonies of #BE921F
Complementary color
Monochromatic Colors of #BE921F
Black with #BE921F
Text Example
Text Example
White with #BE921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE921F; }
p { color: rgb(190,146,31); }
H1.HeaderClassName
{
color: #BE921F;
}
.AnyTagClassName
{
color: #BE921F;
}
</style>
background-color css
<style>
a { background-color: #BE921F; }
a { background-color: rgb(190,146,31); }
div.DivClassName
{
background-color: #BE921F;
}
.BgClassName
{
background-color: #BE921F;
}
</style>
border-color css
<style>
span { border-color: #BE921F; }
span { border-color: rgb(190,146,31); }
td.TdClassName
{
border-color: #BE921F;
}
.TagClassName
{
border-color: #BE921F;
}
</style>