Shades of Nugget #BF8C1E
Tints of Nugget #BF8C1E
RGB
CMYK
RGB Variations
Color information
#BF8C1E (or 0xBF8C1E) is known color: Nugget. HEX triplet: BF, 8C and 1E. RGB value is (191,140,30). Sum of RGB (Red+Green+Blue) = 191+140+30=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C1E is #4073E1. Grayscale: #8F8F8F. Windows color (decimal): -4223970 or 2002111. OLE color: 2002111.
HSL color Cylindrical-coordinate representation of color #BF8C1E: hue angle of 40.99º 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 #BF8C1E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 30 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.25 |
| HSL | 40.99º | 0.73% | 0.43% | - |
| HSV(B) | 40.99º | 0.84% | 0.75% | - |
| XYZ | 31.1 | 29.93 | 5.37 | - |
| YUV | 142.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 30 | 0 | 0.27 | 0.84 | 0.25 | 40.99 | 0.73 | 0.43 |
| Hex | BF | 8C | 1E | 0 | 1B | 54 | 19 | 29 | 49 | 2B |
| Octal | 277 | 214 | 36 | 0 | 33 | 124 | 31 | 51 | 111 | 53 |
| Binary | 10111111 | 10001100 | 11110 | 0 | 11011 | 1010100 | 11001 | 101001 | 1001001 | 101011 |
Color Harmonies of #BF8C1E
Complementary color
Monochromatic Colors of #BF8C1E
Black with #BF8C1E
Text Example
Text Example
White with #BF8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C1E; }
p { color: rgb(191,140,30); }
H1.HeaderClassName
{
color: #BF8C1E;
}
.AnyTagClassName
{
color: #BF8C1E;
}
</style>
background-color css
<style>
a { background-color: #BF8C1E; }
a { background-color: rgb(191,140,30); }
div.DivClassName
{
background-color: #BF8C1E;
}
.BgClassName
{
background-color: #BF8C1E;
}
</style>
border-color css
<style>
span { border-color: #BF8C1E; }
span { border-color: rgb(191,140,30); }
td.TdClassName
{
border-color: #BF8C1E;
}
.TagClassName
{
border-color: #BF8C1E;
}
</style>