Shades of Nugget #BE9029
Tints of Nugget #BE9029
RGB
CMYK
RGB Variations
Color information
#BE9029 (or 0xBE9029) is known color: Nugget. HEX triplet: BE, 90 and 29. RGB value is (190,144,41). Sum of RGB (Red+Green+Blue) = 190+144+41=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9029 is #416FD6. Grayscale: #929292. Windows color (decimal): -4288471 or 2724030. OLE color: 2724030.
HSL color Cylindrical-coordinate representation of color #BE9029: hue angle of 41.48º degrees, saturation: 0.65, 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 #BE9029 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 41 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.25 |
| HSL | 41.48º | 0.65% | 0.45% | - |
| HSV(B) | 41.48º | 0.78% | 0.75% | - |
| XYZ | 31.61 | 31.05 | 6.43 | - |
| YUV | 146.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 41 | 0 | 0.24 | 0.78 | 0.25 | 41.48 | 0.65 | 0.45 |
| Hex | BE | 90 | 29 | 0 | 18 | 4E | 19 | 29 | 41 | 2D |
| Octal | 276 | 220 | 51 | 0 | 30 | 116 | 31 | 51 | 101 | 55 |
| Binary | 10111110 | 10010000 | 101001 | 0 | 11000 | 1001110 | 11001 | 101001 | 1000001 | 101101 |
Color Harmonies of #BE9029
Complementary color
Monochromatic Colors of #BE9029
Black with #BE9029
Text Example
Text Example
White with #BE9029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9029; }
p { color: rgb(190,144,41); }
H1.HeaderClassName
{
color: #BE9029;
}
.AnyTagClassName
{
color: #BE9029;
}
</style>
background-color css
<style>
a { background-color: #BE9029; }
a { background-color: rgb(190,144,41); }
div.DivClassName
{
background-color: #BE9029;
}
.BgClassName
{
background-color: #BE9029;
}
</style>
border-color css
<style>
span { border-color: #BE9029; }
span { border-color: rgb(190,144,41); }
td.TdClassName
{
border-color: #BE9029;
}
.TagClassName
{
border-color: #BE9029;
}
</style>