Shades of Nugget #B98C2A
Tints of Nugget #B98C2A
RGB
CMYK
RGB Variations
Color information
#B98C2A (or 0xB98C2A) is known color: Nugget. HEX triplet: B9, 8C and 2A. RGB value is (185,140,42). Sum of RGB (Red+Green+Blue) = 185+140+42=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C2A is #4673D5. Grayscale: #8E8E8E. Windows color (decimal): -4617174 or 2788537. OLE color: 2788537.
HSL color Cylindrical-coordinate representation of color #B98C2A: hue angle of 41.12º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B98C2A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 42 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.27 |
| HSL | 41.12º | 0.63% | 0.45% | - |
| HSV(B) | 41.12º | 0.77% | 0.73% | - |
| XYZ | 29.8 | 29.24 | 6.26 | - |
| YUV | 142.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 42 | 0 | 0.24 | 0.77 | 0.27 | 41.12 | 0.63 | 0.45 |
| Hex | B9 | 8C | 2A | 0 | 18 | 4D | 1B | 29 | 3F | 2D |
| Octal | 271 | 214 | 52 | 0 | 30 | 115 | 33 | 51 | 77 | 55 |
| Binary | 10111001 | 10001100 | 101010 | 0 | 11000 | 1001101 | 11011 | 101001 | 111111 | 101101 |
Color Harmonies of #B98C2A
Complementary color
Monochromatic Colors of #B98C2A
Black with #B98C2A
Text Example
Text Example
White with #B98C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C2A; }
p { color: rgb(185,140,42); }
H1.HeaderClassName
{
color: #B98C2A;
}
.AnyTagClassName
{
color: #B98C2A;
}
</style>
background-color css
<style>
a { background-color: #B98C2A; }
a { background-color: rgb(185,140,42); }
div.DivClassName
{
background-color: #B98C2A;
}
.BgClassName
{
background-color: #B98C2A;
}
</style>
border-color css
<style>
span { border-color: #B98C2A; }
span { border-color: rgb(185,140,42); }
td.TdClassName
{
border-color: #B98C2A;
}
.TagClassName
{
border-color: #B98C2A;
}
</style>