Shades of Nugget #B89026
Tints of Nugget #B89026
RGB
CMYK
RGB Variations
Color information
#B89026 (or 0xB89026) is known color: Nugget. HEX triplet: B8, 90 and 26. RGB value is (184,144,38). Sum of RGB (Red+Green+Blue) = 184+144+38=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B89026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89026 is #476FD9. Grayscale: #909090. Windows color (decimal): -4681690 or 2527416. OLE color: 2527416.
HSL color Cylindrical-coordinate representation of color #B89026: hue angle of 43.56º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B89026 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 38 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.28 |
| HSL | 43.56º | 0.66% | 0.44% | - |
| HSV(B) | 43.56º | 0.79% | 0.72% | - |
| XYZ | 30.09 | 30.28 | 6.09 | - |
| YUV | 143.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 38 | 0 | 0.22 | 0.79 | 0.28 | 43.56 | 0.66 | 0.44 |
| Hex | B8 | 90 | 26 | 0 | 16 | 4F | 1C | 2C | 42 | 2C |
| Octal | 270 | 220 | 46 | 0 | 26 | 117 | 34 | 54 | 102 | 54 |
| Binary | 10111000 | 10010000 | 100110 | 0 | 10110 | 1001111 | 11100 | 101100 | 1000010 | 101100 |
Color Harmonies of #B89026
Complementary color
Monochromatic Colors of #B89026
Black with #B89026
Text Example
Text Example
White with #B89026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89026; }
p { color: rgb(184,144,38); }
H1.HeaderClassName
{
color: #B89026;
}
.AnyTagClassName
{
color: #B89026;
}
</style>
background-color css
<style>
a { background-color: #B89026; }
a { background-color: rgb(184,144,38); }
div.DivClassName
{
background-color: #B89026;
}
.BgClassName
{
background-color: #B89026;
}
</style>
border-color css
<style>
span { border-color: #B89026; }
span { border-color: rgb(184,144,38); }
td.TdClassName
{
border-color: #B89026;
}
.TagClassName
{
border-color: #B89026;
}
</style>