Shades of Nugget #BD982B
Tints of Nugget #BD982B
RGB
CMYK
RGB Variations
Color information
#BD982B (or 0xBD982B) is known color: Nugget. HEX triplet: BD, 98 and 2B. RGB value is (189,152,43). Sum of RGB (Red+Green+Blue) = 189+152+43=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD982B is #4267D4. Grayscale: #979797. Windows color (decimal): -4351957 or 2857149. OLE color: 2857149.
HSL color Cylindrical-coordinate representation of color #BD982B: hue angle of 44.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD982B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 43 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.26 |
| HSL | 44.79º | 0.63% | 0.45% | - |
| HSV(B) | 44.79º | 0.77% | 0.74% | - |
| XYZ | 32.65 | 33.45 | 7.02 | - |
| YUV | 150.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 43 | 0 | 0.20 | 0.77 | 0.26 | 44.79 | 0.63 | 0.45 |
| Hex | BD | 98 | 2B | 0 | 14 | 4D | 1A | 2D | 3F | 2D |
| Octal | 275 | 230 | 53 | 0 | 24 | 115 | 32 | 55 | 77 | 55 |
| Binary | 10111101 | 10011000 | 101011 | 0 | 10100 | 1001101 | 11010 | 101101 | 111111 | 101101 |
Color Harmonies of #BD982B
Complementary color
Monochromatic Colors of #BD982B
Black with #BD982B
Text Example
Text Example
White with #BD982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD982B; }
p { color: rgb(189,152,43); }
H1.HeaderClassName
{
color: #BD982B;
}
.AnyTagClassName
{
color: #BD982B;
}
</style>
background-color css
<style>
a { background-color: #BD982B; }
a { background-color: rgb(189,152,43); }
div.DivClassName
{
background-color: #BD982B;
}
.BgClassName
{
background-color: #BD982B;
}
</style>
border-color css
<style>
span { border-color: #BD982B; }
span { border-color: rgb(189,152,43); }
td.TdClassName
{
border-color: #BD982B;
}
.TagClassName
{
border-color: #BD982B;
}
</style>