Shades of Nugget #B89327
Tints of Nugget #B89327
RGB
CMYK
RGB Variations
Color information
#B89327 (or 0xB89327) is known color: Nugget. HEX triplet: B8, 93 and 27. RGB value is (184,147,39). Sum of RGB (Red+Green+Blue) = 184+147+39=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89327 is #476CD8. Grayscale: #929292. Windows color (decimal): -4680921 or 2593720. OLE color: 2593720.
HSL color Cylindrical-coordinate representation of color #B89327: hue angle of 44.69º degrees, saturation: 0.65, 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 #B89327 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 39 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.28 |
| HSL | 44.69º | 0.65% | 0.44% | - |
| HSV(B) | 44.69º | 0.79% | 0.72% | - |
| XYZ | 30.57 | 31.2 | 6.33 | - |
| YUV | 145.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 39 | 0 | 0.20 | 0.79 | 0.28 | 44.69 | 0.65 | 0.44 |
| Hex | B8 | 93 | 27 | 0 | 14 | 4F | 1C | 2D | 41 | 2C |
| Octal | 270 | 223 | 47 | 0 | 24 | 117 | 34 | 55 | 101 | 54 |
| Binary | 10111000 | 10010011 | 100111 | 0 | 10100 | 1001111 | 11100 | 101101 | 1000001 | 101100 |
Color Harmonies of #B89327
Complementary color
Monochromatic Colors of #B89327
Black with #B89327
Text Example
Text Example
White with #B89327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89327; }
p { color: rgb(184,147,39); }
H1.HeaderClassName
{
color: #B89327;
}
.AnyTagClassName
{
color: #B89327;
}
</style>
background-color css
<style>
a { background-color: #B89327; }
a { background-color: rgb(184,147,39); }
div.DivClassName
{
background-color: #B89327;
}
.BgClassName
{
background-color: #B89327;
}
</style>
border-color css
<style>
span { border-color: #B89327; }
span { border-color: rgb(184,147,39); }
td.TdClassName
{
border-color: #B89327;
}
.TagClassName
{
border-color: #B89327;
}
</style>