Shades of Nugget #B99324
Tints of Nugget #B99324
RGB
CMYK
RGB Variations
Color information
#B99324 (or 0xB99324) is known color: Nugget. HEX triplet: B9, 93 and 24. RGB value is (185,147,36). Sum of RGB (Red+Green+Blue) = 185+147+36=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B99324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99324 is #466CDB. Grayscale: #929292. Windows color (decimal): -4615388 or 2397113. OLE color: 2397113.
HSL color Cylindrical-coordinate representation of color #B99324: hue angle of 44.7º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B99324 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 36 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.27 |
| HSL | 44.7º | 0.67% | 0.43% | - |
| HSV(B) | 44.7º | 0.81% | 0.73% | - |
| XYZ | 30.76 | 31.31 | 6.09 | - |
| YUV | 145.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 36 | 0 | 0.21 | 0.81 | 0.27 | 44.7 | 0.67 | 0.43 |
| Hex | B9 | 93 | 24 | 0 | 15 | 51 | 1B | 2D | 43 | 2B |
| Octal | 271 | 223 | 44 | 0 | 25 | 121 | 33 | 55 | 103 | 53 |
| Binary | 10111001 | 10010011 | 100100 | 0 | 10101 | 1010001 | 11011 | 101101 | 1000011 | 101011 |
Color Harmonies of #B99324
Complementary color
Monochromatic Colors of #B99324
Black with #B99324
Text Example
Text Example
White with #B99324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99324; }
p { color: rgb(185,147,36); }
H1.HeaderClassName
{
color: #B99324;
}
.AnyTagClassName
{
color: #B99324;
}
</style>
background-color css
<style>
a { background-color: #B99324; }
a { background-color: rgb(185,147,36); }
div.DivClassName
{
background-color: #B99324;
}
.BgClassName
{
background-color: #B99324;
}
</style>
border-color css
<style>
span { border-color: #B99324; }
span { border-color: rgb(185,147,36); }
td.TdClassName
{
border-color: #B99324;
}
.TagClassName
{
border-color: #B99324;
}
</style>