Shades of Nugget #B8902D
Tints of Nugget #B8902D
RGB
CMYK
RGB Variations
Color information
#B8902D (or 0xB8902D) is known color: Nugget. HEX triplet: B8, 90 and 2D. RGB value is (184,144,45). Sum of RGB (Red+Green+Blue) = 184+144+45=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8902D is #476FD2. Grayscale: #919191. Windows color (decimal): -4681683 or 2986168. OLE color: 2986168.
HSL color Cylindrical-coordinate representation of color #B8902D: hue angle of 42.73º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8902D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.28 |
| HSL | 42.73º | 0.61% | 0.45% | - |
| HSV(B) | 42.73º | 0.76% | 0.72% | - |
| XYZ | 30.21 | 30.33 | 6.74 | - |
| YUV | 144.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 45 | 0 | 0.22 | 0.76 | 0.28 | 42.73 | 0.61 | 0.45 |
| Hex | B8 | 90 | 2D | 0 | 16 | 4C | 1C | 2B | 3D | 2D |
| Octal | 270 | 220 | 55 | 0 | 26 | 114 | 34 | 53 | 75 | 55 |
| Binary | 10111000 | 10010000 | 101101 | 0 | 10110 | 1001100 | 11100 | 101011 | 111101 | 101101 |
Color Harmonies of #B8902D
Complementary color
Monochromatic Colors of #B8902D
Black with #B8902D
Text Example
Text Example
White with #B8902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8902D; }
p { color: rgb(184,144,45); }
H1.HeaderClassName
{
color: #B8902D;
}
.AnyTagClassName
{
color: #B8902D;
}
</style>
background-color css
<style>
a { background-color: #B8902D; }
a { background-color: rgb(184,144,45); }
div.DivClassName
{
background-color: #B8902D;
}
.BgClassName
{
background-color: #B8902D;
}
</style>
border-color css
<style>
span { border-color: #B8902D; }
span { border-color: rgb(184,144,45); }
td.TdClassName
{
border-color: #B8902D;
}
.TagClassName
{
border-color: #B8902D;
}
</style>