Shades of Nugget #B7942A
Tints of Nugget #B7942A
RGB
CMYK
RGB Variations
Color information
#B7942A (or 0xB7942A) is known color: Nugget. HEX triplet: B7, 94 and 2A. RGB value is (183,148,42). Sum of RGB (Red+Green+Blue) = 183+148+42=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7942A is #486BD5. Grayscale: #929292. Windows color (decimal): -4746198 or 2790583. OLE color: 2790583.
HSL color Cylindrical-coordinate representation of color #B7942A: hue angle of 45.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7942A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 42 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.28 |
| HSL | 45.11º | 0.63% | 0.44% | - |
| HSV(B) | 45.11º | 0.77% | 0.72% | - |
| XYZ | 30.54 | 31.41 | 6.64 | - |
| YUV | 146.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 42 | 0 | 0.19 | 0.77 | 0.28 | 45.11 | 0.63 | 0.44 |
| Hex | B7 | 94 | 2A | 0 | 13 | 4D | 1C | 2D | 3F | 2C |
| Octal | 267 | 224 | 52 | 0 | 23 | 115 | 34 | 55 | 77 | 54 |
| Binary | 10110111 | 10010100 | 101010 | 0 | 10011 | 1001101 | 11100 | 101101 | 111111 | 101100 |
Color Harmonies of #B7942A
Complementary color
Monochromatic Colors of #B7942A
Black with #B7942A
Text Example
Text Example
White with #B7942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7942A; }
p { color: rgb(183,148,42); }
H1.HeaderClassName
{
color: #B7942A;
}
.AnyTagClassName
{
color: #B7942A;
}
</style>
background-color css
<style>
a { background-color: #B7942A; }
a { background-color: rgb(183,148,42); }
div.DivClassName
{
background-color: #B7942A;
}
.BgClassName
{
background-color: #B7942A;
}
</style>
border-color css
<style>
span { border-color: #B7942A; }
span { border-color: rgb(183,148,42); }
td.TdClassName
{
border-color: #B7942A;
}
.TagClassName
{
border-color: #B7942A;
}
</style>