Shades of Nugget #B68829
Tints of Nugget #B68829
RGB
CMYK
RGB Variations
Color information
#B68829 (or 0xB68829) is known color: Nugget. HEX triplet: B6, 88 and 29. RGB value is (182,136,41). Sum of RGB (Red+Green+Blue) = 182+136+41=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B68829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68829 is #4977D6. Grayscale: #8B8B8B. Windows color (decimal): -4814807 or 2721974. OLE color: 2721974.
HSL color Cylindrical-coordinate representation of color #B68829: hue angle of 40.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B68829 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 41 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.29 |
| HSL | 40.43º | 0.63% | 0.44% | - |
| HSV(B) | 40.43º | 0.77% | 0.71% | - |
| XYZ | 28.5 | 27.71 | 5.95 | - |
| YUV | 138.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 41 | 0 | 0.25 | 0.77 | 0.29 | 40.43 | 0.63 | 0.44 |
| Hex | B6 | 88 | 29 | 0 | 19 | 4D | 1D | 28 | 3F | 2C |
| Octal | 266 | 210 | 51 | 0 | 31 | 115 | 35 | 50 | 77 | 54 |
| Binary | 10110110 | 10001000 | 101001 | 0 | 11001 | 1001101 | 11101 | 101000 | 111111 | 101100 |
Color Harmonies of #B68829
Complementary color
Monochromatic Colors of #B68829
Black with #B68829
Text Example
Text Example
White with #B68829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68829; }
p { color: rgb(182,136,41); }
H1.HeaderClassName
{
color: #B68829;
}
.AnyTagClassName
{
color: #B68829;
}
</style>
background-color css
<style>
a { background-color: #B68829; }
a { background-color: rgb(182,136,41); }
div.DivClassName
{
background-color: #B68829;
}
.BgClassName
{
background-color: #B68829;
}
</style>
border-color css
<style>
span { border-color: #B68829; }
span { border-color: rgb(182,136,41); }
td.TdClassName
{
border-color: #B68829;
}
.TagClassName
{
border-color: #B68829;
}
</style>