Shades of Nugget #BD922A
Tints of Nugget #BD922A
RGB
CMYK
RGB Variations
Color information
#BD922A (or 0xBD922A) is known color: Nugget. HEX triplet: BD, 92 and 2A. RGB value is (189,146,42). Sum of RGB (Red+Green+Blue) = 189+146+42=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD922A is #426DD5. Grayscale: #939393. Windows color (decimal): -4353494 or 2790077. OLE color: 2790077.
HSL color Cylindrical-coordinate representation of color #BD922A: hue angle of 42.45º 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 #BD922A is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 42 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.26 |
| HSL | 42.45º | 0.64% | 0.45% | - |
| HSV(B) | 42.45º | 0.78% | 0.74% | - |
| XYZ | 31.68 | 31.54 | 6.61 | - |
| YUV | 147 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 42 | 0 | 0.23 | 0.78 | 0.26 | 42.45 | 0.64 | 0.45 |
| Hex | BD | 92 | 2A | 0 | 17 | 4E | 1A | 2A | 40 | 2D |
| Octal | 275 | 222 | 52 | 0 | 27 | 116 | 32 | 52 | 100 | 55 |
| Binary | 10111101 | 10010010 | 101010 | 0 | 10111 | 1001110 | 11010 | 101010 | 1000000 | 101101 |
Color Harmonies of #BD922A
Complementary color
Monochromatic Colors of #BD922A
Black with #BD922A
Text Example
Text Example
White with #BD922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD922A; }
p { color: rgb(189,146,42); }
H1.HeaderClassName
{
color: #BD922A;
}
.AnyTagClassName
{
color: #BD922A;
}
</style>
background-color css
<style>
a { background-color: #BD922A; }
a { background-color: rgb(189,146,42); }
div.DivClassName
{
background-color: #BD922A;
}
.BgClassName
{
background-color: #BD922A;
}
</style>
border-color css
<style>
span { border-color: #BD922A; }
span { border-color: rgb(189,146,42); }
td.TdClassName
{
border-color: #BD922A;
}
.TagClassName
{
border-color: #BD922A;
}
</style>