Shades of Nugget #B89632
Tints of Nugget #B89632
RGB
CMYK
RGB Variations
Color information
#B89632 (or 0xB89632) is known color: Nugget. HEX triplet: B8, 96 and 32. RGB value is (184,150,50). Sum of RGB (Red+Green+Blue) = 184+150+50=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89632 is #4769CD. Grayscale: #959595. Windows color (decimal): -4680142 or 3315384. OLE color: 3315384.
HSL color Cylindrical-coordinate representation of color #B89632: hue angle of 44.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B89632 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 50 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.28 |
| HSL | 44.78º | 0.57% | 0.46% | - |
| HSV(B) | 44.78º | 0.73% | 0.72% | - |
| XYZ | 31.25 | 32.23 | 7.59 | - |
| YUV | 148.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 50 | 0 | 0.18 | 0.73 | 0.28 | 44.78 | 0.57 | 0.46 |
| Hex | B8 | 96 | 32 | 0 | 12 | 49 | 1C | 2D | 39 | 2E |
| Octal | 270 | 226 | 62 | 0 | 22 | 111 | 34 | 55 | 71 | 56 |
| Binary | 10111000 | 10010110 | 110010 | 0 | 10010 | 1001001 | 11100 | 101101 | 111001 | 101110 |
Color Harmonies of #B89632
Complementary color
Monochromatic Colors of #B89632
Black with #B89632
Text Example
Text Example
White with #B89632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89632; }
p { color: rgb(184,150,50); }
H1.HeaderClassName
{
color: #B89632;
}
.AnyTagClassName
{
color: #B89632;
}
</style>
background-color css
<style>
a { background-color: #B89632; }
a { background-color: rgb(184,150,50); }
div.DivClassName
{
background-color: #B89632;
}
.BgClassName
{
background-color: #B89632;
}
</style>
border-color css
<style>
span { border-color: #B89632; }
span { border-color: rgb(184,150,50); }
td.TdClassName
{
border-color: #B89632;
}
.TagClassName
{
border-color: #B89632;
}
</style>