Shades of Nugget #BE932D
Tints of Nugget #BE932D
RGB
CMYK
RGB Variations
Color information
#BE932D (or 0xBE932D) is known color: Nugget. HEX triplet: BE, 93 and 2D. RGB value is (190,147,45). Sum of RGB (Red+Green+Blue) = 190+147+45=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE932D is #416CD2. Grayscale: #949494. Windows color (decimal): -4287699 or 2986942. OLE color: 2986942.
HSL color Cylindrical-coordinate representation of color #BE932D: hue angle of 42.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE932D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 45 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.25 |
| HSL | 42.21º | 0.62% | 0.46% | - |
| HSV(B) | 42.21º | 0.76% | 0.75% | - |
| XYZ | 32.14 | 32 | 6.97 | - |
| YUV | 148.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 45 | 0 | 0.23 | 0.76 | 0.25 | 42.21 | 0.62 | 0.46 |
| Hex | BE | 93 | 2D | 0 | 17 | 4C | 19 | 2A | 3E | 2E |
| Octal | 276 | 223 | 55 | 0 | 27 | 114 | 31 | 52 | 76 | 56 |
| Binary | 10111110 | 10010011 | 101101 | 0 | 10111 | 1001100 | 11001 | 101010 | 111110 | 101110 |
Color Harmonies of #BE932D
Complementary color
Monochromatic Colors of #BE932D
Black with #BE932D
Text Example
Text Example
White with #BE932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE932D; }
p { color: rgb(190,147,45); }
H1.HeaderClassName
{
color: #BE932D;
}
.AnyTagClassName
{
color: #BE932D;
}
</style>
background-color css
<style>
a { background-color: #BE932D; }
a { background-color: rgb(190,147,45); }
div.DivClassName
{
background-color: #BE932D;
}
.BgClassName
{
background-color: #BE932D;
}
</style>
border-color css
<style>
span { border-color: #BE932D; }
span { border-color: rgb(190,147,45); }
td.TdClassName
{
border-color: #BE932D;
}
.TagClassName
{
border-color: #BE932D;
}
</style>