Shades of Nugget #BD9121
Tints of Nugget #BD9121
RGB
CMYK
RGB Variations
Color information
#BD9121 (or 0xBD9121) is known color: Nugget. HEX triplet: BD, 91 and 21. RGB value is (189,145,33). Sum of RGB (Red+Green+Blue) = 189+145+33=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9121 is #426EDE. Grayscale: #919191. Windows color (decimal): -4353759 or 2199997. OLE color: 2199997.
HSL color Cylindrical-coordinate representation of color #BD9121: hue angle of 43.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD9121 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 33 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.26 |
| HSL | 43.08º | 0.7% | 0.44% | - |
| HSV(B) | 43.08º | 0.83% | 0.74% | - |
| XYZ | 31.39 | 31.18 | 5.8 | - |
| YUV | 145.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 33 | 0 | 0.23 | 0.83 | 0.26 | 43.08 | 0.7 | 0.44 |
| Hex | BD | 91 | 21 | 0 | 17 | 53 | 1A | 2B | 46 | 2C |
| Octal | 275 | 221 | 41 | 0 | 27 | 123 | 32 | 53 | 106 | 54 |
| Binary | 10111101 | 10010001 | 100001 | 0 | 10111 | 1010011 | 11010 | 101011 | 1000110 | 101100 |
Color Harmonies of #BD9121
Complementary color
Monochromatic Colors of #BD9121
Black with #BD9121
Text Example
Text Example
White with #BD9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9121; }
p { color: rgb(189,145,33); }
H1.HeaderClassName
{
color: #BD9121;
}
.AnyTagClassName
{
color: #BD9121;
}
</style>
background-color css
<style>
a { background-color: #BD9121; }
a { background-color: rgb(189,145,33); }
div.DivClassName
{
background-color: #BD9121;
}
.BgClassName
{
background-color: #BD9121;
}
</style>
border-color css
<style>
span { border-color: #BD9121; }
span { border-color: rgb(189,145,33); }
td.TdClassName
{
border-color: #BD9121;
}
.TagClassName
{
border-color: #BD9121;
}
</style>