Shades of Nugget #B89021
Tints of Nugget #B89021
RGB
CMYK
RGB Variations
Color information
#B89021 (or 0xB89021) is known color: Nugget. HEX triplet: B8, 90 and 21. RGB value is (184,144,33). Sum of RGB (Red+Green+Blue) = 184+144+33=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B89021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89021 is #476FDE. Grayscale: #8F8F8F. Windows color (decimal): -4681695 or 2199736. OLE color: 2199736.
HSL color Cylindrical-coordinate representation of color #B89021: hue angle of 44.11º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B89021 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 33 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.28 |
| HSL | 44.11º | 0.7% | 0.43% | - |
| HSV(B) | 44.11º | 0.82% | 0.72% | - |
| XYZ | 30.01 | 30.25 | 5.7 | - |
| YUV | 143.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 33 | 0 | 0.22 | 0.82 | 0.28 | 44.11 | 0.7 | 0.43 |
| Hex | B8 | 90 | 21 | 0 | 16 | 52 | 1C | 2C | 46 | 2B |
| Octal | 270 | 220 | 41 | 0 | 26 | 122 | 34 | 54 | 106 | 53 |
| Binary | 10111000 | 10010000 | 100001 | 0 | 10110 | 1010010 | 11100 | 101100 | 1000110 | 101011 |
Color Harmonies of #B89021
Complementary color
Monochromatic Colors of #B89021
Black with #B89021
Text Example
Text Example
White with #B89021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89021; }
p { color: rgb(184,144,33); }
H1.HeaderClassName
{
color: #B89021;
}
.AnyTagClassName
{
color: #B89021;
}
</style>
background-color css
<style>
a { background-color: #B89021; }
a { background-color: rgb(184,144,33); }
div.DivClassName
{
background-color: #B89021;
}
.BgClassName
{
background-color: #B89021;
}
</style>
border-color css
<style>
span { border-color: #B89021; }
span { border-color: rgb(184,144,33); }
td.TdClassName
{
border-color: #B89021;
}
.TagClassName
{
border-color: #B89021;
}
</style>