Shades of Nugget #B68420
Tints of Nugget #B68420
RGB
CMYK
RGB Variations
Color information
#B68420 (or 0xB68420) is known color: Nugget. HEX triplet: B6, 84 and 20. RGB value is (182,132,32). Sum of RGB (Red+Green+Blue) = 182+132+32=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B68420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68420 is #497BDF. Grayscale: #888888. Windows color (decimal): -4815840 or 2131126. OLE color: 2131126.
HSL color Cylindrical-coordinate representation of color #B68420: hue angle of 40º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B68420 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 32 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.29 |
| HSL | 40º | 0.7% | 0.42% | - |
| HSV(B) | 40º | 0.82% | 0.71% | - |
| XYZ | 27.8 | 26.55 | 5.03 | - |
| YUV | 135.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 32 | 0 | 0.27 | 0.82 | 0.29 | 40 | 0.7 | 0.42 |
| Hex | B6 | 84 | 20 | 0 | 1B | 52 | 1D | 28 | 46 | 2A |
| Octal | 266 | 204 | 40 | 0 | 33 | 122 | 35 | 50 | 106 | 52 |
| Binary | 10110110 | 10000100 | 100000 | 0 | 11011 | 1010010 | 11101 | 101000 | 1000110 | 101010 |
Color Harmonies of #B68420
Complementary color
Monochromatic Colors of #B68420
Black with #B68420
Text Example
Text Example
White with #B68420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68420; }
p { color: rgb(182,132,32); }
H1.HeaderClassName
{
color: #B68420;
}
.AnyTagClassName
{
color: #B68420;
}
</style>
background-color css
<style>
a { background-color: #B68420; }
a { background-color: rgb(182,132,32); }
div.DivClassName
{
background-color: #B68420;
}
.BgClassName
{
background-color: #B68420;
}
</style>
border-color css
<style>
span { border-color: #B68420; }
span { border-color: rgb(182,132,32); }
td.TdClassName
{
border-color: #B68420;
}
.TagClassName
{
border-color: #B68420;
}
</style>