Shades of Nugget #BF8B1E
Tints of Nugget #BF8B1E
RGB
CMYK
RGB Variations
Color information
#BF8B1E (or 0xBF8B1E) is known color: Nugget. HEX triplet: BF, 8B and 1E. RGB value is (191,139,30). Sum of RGB (Red+Green+Blue) = 191+139+30=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B1E is #4074E1. Grayscale: #8E8E8E. Windows color (decimal): -4224226 or 2001855. OLE color: 2001855.
HSL color Cylindrical-coordinate representation of color #BF8B1E: hue angle of 40.62º 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 #BF8B1E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 30 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.25 |
| HSL | 40.62º | 0.73% | 0.43% | - |
| HSV(B) | 40.62º | 0.84% | 0.75% | - |
| XYZ | 30.95 | 29.64 | 5.32 | - |
| YUV | 142.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 30 | 0 | 0.27 | 0.84 | 0.25 | 40.62 | 0.73 | 0.43 |
| Hex | BF | 8B | 1E | 0 | 1B | 54 | 19 | 29 | 49 | 2B |
| Octal | 277 | 213 | 36 | 0 | 33 | 124 | 31 | 51 | 111 | 53 |
| Binary | 10111111 | 10001011 | 11110 | 0 | 11011 | 1010100 | 11001 | 101001 | 1001001 | 101011 |
Color Harmonies of #BF8B1E
Complementary color
Monochromatic Colors of #BF8B1E
Black with #BF8B1E
Text Example
Text Example
White with #BF8B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B1E; }
p { color: rgb(191,139,30); }
H1.HeaderClassName
{
color: #BF8B1E;
}
.AnyTagClassName
{
color: #BF8B1E;
}
</style>
background-color css
<style>
a { background-color: #BF8B1E; }
a { background-color: rgb(191,139,30); }
div.DivClassName
{
background-color: #BF8B1E;
}
.BgClassName
{
background-color: #BF8B1E;
}
</style>
border-color css
<style>
span { border-color: #BF8B1E; }
span { border-color: rgb(191,139,30); }
td.TdClassName
{
border-color: #BF8B1E;
}
.TagClassName
{
border-color: #BF8B1E;
}
</style>