Shades of Nugget #BD942A
Tints of Nugget #BD942A
RGB
CMYK
RGB Variations
Color information
#BD942A (or 0xBD942A) is known color: Nugget. HEX triplet: BD, 94 and 2A. RGB value is (189,148,42). Sum of RGB (Red+Green+Blue) = 189+148+42=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD942A is #426BD5. Grayscale: #949494. Windows color (decimal): -4352982 or 2790589. OLE color: 2790589.
HSL color Cylindrical-coordinate representation of color #BD942A: hue angle of 43.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD942A is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 42 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.26 |
| HSL | 43.27º | 0.64% | 0.45% | - |
| HSV(B) | 43.27º | 0.78% | 0.74% | - |
| XYZ | 31.99 | 32.17 | 6.71 | - |
| YUV | 148.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 42 | 0 | 0.22 | 0.78 | 0.26 | 43.27 | 0.64 | 0.45 |
| Hex | BD | 94 | 2A | 0 | 16 | 4E | 1A | 2B | 40 | 2D |
| Octal | 275 | 224 | 52 | 0 | 26 | 116 | 32 | 53 | 100 | 55 |
| Binary | 10111101 | 10010100 | 101010 | 0 | 10110 | 1001110 | 11010 | 101011 | 1000000 | 101101 |
Color Harmonies of #BD942A
Complementary color
Monochromatic Colors of #BD942A
Black with #BD942A
Text Example
Text Example
White with #BD942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD942A; }
p { color: rgb(189,148,42); }
H1.HeaderClassName
{
color: #BD942A;
}
.AnyTagClassName
{
color: #BD942A;
}
</style>
background-color css
<style>
a { background-color: #BD942A; }
a { background-color: rgb(189,148,42); }
div.DivClassName
{
background-color: #BD942A;
}
.BgClassName
{
background-color: #BD942A;
}
</style>
border-color css
<style>
span { border-color: #BD942A; }
span { border-color: rgb(189,148,42); }
td.TdClassName
{
border-color: #BD942A;
}
.TagClassName
{
border-color: #BD942A;
}
</style>