Shades of Nugget #BD982C
Tints of Nugget #BD982C
RGB
CMYK
RGB Variations
Color information
#BD982C (or 0xBD982C) is known color: Nugget. HEX triplet: BD, 98 and 2C. RGB value is (189,152,44). Sum of RGB (Red+Green+Blue) = 189+152+44=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD982C is #4267D3. Grayscale: #979797. Windows color (decimal): -4351956 or 2922685. OLE color: 2922685.
HSL color Cylindrical-coordinate representation of color #BD982C: hue angle of 44.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD982C is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 44 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.26 |
| HSL | 44.69º | 0.62% | 0.46% | - |
| HSV(B) | 44.69º | 0.77% | 0.74% | - |
| XYZ | 32.67 | 33.46 | 7.12 | - |
| YUV | 150.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 44 | 0 | 0.20 | 0.77 | 0.26 | 44.69 | 0.62 | 0.46 |
| Hex | BD | 98 | 2C | 0 | 14 | 4D | 1A | 2D | 3E | 2E |
| Octal | 275 | 230 | 54 | 0 | 24 | 115 | 32 | 55 | 76 | 56 |
| Binary | 10111101 | 10011000 | 101100 | 0 | 10100 | 1001101 | 11010 | 101101 | 111110 | 101110 |
Color Harmonies of #BD982C
Complementary color
Monochromatic Colors of #BD982C
Black with #BD982C
Text Example
Text Example
White with #BD982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD982C; }
p { color: rgb(189,152,44); }
H1.HeaderClassName
{
color: #BD982C;
}
.AnyTagClassName
{
color: #BD982C;
}
</style>
background-color css
<style>
a { background-color: #BD982C; }
a { background-color: rgb(189,152,44); }
div.DivClassName
{
background-color: #BD982C;
}
.BgClassName
{
background-color: #BD982C;
}
</style>
border-color css
<style>
span { border-color: #BD982C; }
span { border-color: rgb(189,152,44); }
td.TdClassName
{
border-color: #BD982C;
}
.TagClassName
{
border-color: #BD982C;
}
</style>