Shades of Nugget #BE8E2B
Tints of Nugget #BE8E2B
RGB
CMYK
RGB Variations
Color information
#BE8E2B (or 0xBE8E2B) is known color: Nugget. HEX triplet: BE, 8E and 2B. RGB value is (190,142,43). Sum of RGB (Red+Green+Blue) = 190+142+43=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E2B is #4171D4. Grayscale: #919191. Windows color (decimal): -4288981 or 2854590. OLE color: 2854590.
HSL color Cylindrical-coordinate representation of color #BE8E2B: hue angle of 40.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE8E2B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 43 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.25 |
| HSL | 40.41º | 0.63% | 0.46% | - |
| HSV(B) | 40.41º | 0.77% | 0.75% | - |
| XYZ | 31.34 | 30.47 | 6.51 | - |
| YUV | 145.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 43 | 0 | 0.25 | 0.77 | 0.25 | 40.41 | 0.63 | 0.46 |
| Hex | BE | 8E | 2B | 0 | 19 | 4D | 19 | 28 | 3F | 2E |
| Octal | 276 | 216 | 53 | 0 | 31 | 115 | 31 | 50 | 77 | 56 |
| Binary | 10111110 | 10001110 | 101011 | 0 | 11001 | 1001101 | 11001 | 101000 | 111111 | 101110 |
Color Harmonies of #BE8E2B
Complementary color
Monochromatic Colors of #BE8E2B
Black with #BE8E2B
Text Example
Text Example
White with #BE8E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E2B; }
p { color: rgb(190,142,43); }
H1.HeaderClassName
{
color: #BE8E2B;
}
.AnyTagClassName
{
color: #BE8E2B;
}
</style>
background-color css
<style>
a { background-color: #BE8E2B; }
a { background-color: rgb(190,142,43); }
div.DivClassName
{
background-color: #BE8E2B;
}
.BgClassName
{
background-color: #BE8E2B;
}
</style>
border-color css
<style>
span { border-color: #BE8E2B; }
span { border-color: rgb(190,142,43); }
td.TdClassName
{
border-color: #BE8E2B;
}
.TagClassName
{
border-color: #BE8E2B;
}
</style>