Shades of Nugget #BD992C
Tints of Nugget #BD992C
RGB
CMYK
RGB Variations
Color information
#BD992C (or 0xBD992C) is known color: Nugget. HEX triplet: BD, 99 and 2C. RGB value is (189,153,44). Sum of RGB (Red+Green+Blue) = 189+153+44=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD992C is #4266D3. Grayscale: #979797. Windows color (decimal): -4351700 or 2922941. OLE color: 2922941.
HSL color Cylindrical-coordinate representation of color #BD992C: hue angle of 45.1º 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 #BD992C is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 44 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.26 |
| HSL | 45.1º | 0.62% | 0.46% | - |
| HSV(B) | 45.1º | 0.77% | 0.74% | - |
| XYZ | 32.83 | 33.78 | 7.17 | - |
| YUV | 151.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 44 | 0 | 0.19 | 0.77 | 0.26 | 45.1 | 0.62 | 0.46 |
| Hex | BD | 99 | 2C | 0 | 13 | 4D | 1A | 2D | 3E | 2E |
| Octal | 275 | 231 | 54 | 0 | 23 | 115 | 32 | 55 | 76 | 56 |
| Binary | 10111101 | 10011001 | 101100 | 0 | 10011 | 1001101 | 11010 | 101101 | 111110 | 101110 |
Color Harmonies of #BD992C
Complementary color
Monochromatic Colors of #BD992C
Black with #BD992C
Text Example
Text Example
White with #BD992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD992C; }
p { color: rgb(189,153,44); }
H1.HeaderClassName
{
color: #BD992C;
}
.AnyTagClassName
{
color: #BD992C;
}
</style>
background-color css
<style>
a { background-color: #BD992C; }
a { background-color: rgb(189,153,44); }
div.DivClassName
{
background-color: #BD992C;
}
.BgClassName
{
background-color: #BD992C;
}
</style>
border-color css
<style>
span { border-color: #BD992C; }
span { border-color: rgb(189,153,44); }
td.TdClassName
{
border-color: #BD992C;
}
.TagClassName
{
border-color: #BD992C;
}
</style>