Shades of Nugget #BF8D1D
Tints of Nugget #BF8D1D
RGB
CMYK
RGB Variations
Color information
#BF8D1D (or 0xBF8D1D) is known color: Nugget. HEX triplet: BF, 8D and 1D. RGB value is (191,141,29). Sum of RGB (Red+Green+Blue) = 191+141+29=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D1D is #4072E2. Grayscale: #8F8F8F. Windows color (decimal): -4223715 or 1936831. OLE color: 1936831.
HSL color Cylindrical-coordinate representation of color #BF8D1D: hue angle of 41.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF8D1D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 29 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.25 |
| HSL | 41.48º | 0.74% | 0.43% | - |
| HSV(B) | 41.48º | 0.85% | 0.75% | - |
| XYZ | 31.23 | 30.21 | 5.35 | - |
| YUV | 143.18 | 63.57 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 29 | 0 | 0.26 | 0.85 | 0.25 | 41.48 | 0.74 | 0.43 |
| Hex | BF | 8D | 1D | 0 | 1A | 55 | 19 | 29 | 4A | 2B |
| Octal | 277 | 215 | 35 | 0 | 32 | 125 | 31 | 51 | 112 | 53 |
| Binary | 10111111 | 10001101 | 11101 | 0 | 11010 | 1010101 | 11001 | 101001 | 1001010 | 101011 |
Color Harmonies of #BF8D1D
Complementary color
Monochromatic Colors of #BF8D1D
Black with #BF8D1D
Text Example
Text Example
White with #BF8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D1D; }
p { color: rgb(191,141,29); }
H1.HeaderClassName
{
color: #BF8D1D;
}
.AnyTagClassName
{
color: #BF8D1D;
}
</style>
background-color css
<style>
a { background-color: #BF8D1D; }
a { background-color: rgb(191,141,29); }
div.DivClassName
{
background-color: #BF8D1D;
}
.BgClassName
{
background-color: #BF8D1D;
}
</style>
border-color css
<style>
span { border-color: #BF8D1D; }
span { border-color: rgb(191,141,29); }
td.TdClassName
{
border-color: #BF8D1D;
}
.TagClassName
{
border-color: #BF8D1D;
}
</style>