Shades of Nugget #BD8E1D
Tints of Nugget #BD8E1D
RGB
CMYK
RGB Variations
Color information
#BD8E1D (or 0xBD8E1D) is known color: Nugget. HEX triplet: BD, 8E and 1D. RGB value is (189,142,29). Sum of RGB (Red+Green+Blue) = 189+142+29=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E1D is #4271E2. Grayscale: #8F8F8F. Windows color (decimal): -4354531 or 1937085. OLE color: 1937085.
HSL color Cylindrical-coordinate representation of color #BD8E1D: hue angle of 42.38º 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 #BD8E1D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.26 |
| HSL | 42.38º | 0.73% | 0.43% | - |
| HSV(B) | 42.38º | 0.85% | 0.74% | - |
| XYZ | 30.88 | 30.25 | 5.37 | - |
| YUV | 143.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 29 | 0 | 0.25 | 0.85 | 0.26 | 42.38 | 0.73 | 0.43 |
| Hex | BD | 8E | 1D | 0 | 19 | 55 | 1A | 2A | 49 | 2B |
| Octal | 275 | 216 | 35 | 0 | 31 | 125 | 32 | 52 | 111 | 53 |
| Binary | 10111101 | 10001110 | 11101 | 0 | 11001 | 1010101 | 11010 | 101010 | 1001001 | 101011 |
Color Harmonies of #BD8E1D
Complementary color
Monochromatic Colors of #BD8E1D
Black with #BD8E1D
Text Example
Text Example
White with #BD8E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E1D; }
p { color: rgb(189,142,29); }
H1.HeaderClassName
{
color: #BD8E1D;
}
.AnyTagClassName
{
color: #BD8E1D;
}
</style>
background-color css
<style>
a { background-color: #BD8E1D; }
a { background-color: rgb(189,142,29); }
div.DivClassName
{
background-color: #BD8E1D;
}
.BgClassName
{
background-color: #BD8E1D;
}
</style>
border-color css
<style>
span { border-color: #BD8E1D; }
span { border-color: rgb(189,142,29); }
td.TdClassName
{
border-color: #BD8E1D;
}
.TagClassName
{
border-color: #BD8E1D;
}
</style>