Shades of Nugget #B89121
Tints of Nugget #B89121
RGB
CMYK
RGB Variations
Color information
#B89121 (or 0xB89121) is known color: Nugget. HEX triplet: B8, 91 and 21. RGB value is (184,145,33). Sum of RGB (Red+Green+Blue) = 184+145+33=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B89121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89121 is #476EDE. Grayscale: #909090. Windows color (decimal): -4681439 or 2199992. OLE color: 2199992.
HSL color Cylindrical-coordinate representation of color #B89121: hue angle of 44.5º 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 #B89121 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 33 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.28 |
| HSL | 44.5º | 0.7% | 0.43% | - |
| HSV(B) | 44.5º | 0.82% | 0.72% | - |
| XYZ | 30.17 | 30.55 | 5.75 | - |
| YUV | 143.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 33 | 0 | 0.21 | 0.82 | 0.28 | 44.5 | 0.7 | 0.43 |
| Hex | B8 | 91 | 21 | 0 | 15 | 52 | 1C | 2D | 46 | 2B |
| Octal | 270 | 221 | 41 | 0 | 25 | 122 | 34 | 55 | 106 | 53 |
| Binary | 10111000 | 10010001 | 100001 | 0 | 10101 | 1010010 | 11100 | 101101 | 1000110 | 101011 |
Color Harmonies of #B89121
Complementary color
Monochromatic Colors of #B89121
Black with #B89121
Text Example
Text Example
White with #B89121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89121; }
p { color: rgb(184,145,33); }
H1.HeaderClassName
{
color: #B89121;
}
.AnyTagClassName
{
color: #B89121;
}
</style>
background-color css
<style>
a { background-color: #B89121; }
a { background-color: rgb(184,145,33); }
div.DivClassName
{
background-color: #B89121;
}
.BgClassName
{
background-color: #B89121;
}
</style>
border-color css
<style>
span { border-color: #B89121; }
span { border-color: rgb(184,145,33); }
td.TdClassName
{
border-color: #B89121;
}
.TagClassName
{
border-color: #B89121;
}
</style>