Shades of Nugget #B98A1E
Tints of Nugget #B98A1E
RGB
CMYK
RGB Variations
Color information
#B98A1E (or 0xB98A1E) is known color: Nugget. HEX triplet: B9, 8A and 1E. RGB value is (185,138,30). Sum of RGB (Red+Green+Blue) = 185+138+30=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A1E is #4675E1. Grayscale: #8C8C8C. Windows color (decimal): -4617698 or 2001593. OLE color: 2001593.
HSL color Cylindrical-coordinate representation of color #B98A1E: hue angle of 41.81º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B98A1E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 30 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.27 |
| HSL | 41.81º | 0.72% | 0.42% | - |
| HSV(B) | 41.81º | 0.84% | 0.73% | - |
| XYZ | 29.33 | 28.58 | 5.2 | - |
| YUV | 139.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 30 | 0 | 0.25 | 0.84 | 0.27 | 41.81 | 0.72 | 0.42 |
| Hex | B9 | 8A | 1E | 0 | 19 | 54 | 1B | 2A | 48 | 2A |
| Octal | 271 | 212 | 36 | 0 | 31 | 124 | 33 | 52 | 110 | 52 |
| Binary | 10111001 | 10001010 | 11110 | 0 | 11001 | 1010100 | 11011 | 101010 | 1001000 | 101010 |
Color Harmonies of #B98A1E
Complementary color
Monochromatic Colors of #B98A1E
Black with #B98A1E
Text Example
Text Example
White with #B98A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A1E; }
p { color: rgb(185,138,30); }
H1.HeaderClassName
{
color: #B98A1E;
}
.AnyTagClassName
{
color: #B98A1E;
}
</style>
background-color css
<style>
a { background-color: #B98A1E; }
a { background-color: rgb(185,138,30); }
div.DivClassName
{
background-color: #B98A1E;
}
.BgClassName
{
background-color: #B98A1E;
}
</style>
border-color css
<style>
span { border-color: #B98A1E; }
span { border-color: rgb(185,138,30); }
td.TdClassName
{
border-color: #B98A1E;
}
.TagClassName
{
border-color: #B98A1E;
}
</style>