Shades of Nugget #BD932F
Tints of Nugget #BD932F
RGB
CMYK
RGB Variations
Color information
#BD932F (or 0xBD932F) is known color: Nugget. HEX triplet: BD, 93 and 2F. RGB value is (189,147,47). Sum of RGB (Red+Green+Blue) = 189+147+47=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD932F is #426CD0. Grayscale: #949494. Windows color (decimal): -4353233 or 3118013. OLE color: 3118013.
HSL color Cylindrical-coordinate representation of color #BD932F: hue angle of 42.25º 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 #BD932F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 47 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.26 |
| HSL | 42.25º | 0.6% | 0.46% | - |
| HSV(B) | 42.25º | 0.75% | 0.74% | - |
| XYZ | 31.93 | 31.89 | 7.16 | - |
| YUV | 148.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 47 | 0 | 0.22 | 0.75 | 0.26 | 42.25 | 0.6 | 0.46 |
| Hex | BD | 93 | 2F | 0 | 16 | 4B | 1A | 2A | 3C | 2E |
| Octal | 275 | 223 | 57 | 0 | 26 | 113 | 32 | 52 | 74 | 56 |
| Binary | 10111101 | 10010011 | 101111 | 0 | 10110 | 1001011 | 11010 | 101010 | 111100 | 101110 |
Color Harmonies of #BD932F
Complementary color
Monochromatic Colors of #BD932F
Black with #BD932F
Text Example
Text Example
White with #BD932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD932F; }
p { color: rgb(189,147,47); }
H1.HeaderClassName
{
color: #BD932F;
}
.AnyTagClassName
{
color: #BD932F;
}
</style>
background-color css
<style>
a { background-color: #BD932F; }
a { background-color: rgb(189,147,47); }
div.DivClassName
{
background-color: #BD932F;
}
.BgClassName
{
background-color: #BD932F;
}
</style>
border-color css
<style>
span { border-color: #BD932F; }
span { border-color: rgb(189,147,47); }
td.TdClassName
{
border-color: #BD932F;
}
.TagClassName
{
border-color: #BD932F;
}
</style>