Shades of Nugget #B68B2A
Tints of Nugget #B68B2A
RGB
CMYK
RGB Variations
Color information
#B68B2A (or 0xB68B2A) is known color: Nugget. HEX triplet: B6, 8B and 2A. RGB value is (182,139,42). Sum of RGB (Red+Green+Blue) = 182+139+42=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B2A is #4974D5. Grayscale: #8D8D8D. Windows color (decimal): -4814038 or 2788278. OLE color: 2788278.
HSL color Cylindrical-coordinate representation of color #B68B2A: hue angle of 41.57º degrees, saturation: 0.62, 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 #B68B2A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 42 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.29 |
| HSL | 41.57º | 0.63% | 0.44% | - |
| HSV(B) | 41.57º | 0.77% | 0.71% | - |
| XYZ | 28.94 | 28.58 | 6.18 | - |
| YUV | 140.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 42 | 0 | 0.24 | 0.77 | 0.29 | 41.57 | 0.63 | 0.44 |
| Hex | B6 | 8B | 2A | 0 | 18 | 4D | 1D | 2A | 3E | 2C |
| Octal | 266 | 213 | 52 | 0 | 30 | 115 | 35 | 52 | 76 | 54 |
| Binary | 10110110 | 10001011 | 101010 | 0 | 11000 | 1001101 | 11101 | 101010 | 111110 | 101100 |
Color Harmonies of #B68B2A
Complementary color
Monochromatic Colors of #B68B2A
Black with #B68B2A
Text Example
Text Example
White with #B68B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B2A; }
p { color: rgb(182,139,42); }
H1.HeaderClassName
{
color: #B68B2A;
}
.AnyTagClassName
{
color: #B68B2A;
}
</style>
background-color css
<style>
a { background-color: #B68B2A; }
a { background-color: rgb(182,139,42); }
div.DivClassName
{
background-color: #B68B2A;
}
.BgClassName
{
background-color: #B68B2A;
}
</style>
border-color css
<style>
span { border-color: #B68B2A; }
span { border-color: rgb(182,139,42); }
td.TdClassName
{
border-color: #B68B2A;
}
.TagClassName
{
border-color: #B68B2A;
}
</style>