Shades of Nugget #B79024
Tints of Nugget #B79024
RGB
CMYK
RGB Variations
Color information
#B79024 (or 0xB79024) is known color: Nugget. HEX triplet: B7, 90 and 24. RGB value is (183,144,36). Sum of RGB (Red+Green+Blue) = 183+144+36=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B79024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79024 is #486FDB. Grayscale: #8F8F8F. Windows color (decimal): -4747228 or 2396343. OLE color: 2396343.
HSL color Cylindrical-coordinate representation of color #B79024: hue angle of 44.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B79024 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 36 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.28 |
| HSL | 44.08º | 0.67% | 0.43% | - |
| HSV(B) | 44.08º | 0.8% | 0.72% | - |
| XYZ | 29.82 | 30.14 | 5.92 | - |
| YUV | 143.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 36 | 0 | 0.21 | 0.80 | 0.28 | 44.08 | 0.67 | 0.43 |
| Hex | B7 | 90 | 24 | 0 | 15 | 50 | 1C | 2C | 43 | 2B |
| Octal | 267 | 220 | 44 | 0 | 25 | 120 | 34 | 54 | 103 | 53 |
| Binary | 10110111 | 10010000 | 100100 | 0 | 10101 | 1010000 | 11100 | 101100 | 1000011 | 101011 |
Color Harmonies of #B79024
Complementary color
Monochromatic Colors of #B79024
Black with #B79024
Text Example
Text Example
White with #B79024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79024; }
p { color: rgb(183,144,36); }
H1.HeaderClassName
{
color: #B79024;
}
.AnyTagClassName
{
color: #B79024;
}
</style>
background-color css
<style>
a { background-color: #B79024; }
a { background-color: rgb(183,144,36); }
div.DivClassName
{
background-color: #B79024;
}
.BgClassName
{
background-color: #B79024;
}
</style>
border-color css
<style>
span { border-color: #B79024; }
span { border-color: rgb(183,144,36); }
td.TdClassName
{
border-color: #B79024;
}
.TagClassName
{
border-color: #B79024;
}
</style>