Shades of Nugget #B68B2C
Tints of Nugget #B68B2C
RGB
CMYK
RGB Variations
Color information
#B68B2C (or 0xB68B2C) is known color: Nugget. HEX triplet: B6, 8B and 2C. RGB value is (182,139,44). Sum of RGB (Red+Green+Blue) = 182+139+44=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B2C is #4974D3. Grayscale: #8D8D8D. Windows color (decimal): -4814036 or 2919350. OLE color: 2919350.
HSL color Cylindrical-coordinate representation of color #B68B2C: hue angle of 41.3º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B68B2C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 44 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.29 |
| HSL | 41.3º | 0.61% | 0.44% | - |
| HSV(B) | 41.3º | 0.76% | 0.71% | - |
| XYZ | 28.98 | 28.59 | 6.37 | - |
| YUV | 141.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 44 | 0 | 0.24 | 0.76 | 0.29 | 41.3 | 0.61 | 0.44 |
| Hex | B6 | 8B | 2C | 0 | 18 | 4C | 1D | 29 | 3D | 2C |
| Octal | 266 | 213 | 54 | 0 | 30 | 114 | 35 | 51 | 75 | 54 |
| Binary | 10110110 | 10001011 | 101100 | 0 | 11000 | 1001100 | 11101 | 101001 | 111101 | 101100 |
Color Harmonies of #B68B2C
Complementary color
Monochromatic Colors of #B68B2C
Black with #B68B2C
Text Example
Text Example
White with #B68B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B2C; }
p { color: rgb(182,139,44); }
H1.HeaderClassName
{
color: #B68B2C;
}
.AnyTagClassName
{
color: #B68B2C;
}
</style>
background-color css
<style>
a { background-color: #B68B2C; }
a { background-color: rgb(182,139,44); }
div.DivClassName
{
background-color: #B68B2C;
}
.BgClassName
{
background-color: #B68B2C;
}
</style>
border-color css
<style>
span { border-color: #B68B2C; }
span { border-color: rgb(182,139,44); }
td.TdClassName
{
border-color: #B68B2C;
}
.TagClassName
{
border-color: #B68B2C;
}
</style>