Shades of Nugget #BE8D25
Tints of Nugget #BE8D25
RGB
CMYK
RGB Variations
Color information
#BE8D25 (or 0xBE8D25) is known color: Nugget. HEX triplet: BE, 8D and 25. RGB value is (190,141,37). Sum of RGB (Red+Green+Blue) = 190+141+37=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D25 is #4172DA. Grayscale: #909090. Windows color (decimal): -4289243 or 2461118. OLE color: 2461118.
HSL color Cylindrical-coordinate representation of color #BE8D25: hue angle of 40.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE8D25 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 37 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.25 |
| HSL | 40.78º | 0.67% | 0.45% | - |
| HSV(B) | 40.78º | 0.81% | 0.75% | - |
| XYZ | 31.09 | 30.13 | 5.93 | - |
| YUV | 143.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 37 | 0 | 0.26 | 0.81 | 0.25 | 40.78 | 0.67 | 0.45 |
| Hex | BE | 8D | 25 | 0 | 1A | 51 | 19 | 29 | 43 | 2D |
| Octal | 276 | 215 | 45 | 0 | 32 | 121 | 31 | 51 | 103 | 55 |
| Binary | 10111110 | 10001101 | 100101 | 0 | 11010 | 1010001 | 11001 | 101001 | 1000011 | 101101 |
Color Harmonies of #BE8D25
Complementary color
Monochromatic Colors of #BE8D25
Black with #BE8D25
Text Example
Text Example
White with #BE8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D25; }
p { color: rgb(190,141,37); }
H1.HeaderClassName
{
color: #BE8D25;
}
.AnyTagClassName
{
color: #BE8D25;
}
</style>
background-color css
<style>
a { background-color: #BE8D25; }
a { background-color: rgb(190,141,37); }
div.DivClassName
{
background-color: #BE8D25;
}
.BgClassName
{
background-color: #BE8D25;
}
</style>
border-color css
<style>
span { border-color: #BE8D25; }
span { border-color: rgb(190,141,37); }
td.TdClassName
{
border-color: #BE8D25;
}
.TagClassName
{
border-color: #BE8D25;
}
</style>