Shades of Nugget #B89028
Tints of Nugget #B89028
RGB
CMYK
RGB Variations
Color information
#B89028 (or 0xB89028) is known color: Nugget. HEX triplet: B8, 90 and 28. RGB value is (184,144,40). Sum of RGB (Red+Green+Blue) = 184+144+40=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B89028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89028 is #476FD7. Grayscale: #909090. Windows color (decimal): -4681688 or 2658488. OLE color: 2658488.
HSL color Cylindrical-coordinate representation of color #B89028: hue angle of 43.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B89028 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 40 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.28 |
| HSL | 43.33º | 0.64% | 0.44% | - |
| HSV(B) | 43.33º | 0.78% | 0.72% | - |
| XYZ | 30.12 | 30.29 | 6.27 | - |
| YUV | 144.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 40 | 0 | 0.22 | 0.78 | 0.28 | 43.33 | 0.64 | 0.44 |
| Hex | B8 | 90 | 28 | 0 | 16 | 4E | 1C | 2B | 40 | 2C |
| Octal | 270 | 220 | 50 | 0 | 26 | 116 | 34 | 53 | 100 | 54 |
| Binary | 10111000 | 10010000 | 101000 | 0 | 10110 | 1001110 | 11100 | 101011 | 1000000 | 101100 |
Color Harmonies of #B89028
Complementary color
Monochromatic Colors of #B89028
Black with #B89028
Text Example
Text Example
White with #B89028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89028; }
p { color: rgb(184,144,40); }
H1.HeaderClassName
{
color: #B89028;
}
.AnyTagClassName
{
color: #B89028;
}
</style>
background-color css
<style>
a { background-color: #B89028; }
a { background-color: rgb(184,144,40); }
div.DivClassName
{
background-color: #B89028;
}
.BgClassName
{
background-color: #B89028;
}
</style>
border-color css
<style>
span { border-color: #B89028; }
span { border-color: rgb(184,144,40); }
td.TdClassName
{
border-color: #B89028;
}
.TagClassName
{
border-color: #B89028;
}
</style>