Shades of Nugget #B7902D
Tints of Nugget #B7902D
RGB
CMYK
RGB Variations
Color information
#B7902D (or 0xB7902D) is known color: Nugget. HEX triplet: B7, 90 and 2D. RGB value is (183,144,45). Sum of RGB (Red+Green+Blue) = 183+144+45=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7902D is #486FD2. Grayscale: #909090. Windows color (decimal): -4747219 or 2986167. OLE color: 2986167.
HSL color Cylindrical-coordinate representation of color #B7902D: hue angle of 43.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7902D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 45 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.28 |
| HSL | 43.04º | 0.61% | 0.45% | - |
| HSV(B) | 43.04º | 0.75% | 0.72% | - |
| XYZ | 29.98 | 30.2 | 6.73 | - |
| YUV | 144.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 45 | 0 | 0.21 | 0.75 | 0.28 | 43.04 | 0.61 | 0.45 |
| Hex | B7 | 90 | 2D | 0 | 15 | 4B | 1C | 2B | 3D | 2D |
| Octal | 267 | 220 | 55 | 0 | 25 | 113 | 34 | 53 | 75 | 55 |
| Binary | 10110111 | 10010000 | 101101 | 0 | 10101 | 1001011 | 11100 | 101011 | 111101 | 101101 |
Color Harmonies of #B7902D
Complementary color
Monochromatic Colors of #B7902D
Black with #B7902D
Text Example
Text Example
White with #B7902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7902D; }
p { color: rgb(183,144,45); }
H1.HeaderClassName
{
color: #B7902D;
}
.AnyTagClassName
{
color: #B7902D;
}
</style>
background-color css
<style>
a { background-color: #B7902D; }
a { background-color: rgb(183,144,45); }
div.DivClassName
{
background-color: #B7902D;
}
.BgClassName
{
background-color: #B7902D;
}
</style>
border-color css
<style>
span { border-color: #B7902D; }
span { border-color: rgb(183,144,45); }
td.TdClassName
{
border-color: #B7902D;
}
.TagClassName
{
border-color: #B7902D;
}
</style>