Shades of Nugget #BD9022
Tints of Nugget #BD9022
RGB
CMYK
RGB Variations
Color information
#BD9022 (or 0xBD9022) is known color: Nugget. HEX triplet: BD, 90 and 22. RGB value is (189,144,34). Sum of RGB (Red+Green+Blue) = 189+144+34=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9022 is #426FDD. Grayscale: #919191. Windows color (decimal): -4354014 or 2265277. OLE color: 2265277.
HSL color Cylindrical-coordinate representation of color #BD9022: hue angle of 42.58º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD9022 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 34 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.26 |
| HSL | 42.58º | 0.7% | 0.44% | - |
| HSV(B) | 42.58º | 0.82% | 0.74% | - |
| XYZ | 31.25 | 30.88 | 5.83 | - |
| YUV | 144.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 34 | 0 | 0.24 | 0.82 | 0.26 | 42.58 | 0.7 | 0.44 |
| Hex | BD | 90 | 22 | 0 | 18 | 52 | 1A | 2B | 46 | 2C |
| Octal | 275 | 220 | 42 | 0 | 30 | 122 | 32 | 53 | 106 | 54 |
| Binary | 10111101 | 10010000 | 100010 | 0 | 11000 | 1010010 | 11010 | 101011 | 1000110 | 101100 |
Color Harmonies of #BD9022
Complementary color
Monochromatic Colors of #BD9022
Black with #BD9022
Text Example
Text Example
White with #BD9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9022; }
p { color: rgb(189,144,34); }
H1.HeaderClassName
{
color: #BD9022;
}
.AnyTagClassName
{
color: #BD9022;
}
</style>
background-color css
<style>
a { background-color: #BD9022; }
a { background-color: rgb(189,144,34); }
div.DivClassName
{
background-color: #BD9022;
}
.BgClassName
{
background-color: #BD9022;
}
</style>
border-color css
<style>
span { border-color: #BD9022; }
span { border-color: rgb(189,144,34); }
td.TdClassName
{
border-color: #BD9022;
}
.TagClassName
{
border-color: #BD9022;
}
</style>