Shades of Nugget #B7861D
Tints of Nugget #B7861D
RGB
CMYK
RGB Variations
Color information
#B7861D (or 0xB7861D) is known color: Nugget. HEX triplet: B7, 86 and 1D. RGB value is (183,134,29). Sum of RGB (Red+Green+Blue) = 183+134+29=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7861D is #4879E2. Grayscale: #898989. Windows color (decimal): -4749795 or 1935031. OLE color: 1935031.
HSL color Cylindrical-coordinate representation of color #B7861D: hue angle of 40.91º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7861D is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 29 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.28 |
| HSL | 40.91º | 0.73% | 0.42% | - |
| HSV(B) | 40.91º | 0.84% | 0.72% | - |
| XYZ | 28.28 | 27.21 | 4.92 | - |
| YUV | 136.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 29 | 0 | 0.27 | 0.84 | 0.28 | 40.91 | 0.73 | 0.42 |
| Hex | B7 | 86 | 1D | 0 | 1B | 54 | 1C | 29 | 49 | 2A |
| Octal | 267 | 206 | 35 | 0 | 33 | 124 | 34 | 51 | 111 | 52 |
| Binary | 10110111 | 10000110 | 11101 | 0 | 11011 | 1010100 | 11100 | 101001 | 1001001 | 101010 |
Color Harmonies of #B7861D
Complementary color
Monochromatic Colors of #B7861D
Black with #B7861D
Text Example
Text Example
White with #B7861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7861D; }
p { color: rgb(183,134,29); }
H1.HeaderClassName
{
color: #B7861D;
}
.AnyTagClassName
{
color: #B7861D;
}
</style>
background-color css
<style>
a { background-color: #B7861D; }
a { background-color: rgb(183,134,29); }
div.DivClassName
{
background-color: #B7861D;
}
.BgClassName
{
background-color: #B7861D;
}
</style>
border-color css
<style>
span { border-color: #B7861D; }
span { border-color: rgb(183,134,29); }
td.TdClassName
{
border-color: #B7861D;
}
.TagClassName
{
border-color: #B7861D;
}
</style>