Shades of Nugget #BE932A
Tints of Nugget #BE932A
RGB
CMYK
RGB Variations
Color information
#BE932A (or 0xBE932A) is known color: Nugget. HEX triplet: BE, 93 and 2A. RGB value is (190,147,42). Sum of RGB (Red+Green+Blue) = 190+147+42=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE932A is #416CD5. Grayscale: #949494. Windows color (decimal): -4287702 or 2790334. OLE color: 2790334.
HSL color Cylindrical-coordinate representation of color #BE932A: hue angle of 42.57º 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 #BE932A is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 42 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.25 |
| HSL | 42.57º | 0.64% | 0.45% | - |
| HSV(B) | 42.57º | 0.78% | 0.75% | - |
| XYZ | 32.09 | 31.98 | 6.67 | - |
| YUV | 147.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 42 | 0 | 0.23 | 0.78 | 0.25 | 42.57 | 0.64 | 0.45 |
| Hex | BE | 93 | 2A | 0 | 17 | 4E | 19 | 2B | 40 | 2D |
| Octal | 276 | 223 | 52 | 0 | 27 | 116 | 31 | 53 | 100 | 55 |
| Binary | 10111110 | 10010011 | 101010 | 0 | 10111 | 1001110 | 11001 | 101011 | 1000000 | 101101 |
Color Harmonies of #BE932A
Complementary color
Monochromatic Colors of #BE932A
Black with #BE932A
Text Example
Text Example
White with #BE932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE932A; }
p { color: rgb(190,147,42); }
H1.HeaderClassName
{
color: #BE932A;
}
.AnyTagClassName
{
color: #BE932A;
}
</style>
background-color css
<style>
a { background-color: #BE932A; }
a { background-color: rgb(190,147,42); }
div.DivClassName
{
background-color: #BE932A;
}
.BgClassName
{
background-color: #BE932A;
}
</style>
border-color css
<style>
span { border-color: #BE932A; }
span { border-color: rgb(190,147,42); }
td.TdClassName
{
border-color: #BE932A;
}
.TagClassName
{
border-color: #BE932A;
}
</style>