Shades of Nugget #BD8A1E
Tints of Nugget #BD8A1E
RGB
CMYK
RGB Variations
Color information
#BD8A1E (or 0xBD8A1E) is known color: Nugget. HEX triplet: BD, 8A and 1E. RGB value is (189,138,30). Sum of RGB (Red+Green+Blue) = 189+138+30=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A1E is #4275E1. Grayscale: #8D8D8D. Windows color (decimal): -4355554 or 2001597. OLE color: 2001597.
HSL color Cylindrical-coordinate representation of color #BD8A1E: hue angle of 40.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD8A1E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 30 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.26 |
| HSL | 40.75º | 0.73% | 0.43% | - |
| HSV(B) | 40.75º | 0.84% | 0.74% | - |
| XYZ | 30.31 | 29.09 | 5.25 | - |
| YUV | 140.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 30 | 0 | 0.27 | 0.84 | 0.26 | 40.75 | 0.73 | 0.43 |
| Hex | BD | 8A | 1E | 0 | 1B | 54 | 1A | 29 | 49 | 2B |
| Octal | 275 | 212 | 36 | 0 | 33 | 124 | 32 | 51 | 111 | 53 |
| Binary | 10111101 | 10001010 | 11110 | 0 | 11011 | 1010100 | 11010 | 101001 | 1001001 | 101011 |
Color Harmonies of #BD8A1E
Complementary color
Monochromatic Colors of #BD8A1E
Black with #BD8A1E
Text Example
Text Example
White with #BD8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A1E; }
p { color: rgb(189,138,30); }
H1.HeaderClassName
{
color: #BD8A1E;
}
.AnyTagClassName
{
color: #BD8A1E;
}
</style>
background-color css
<style>
a { background-color: #BD8A1E; }
a { background-color: rgb(189,138,30); }
div.DivClassName
{
background-color: #BD8A1E;
}
.BgClassName
{
background-color: #BD8A1E;
}
</style>
border-color css
<style>
span { border-color: #BD8A1E; }
span { border-color: rgb(189,138,30); }
td.TdClassName
{
border-color: #BD8A1E;
}
.TagClassName
{
border-color: #BD8A1E;
}
</style>