Shades of Nugget #BE9320
Tints of Nugget #BE9320
RGB
CMYK
RGB Variations
Color information
#BE9320 (or 0xBE9320) is known color: Nugget. HEX triplet: BE, 93 and 20. RGB value is (190,147,32). Sum of RGB (Red+Green+Blue) = 190+147+32=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9320 is #416CDF. Grayscale: #939393. Windows color (decimal): -4287712 or 2134974. OLE color: 2134974.
HSL color Cylindrical-coordinate representation of color #BE9320: hue angle of 43.67º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE9320 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 32 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.25 |
| HSL | 43.67º | 0.71% | 0.44% | - |
| HSV(B) | 43.67º | 0.83% | 0.75% | - |
| XYZ | 31.93 | 31.92 | 5.84 | - |
| YUV | 146.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 32 | 0 | 0.23 | 0.83 | 0.25 | 43.67 | 0.71 | 0.44 |
| Hex | BE | 93 | 20 | 0 | 17 | 53 | 19 | 2C | 47 | 2C |
| Octal | 276 | 223 | 40 | 0 | 27 | 123 | 31 | 54 | 107 | 54 |
| Binary | 10111110 | 10010011 | 100000 | 0 | 10111 | 1010011 | 11001 | 101100 | 1000111 | 101100 |
Color Harmonies of #BE9320
Complementary color
Monochromatic Colors of #BE9320
Black with #BE9320
Text Example
Text Example
White with #BE9320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9320; }
p { color: rgb(190,147,32); }
H1.HeaderClassName
{
color: #BE9320;
}
.AnyTagClassName
{
color: #BE9320;
}
</style>
background-color css
<style>
a { background-color: #BE9320; }
a { background-color: rgb(190,147,32); }
div.DivClassName
{
background-color: #BE9320;
}
.BgClassName
{
background-color: #BE9320;
}
</style>
border-color css
<style>
span { border-color: #BE9320; }
span { border-color: rgb(190,147,32); }
td.TdClassName
{
border-color: #BE9320;
}
.TagClassName
{
border-color: #BE9320;
}
</style>