Shades of Nugget #B68D1E
Tints of Nugget #B68D1E
RGB
CMYK
RGB Variations
Color information
#B68D1E (or 0xB68D1E) is known color: Nugget. HEX triplet: B6, 8D and 1E. RGB value is (182,141,30). Sum of RGB (Red+Green+Blue) = 182+141+30=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D1E is #4972E1. Grayscale: #8D8D8D. Windows color (decimal): -4813538 or 2002358. OLE color: 2002358.
HSL color Cylindrical-coordinate representation of color #B68D1E: hue angle of 43.82º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B68D1E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 30 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.29 |
| HSL | 43.82º | 0.72% | 0.42% | - |
| HSV(B) | 43.82º | 0.84% | 0.71% | - |
| XYZ | 29.05 | 29.09 | 5.31 | - |
| YUV | 140.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 30 | 0 | 0.23 | 0.84 | 0.29 | 43.82 | 0.72 | 0.42 |
| Hex | B6 | 8D | 1E | 0 | 17 | 54 | 1D | 2C | 48 | 2A |
| Octal | 266 | 215 | 36 | 0 | 27 | 124 | 35 | 54 | 110 | 52 |
| Binary | 10110110 | 10001101 | 11110 | 0 | 10111 | 1010100 | 11101 | 101100 | 1001000 | 101010 |
Color Harmonies of #B68D1E
Complementary color
Monochromatic Colors of #B68D1E
Black with #B68D1E
Text Example
Text Example
White with #B68D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D1E; }
p { color: rgb(182,141,30); }
H1.HeaderClassName
{
color: #B68D1E;
}
.AnyTagClassName
{
color: #B68D1E;
}
</style>
background-color css
<style>
a { background-color: #B68D1E; }
a { background-color: rgb(182,141,30); }
div.DivClassName
{
background-color: #B68D1E;
}
.BgClassName
{
background-color: #B68D1E;
}
</style>
border-color css
<style>
span { border-color: #B68D1E; }
span { border-color: rgb(182,141,30); }
td.TdClassName
{
border-color: #B68D1E;
}
.TagClassName
{
border-color: #B68D1E;
}
</style>