Shades of Nugget #BE8C21
Tints of Nugget #BE8C21
RGB
CMYK
RGB Variations
Color information
#BE8C21 (or 0xBE8C21) is known color: Nugget. HEX triplet: BE, 8C and 21. RGB value is (190,140,33). Sum of RGB (Red+Green+Blue) = 190+140+33=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C21 is #4173DE. Grayscale: #8F8F8F. Windows color (decimal): -4289503 or 2198718. OLE color: 2198718.
HSL color Cylindrical-coordinate representation of color #BE8C21: hue angle of 40.89º degrees, saturation: 0.7, 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 #BE8C21 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 33 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.25 |
| HSL | 40.89º | 0.7% | 0.44% | - |
| HSV(B) | 40.89º | 0.83% | 0.75% | - |
| XYZ | 30.89 | 29.81 | 5.57 | - |
| YUV | 142.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 33 | 0 | 0.26 | 0.83 | 0.25 | 40.89 | 0.7 | 0.44 |
| Hex | BE | 8C | 21 | 0 | 1A | 53 | 19 | 29 | 46 | 2C |
| Octal | 276 | 214 | 41 | 0 | 32 | 123 | 31 | 51 | 106 | 54 |
| Binary | 10111110 | 10001100 | 100001 | 0 | 11010 | 1010011 | 11001 | 101001 | 1000110 | 101100 |
Color Harmonies of #BE8C21
Complementary color
Monochromatic Colors of #BE8C21
Black with #BE8C21
Text Example
Text Example
White with #BE8C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C21; }
p { color: rgb(190,140,33); }
H1.HeaderClassName
{
color: #BE8C21;
}
.AnyTagClassName
{
color: #BE8C21;
}
</style>
background-color css
<style>
a { background-color: #BE8C21; }
a { background-color: rgb(190,140,33); }
div.DivClassName
{
background-color: #BE8C21;
}
.BgClassName
{
background-color: #BE8C21;
}
</style>
border-color css
<style>
span { border-color: #BE8C21; }
span { border-color: rgb(190,140,33); }
td.TdClassName
{
border-color: #BE8C21;
}
.TagClassName
{
border-color: #BE8C21;
}
</style>