Shades of Nugget #B89020
Tints of Nugget #B89020
RGB
CMYK
RGB Variations
Color information
#B89020 (or 0xB89020) is known color: Nugget. HEX triplet: B8, 90 and 20. RGB value is (184,144,32). Sum of RGB (Red+Green+Blue) = 184+144+32=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B89020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89020 is #476FDF. Grayscale: #8F8F8F. Windows color (decimal): -4681696 or 2134200. OLE color: 2134200.
HSL color Cylindrical-coordinate representation of color #B89020: hue angle of 44.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B89020 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 32 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.28 |
| HSL | 44.21º | 0.7% | 0.42% | - |
| HSV(B) | 44.21º | 0.83% | 0.72% | - |
| XYZ | 30 | 30.24 | 5.62 | - |
| YUV | 143.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 32 | 0 | 0.22 | 0.83 | 0.28 | 44.21 | 0.7 | 0.42 |
| Hex | B8 | 90 | 20 | 0 | 16 | 53 | 1C | 2C | 46 | 2A |
| Octal | 270 | 220 | 40 | 0 | 26 | 123 | 34 | 54 | 106 | 52 |
| Binary | 10111000 | 10010000 | 100000 | 0 | 10110 | 1010011 | 11100 | 101100 | 1000110 | 101010 |
Color Harmonies of #B89020
Complementary color
Monochromatic Colors of #B89020
Black with #B89020
Text Example
Text Example
White with #B89020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89020; }
p { color: rgb(184,144,32); }
H1.HeaderClassName
{
color: #B89020;
}
.AnyTagClassName
{
color: #B89020;
}
</style>
background-color css
<style>
a { background-color: #B89020; }
a { background-color: rgb(184,144,32); }
div.DivClassName
{
background-color: #B89020;
}
.BgClassName
{
background-color: #B89020;
}
</style>
border-color css
<style>
span { border-color: #B89020; }
span { border-color: rgb(184,144,32); }
td.TdClassName
{
border-color: #B89020;
}
.TagClassName
{
border-color: #B89020;
}
</style>