Shades of Nugget #BF8F1E
Tints of Nugget #BF8F1E
RGB
CMYK
RGB Variations
Color information
#BF8F1E (or 0xBF8F1E) is known color: Nugget. HEX triplet: BF, 8F and 1E. RGB value is (191,143,30). Sum of RGB (Red+Green+Blue) = 191+143+30=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F1E is #4070E1. Grayscale: #909090. Windows color (decimal): -4223202 or 2002879. OLE color: 2002879.
HSL color Cylindrical-coordinate representation of color #BF8F1E: hue angle of 42.11º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF8F1E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 30 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.25 |
| HSL | 42.11º | 0.73% | 0.43% | - |
| HSV(B) | 42.11º | 0.84% | 0.75% | - |
| XYZ | 31.54 | 30.82 | 5.51 | - |
| YUV | 144.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 30 | 0 | 0.25 | 0.84 | 0.25 | 42.11 | 0.73 | 0.43 |
| Hex | BF | 8F | 1E | 0 | 19 | 54 | 19 | 2A | 49 | 2B |
| Octal | 277 | 217 | 36 | 0 | 31 | 124 | 31 | 52 | 111 | 53 |
| Binary | 10111111 | 10001111 | 11110 | 0 | 11001 | 1010100 | 11001 | 101010 | 1001001 | 101011 |
Color Harmonies of #BF8F1E
Complementary color
Monochromatic Colors of #BF8F1E
Black with #BF8F1E
Text Example
Text Example
White with #BF8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F1E; }
p { color: rgb(191,143,30); }
H1.HeaderClassName
{
color: #BF8F1E;
}
.AnyTagClassName
{
color: #BF8F1E;
}
</style>
background-color css
<style>
a { background-color: #BF8F1E; }
a { background-color: rgb(191,143,30); }
div.DivClassName
{
background-color: #BF8F1E;
}
.BgClassName
{
background-color: #BF8F1E;
}
</style>
border-color css
<style>
span { border-color: #BF8F1E; }
span { border-color: rgb(191,143,30); }
td.TdClassName
{
border-color: #BF8F1E;
}
.TagClassName
{
border-color: #BF8F1E;
}
</style>