Shades of Nugget #BD8B1D
Tints of Nugget #BD8B1D
RGB
CMYK
RGB Variations
Color information
#BD8B1D (or 0xBD8B1D) is known color: Nugget. HEX triplet: BD, 8B and 1D. RGB value is (189,139,29). Sum of RGB (Red+Green+Blue) = 189+139+29=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B1D is #4274E2. Grayscale: #8D8D8D. Windows color (decimal): -4355299 or 1936317. OLE color: 1936317.
HSL color Cylindrical-coordinate representation of color #BD8B1D: hue angle of 41.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD8B1D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 29 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.26 |
| HSL | 41.25º | 0.73% | 0.43% | - |
| HSV(B) | 41.25º | 0.85% | 0.74% | - |
| XYZ | 30.44 | 29.37 | 5.23 | - |
| YUV | 141.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 29 | 0 | 0.26 | 0.85 | 0.26 | 41.25 | 0.73 | 0.43 |
| Hex | BD | 8B | 1D | 0 | 1A | 55 | 1A | 29 | 49 | 2B |
| Octal | 275 | 213 | 35 | 0 | 32 | 125 | 32 | 51 | 111 | 53 |
| Binary | 10111101 | 10001011 | 11101 | 0 | 11010 | 1010101 | 11010 | 101001 | 1001001 | 101011 |
Color Harmonies of #BD8B1D
Complementary color
Monochromatic Colors of #BD8B1D
Black with #BD8B1D
Text Example
Text Example
White with #BD8B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B1D; }
p { color: rgb(189,139,29); }
H1.HeaderClassName
{
color: #BD8B1D;
}
.AnyTagClassName
{
color: #BD8B1D;
}
</style>
background-color css
<style>
a { background-color: #BD8B1D; }
a { background-color: rgb(189,139,29); }
div.DivClassName
{
background-color: #BD8B1D;
}
.BgClassName
{
background-color: #BD8B1D;
}
</style>
border-color css
<style>
span { border-color: #BD8B1D; }
span { border-color: rgb(189,139,29); }
td.TdClassName
{
border-color: #BD8B1D;
}
.TagClassName
{
border-color: #BD8B1D;
}
</style>