Shades of Nugget #BE8C29
Tints of Nugget #BE8C29
RGB
CMYK
RGB Variations
Color information
#BE8C29 (or 0xBE8C29) is known color: Nugget. HEX triplet: BE, 8C and 29. RGB value is (190,140,41). Sum of RGB (Red+Green+Blue) = 190+140+41=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C29 is #4173D6. Grayscale: #909090. Windows color (decimal): -4289495 or 2723006. OLE color: 2723006.
HSL color Cylindrical-coordinate representation of color #BE8C29: hue angle of 39.87º 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 #BE8C29 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 41 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.25 |
| HSL | 39.87º | 0.65% | 0.45% | - |
| HSV(B) | 39.87º | 0.78% | 0.75% | - |
| XYZ | 31.01 | 29.86 | 6.23 | - |
| YUV | 143.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 41 | 0 | 0.26 | 0.78 | 0.25 | 39.87 | 0.65 | 0.45 |
| Hex | BE | 8C | 29 | 0 | 1A | 4E | 19 | 28 | 41 | 2D |
| Octal | 276 | 214 | 51 | 0 | 32 | 116 | 31 | 50 | 101 | 55 |
| Binary | 10111110 | 10001100 | 101001 | 0 | 11010 | 1001110 | 11001 | 101000 | 1000001 | 101101 |
Color Harmonies of #BE8C29
Complementary color
Monochromatic Colors of #BE8C29
Black with #BE8C29
Text Example
Text Example
White with #BE8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C29; }
p { color: rgb(190,140,41); }
H1.HeaderClassName
{
color: #BE8C29;
}
.AnyTagClassName
{
color: #BE8C29;
}
</style>
background-color css
<style>
a { background-color: #BE8C29; }
a { background-color: rgb(190,140,41); }
div.DivClassName
{
background-color: #BE8C29;
}
.BgClassName
{
background-color: #BE8C29;
}
</style>
border-color css
<style>
span { border-color: #BE8C29; }
span { border-color: rgb(190,140,41); }
td.TdClassName
{
border-color: #BE8C29;
}
.TagClassName
{
border-color: #BE8C29;
}
</style>