Shades of Nugget #B99024
Tints of Nugget #B99024
RGB
CMYK
RGB Variations
Color information
#B99024 (or 0xB99024) is known color: Nugget. HEX triplet: B9, 90 and 24. RGB value is (185,144,36). Sum of RGB (Red+Green+Blue) = 185+144+36=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B99024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99024 is #466FDB. Grayscale: #909090. Windows color (decimal): -4616156 or 2396345. OLE color: 2396345.
HSL color Cylindrical-coordinate representation of color #B99024: hue angle of 43.49º 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 #B99024 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 36 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.27 |
| HSL | 43.49º | 0.67% | 0.43% | - |
| HSV(B) | 43.49º | 0.81% | 0.73% | - |
| XYZ | 30.3 | 30.39 | 5.94 | - |
| YUV | 143.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 36 | 0 | 0.22 | 0.81 | 0.27 | 43.49 | 0.67 | 0.43 |
| Hex | B9 | 90 | 24 | 0 | 16 | 51 | 1B | 2B | 43 | 2B |
| Octal | 271 | 220 | 44 | 0 | 26 | 121 | 33 | 53 | 103 | 53 |
| Binary | 10111001 | 10010000 | 100100 | 0 | 10110 | 1010001 | 11011 | 101011 | 1000011 | 101011 |
Color Harmonies of #B99024
Complementary color
Monochromatic Colors of #B99024
Black with #B99024
Text Example
Text Example
White with #B99024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99024; }
p { color: rgb(185,144,36); }
H1.HeaderClassName
{
color: #B99024;
}
.AnyTagClassName
{
color: #B99024;
}
</style>
background-color css
<style>
a { background-color: #B99024; }
a { background-color: rgb(185,144,36); }
div.DivClassName
{
background-color: #B99024;
}
.BgClassName
{
background-color: #B99024;
}
</style>
border-color css
<style>
span { border-color: #B99024; }
span { border-color: rgb(185,144,36); }
td.TdClassName
{
border-color: #B99024;
}
.TagClassName
{
border-color: #B99024;
}
</style>