Shades of Nugget #B8942B
Tints of Nugget #B8942B
RGB
CMYK
RGB Variations
Color information
#B8942B (or 0xB8942B) is known color: Nugget. HEX triplet: B8, 94 and 2B. RGB value is (184,148,43). Sum of RGB (Red+Green+Blue) = 184+148+43=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8942B is #476BD4. Grayscale: #939393. Windows color (decimal): -4680661 or 2856120. OLE color: 2856120.
HSL color Cylindrical-coordinate representation of color #B8942B: hue angle of 44.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8942B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 43 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.28 |
| HSL | 44.68º | 0.62% | 0.45% | - |
| HSV(B) | 44.68º | 0.77% | 0.72% | - |
| XYZ | 30.79 | 31.54 | 6.75 | - |
| YUV | 146.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 43 | 0 | 0.20 | 0.77 | 0.28 | 44.68 | 0.62 | 0.45 |
| Hex | B8 | 94 | 2B | 0 | 14 | 4D | 1C | 2D | 3E | 2D |
| Octal | 270 | 224 | 53 | 0 | 24 | 115 | 34 | 55 | 76 | 55 |
| Binary | 10111000 | 10010100 | 101011 | 0 | 10100 | 1001101 | 11100 | 101101 | 111110 | 101101 |
Color Harmonies of #B8942B
Complementary color
Monochromatic Colors of #B8942B
Black with #B8942B
Text Example
Text Example
White with #B8942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8942B; }
p { color: rgb(184,148,43); }
H1.HeaderClassName
{
color: #B8942B;
}
.AnyTagClassName
{
color: #B8942B;
}
</style>
background-color css
<style>
a { background-color: #B8942B; }
a { background-color: rgb(184,148,43); }
div.DivClassName
{
background-color: #B8942B;
}
.BgClassName
{
background-color: #B8942B;
}
</style>
border-color css
<style>
span { border-color: #B8942B; }
span { border-color: rgb(184,148,43); }
td.TdClassName
{
border-color: #B8942B;
}
.TagClassName
{
border-color: #B8942B;
}
</style>