Shades of Nugget #BD992F
Tints of Nugget #BD992F
RGB
CMYK
RGB Variations
Color information
#BD992F (or 0xBD992F) is known color: Nugget. HEX triplet: BD, 99 and 2F. RGB value is (189,153,47). Sum of RGB (Red+Green+Blue) = 189+153+47=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD992F is #4266D0. Grayscale: #989898. Windows color (decimal): -4351697 or 3119549. OLE color: 3119549.
HSL color Cylindrical-coordinate representation of color #BD992F: hue angle of 44.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD992F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 47 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.26 |
| HSL | 44.79º | 0.6% | 0.46% | - |
| HSV(B) | 44.79º | 0.75% | 0.74% | - |
| XYZ | 32.89 | 33.81 | 7.48 | - |
| YUV | 151.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 47 | 0 | 0.19 | 0.75 | 0.26 | 44.79 | 0.6 | 0.46 |
| Hex | BD | 99 | 2F | 0 | 13 | 4B | 1A | 2D | 3C | 2E |
| Octal | 275 | 231 | 57 | 0 | 23 | 113 | 32 | 55 | 74 | 56 |
| Binary | 10111101 | 10011001 | 101111 | 0 | 10011 | 1001011 | 11010 | 101101 | 111100 | 101110 |
Color Harmonies of #BD992F
Complementary color
Monochromatic Colors of #BD992F
Black with #BD992F
Text Example
Text Example
White with #BD992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD992F; }
p { color: rgb(189,153,47); }
H1.HeaderClassName
{
color: #BD992F;
}
.AnyTagClassName
{
color: #BD992F;
}
</style>
background-color css
<style>
a { background-color: #BD992F; }
a { background-color: rgb(189,153,47); }
div.DivClassName
{
background-color: #BD992F;
}
.BgClassName
{
background-color: #BD992F;
}
</style>
border-color css
<style>
span { border-color: #BD992F; }
span { border-color: rgb(189,153,47); }
td.TdClassName
{
border-color: #BD992F;
}
.TagClassName
{
border-color: #BD992F;
}
</style>