Shades of Nugget #BF8F1D
Tints of Nugget #BF8F1D
RGB
CMYK
RGB Variations
Color information
#BF8F1D (or 0xBF8F1D) is known color: Nugget. HEX triplet: BF, 8F and 1D. RGB value is (191,143,29). Sum of RGB (Red+Green+Blue) = 191+143+29=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F1D is #4070E2. Grayscale: #909090. Windows color (decimal): -4223203 or 1937343. OLE color: 1937343.
HSL color Cylindrical-coordinate representation of color #BF8F1D: hue angle of 42.22º 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 #BF8F1D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.25 |
| HSL | 42.22º | 0.74% | 0.43% | - |
| HSV(B) | 42.22º | 0.85% | 0.75% | - |
| XYZ | 31.53 | 30.81 | 5.45 | - |
| YUV | 144.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 29 | 0 | 0.25 | 0.85 | 0.25 | 42.22 | 0.74 | 0.43 |
| Hex | BF | 8F | 1D | 0 | 19 | 55 | 19 | 2A | 4A | 2B |
| Octal | 277 | 217 | 35 | 0 | 31 | 125 | 31 | 52 | 112 | 53 |
| Binary | 10111111 | 10001111 | 11101 | 0 | 11001 | 1010101 | 11001 | 101010 | 1001010 | 101011 |
Color Harmonies of #BF8F1D
Complementary color
Monochromatic Colors of #BF8F1D
Black with #BF8F1D
Text Example
Text Example
White with #BF8F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F1D; }
p { color: rgb(191,143,29); }
H1.HeaderClassName
{
color: #BF8F1D;
}
.AnyTagClassName
{
color: #BF8F1D;
}
</style>
background-color css
<style>
a { background-color: #BF8F1D; }
a { background-color: rgb(191,143,29); }
div.DivClassName
{
background-color: #BF8F1D;
}
.BgClassName
{
background-color: #BF8F1D;
}
</style>
border-color css
<style>
span { border-color: #BF8F1D; }
span { border-color: rgb(191,143,29); }
td.TdClassName
{
border-color: #BF8F1D;
}
.TagClassName
{
border-color: #BF8F1D;
}
</style>