Shades of Nugget #BE932B
Tints of Nugget #BE932B
RGB
CMYK
RGB Variations
Color information
#BE932B (or 0xBE932B) is known color: Nugget. HEX triplet: BE, 93 and 2B. RGB value is (190,147,43). Sum of RGB (Red+Green+Blue) = 190+147+43=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE932B is #416CD4. Grayscale: #949494. Windows color (decimal): -4287701 or 2855870. OLE color: 2855870.
HSL color Cylindrical-coordinate representation of color #BE932B: hue angle of 42.45º 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 #BE932B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 43 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.25 |
| HSL | 42.45º | 0.63% | 0.46% | - |
| HSV(B) | 42.45º | 0.77% | 0.75% | - |
| XYZ | 32.1 | 31.99 | 6.77 | - |
| YUV | 148 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 43 | 0 | 0.23 | 0.77 | 0.25 | 42.45 | 0.63 | 0.46 |
| Hex | BE | 93 | 2B | 0 | 17 | 4D | 19 | 2A | 3F | 2E |
| Octal | 276 | 223 | 53 | 0 | 27 | 115 | 31 | 52 | 77 | 56 |
| Binary | 10111110 | 10010011 | 101011 | 0 | 10111 | 1001101 | 11001 | 101010 | 111111 | 101110 |
Color Harmonies of #BE932B
Complementary color
Monochromatic Colors of #BE932B
Black with #BE932B
Text Example
Text Example
White with #BE932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE932B; }
p { color: rgb(190,147,43); }
H1.HeaderClassName
{
color: #BE932B;
}
.AnyTagClassName
{
color: #BE932B;
}
</style>
background-color css
<style>
a { background-color: #BE932B; }
a { background-color: rgb(190,147,43); }
div.DivClassName
{
background-color: #BE932B;
}
.BgClassName
{
background-color: #BE932B;
}
</style>
border-color css
<style>
span { border-color: #BE932B; }
span { border-color: rgb(190,147,43); }
td.TdClassName
{
border-color: #BE932B;
}
.TagClassName
{
border-color: #BE932B;
}
</style>