Shades of Nugget #B7942B
Tints of Nugget #B7942B
RGB
CMYK
RGB Variations
Color information
#B7942B (or 0xB7942B) is known color: Nugget. HEX triplet: B7, 94 and 2B. RGB value is (183,148,43). Sum of RGB (Red+Green+Blue) = 183+148+43=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7942B is #486BD4. Grayscale: #929292. Windows color (decimal): -4746197 or 2856119. OLE color: 2856119.
HSL color Cylindrical-coordinate representation of color #B7942B: hue angle of 45º degrees, saturation: 0.62, 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 #B7942B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 43 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.28 |
| HSL | 45º | 0.62% | 0.44% | - |
| HSV(B) | 45º | 0.77% | 0.72% | - |
| XYZ | 30.55 | 31.42 | 6.74 | - |
| YUV | 146.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 43 | 0 | 0.19 | 0.77 | 0.28 | 45 | 0.62 | 0.44 |
| Hex | B7 | 94 | 2B | 0 | 13 | 4D | 1C | 2D | 3E | 2C |
| Octal | 267 | 224 | 53 | 0 | 23 | 115 | 34 | 55 | 76 | 54 |
| Binary | 10110111 | 10010100 | 101011 | 0 | 10011 | 1001101 | 11100 | 101101 | 111110 | 101100 |
Color Harmonies of #B7942B
Complementary color
Monochromatic Colors of #B7942B
Black with #B7942B
Text Example
Text Example
White with #B7942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7942B; }
p { color: rgb(183,148,43); }
H1.HeaderClassName
{
color: #B7942B;
}
.AnyTagClassName
{
color: #B7942B;
}
</style>
background-color css
<style>
a { background-color: #B7942B; }
a { background-color: rgb(183,148,43); }
div.DivClassName
{
background-color: #B7942B;
}
.BgClassName
{
background-color: #B7942B;
}
</style>
border-color css
<style>
span { border-color: #B7942B; }
span { border-color: rgb(183,148,43); }
td.TdClassName
{
border-color: #B7942B;
}
.TagClassName
{
border-color: #B7942B;
}
</style>