Shades of Nugget #B68B1E
Tints of Nugget #B68B1E
RGB
CMYK
RGB Variations
Color information
#B68B1E (or 0xB68B1E) is known color: Nugget. HEX triplet: B6, 8B and 1E. RGB value is (182,139,30). Sum of RGB (Red+Green+Blue) = 182+139+30=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B1E is #4974E1. Grayscale: #8B8B8B. Windows color (decimal): -4814050 or 2001846. OLE color: 2001846.
HSL color Cylindrical-coordinate representation of color #B68B1E: hue angle of 43.03º 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 #B68B1E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 30 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.29 |
| HSL | 43.03º | 0.72% | 0.42% | - |
| HSV(B) | 43.03º | 0.84% | 0.71% | - |
| XYZ | 28.76 | 28.5 | 5.21 | - |
| YUV | 139.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 30 | 0 | 0.24 | 0.84 | 0.29 | 43.03 | 0.72 | 0.42 |
| Hex | B6 | 8B | 1E | 0 | 18 | 54 | 1D | 2B | 48 | 2A |
| Octal | 266 | 213 | 36 | 0 | 30 | 124 | 35 | 53 | 110 | 52 |
| Binary | 10110110 | 10001011 | 11110 | 0 | 11000 | 1010100 | 11101 | 101011 | 1001000 | 101010 |
Color Harmonies of #B68B1E
Complementary color
Monochromatic Colors of #B68B1E
Black with #B68B1E
Text Example
Text Example
White with #B68B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B1E; }
p { color: rgb(182,139,30); }
H1.HeaderClassName
{
color: #B68B1E;
}
.AnyTagClassName
{
color: #B68B1E;
}
</style>
background-color css
<style>
a { background-color: #B68B1E; }
a { background-color: rgb(182,139,30); }
div.DivClassName
{
background-color: #B68B1E;
}
.BgClassName
{
background-color: #B68B1E;
}
</style>
border-color css
<style>
span { border-color: #B68B1E; }
span { border-color: rgb(182,139,30); }
td.TdClassName
{
border-color: #B68B1E;
}
.TagClassName
{
border-color: #B68B1E;
}
</style>