Shades of Nugget #B68C1D
Tints of Nugget #B68C1D
RGB
CMYK
RGB Variations
Color information
#B68C1D (or 0xB68C1D) is known color: Nugget. HEX triplet: B6, 8C and 1D. RGB value is (182,140,29). Sum of RGB (Red+Green+Blue) = 182+140+29=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C1D is #4973E2. Grayscale: #8C8C8C. Windows color (decimal): -4813795 or 1936566. OLE color: 1936566.
HSL color Cylindrical-coordinate representation of color #B68C1D: hue angle of 43.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B68C1D is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 29 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.29 |
| HSL | 43.53º | 0.73% | 0.41% | - |
| HSV(B) | 43.53º | 0.84% | 0.71% | - |
| XYZ | 28.89 | 28.79 | 5.2 | - |
| YUV | 139.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 29 | 0 | 0.23 | 0.84 | 0.29 | 43.53 | 0.73 | 0.41 |
| Hex | B6 | 8C | 1D | 0 | 17 | 54 | 1D | 2C | 49 | 29 |
| Octal | 266 | 214 | 35 | 0 | 27 | 124 | 35 | 54 | 111 | 51 |
| Binary | 10110110 | 10001100 | 11101 | 0 | 10111 | 1010100 | 11101 | 101100 | 1001001 | 101001 |
Color Harmonies of #B68C1D
Complementary color
Monochromatic Colors of #B68C1D
Black with #B68C1D
Text Example
Text Example
White with #B68C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C1D; }
p { color: rgb(182,140,29); }
H1.HeaderClassName
{
color: #B68C1D;
}
.AnyTagClassName
{
color: #B68C1D;
}
</style>
background-color css
<style>
a { background-color: #B68C1D; }
a { background-color: rgb(182,140,29); }
div.DivClassName
{
background-color: #B68C1D;
}
.BgClassName
{
background-color: #B68C1D;
}
</style>
border-color css
<style>
span { border-color: #B68C1D; }
span { border-color: rgb(182,140,29); }
td.TdClassName
{
border-color: #B68C1D;
}
.TagClassName
{
border-color: #B68C1D;
}
</style>