Shades of Nugget #B68821
Tints of Nugget #B68821
RGB
CMYK
RGB Variations
Color information
#B68821 (or 0xB68821) is known color: Nugget. HEX triplet: B6, 88 and 21. RGB value is (182,136,33). Sum of RGB (Red+Green+Blue) = 182+136+33=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68821 is #4977DE. Grayscale: #8A8A8A. Windows color (decimal): -4814815 or 2197686. OLE color: 2197686.
HSL color Cylindrical-coordinate representation of color #B68821: hue angle of 41.48º degrees, saturation: 0.69, 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 #B68821 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 33 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.29 |
| HSL | 41.48º | 0.69% | 0.42% | - |
| HSV(B) | 41.48º | 0.82% | 0.71% | - |
| XYZ | 28.37 | 27.66 | 5.28 | - |
| YUV | 138.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 33 | 0 | 0.25 | 0.82 | 0.29 | 41.48 | 0.69 | 0.42 |
| Hex | B6 | 88 | 21 | 0 | 19 | 52 | 1D | 29 | 45 | 2A |
| Octal | 266 | 210 | 41 | 0 | 31 | 122 | 35 | 51 | 105 | 52 |
| Binary | 10110110 | 10001000 | 100001 | 0 | 11001 | 1010010 | 11101 | 101001 | 1000101 | 101010 |
Color Harmonies of #B68821
Complementary color
Monochromatic Colors of #B68821
Black with #B68821
Text Example
Text Example
White with #B68821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68821; }
p { color: rgb(182,136,33); }
H1.HeaderClassName
{
color: #B68821;
}
.AnyTagClassName
{
color: #B68821;
}
</style>
background-color css
<style>
a { background-color: #B68821; }
a { background-color: rgb(182,136,33); }
div.DivClassName
{
background-color: #B68821;
}
.BgClassName
{
background-color: #B68821;
}
</style>
border-color css
<style>
span { border-color: #B68821; }
span { border-color: rgb(182,136,33); }
td.TdClassName
{
border-color: #B68821;
}
.TagClassName
{
border-color: #B68821;
}
</style>