Shades of Nugget #BF8A1E
Tints of Nugget #BF8A1E
RGB
CMYK
RGB Variations
Color information
#BF8A1E (or 0xBF8A1E) is known color: Nugget. HEX triplet: BF, 8A and 1E. RGB value is (191,138,30). Sum of RGB (Red+Green+Blue) = 191+138+30=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8A1E is #4075E1. Grayscale: #8E8E8E. Windows color (decimal): -4224482 or 2001599. OLE color: 2001599.
HSL color Cylindrical-coordinate representation of color #BF8A1E: hue angle of 40.25º 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 #BF8A1E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 30 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.25 |
| HSL | 40.25º | 0.73% | 0.43% | - |
| HSV(B) | 40.25º | 0.84% | 0.75% | - |
| XYZ | 30.81 | 29.35 | 5.27 | - |
| YUV | 141.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 30 | 0 | 0.28 | 0.84 | 0.25 | 40.25 | 0.73 | 0.43 |
| Hex | BF | 8A | 1E | 0 | 1C | 54 | 19 | 28 | 49 | 2B |
| Octal | 277 | 212 | 36 | 0 | 34 | 124 | 31 | 50 | 111 | 53 |
| Binary | 10111111 | 10001010 | 11110 | 0 | 11100 | 1010100 | 11001 | 101000 | 1001001 | 101011 |
Color Harmonies of #BF8A1E
Complementary color
Monochromatic Colors of #BF8A1E
Black with #BF8A1E
Text Example
Text Example
White with #BF8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A1E; }
p { color: rgb(191,138,30); }
H1.HeaderClassName
{
color: #BF8A1E;
}
.AnyTagClassName
{
color: #BF8A1E;
}
</style>
background-color css
<style>
a { background-color: #BF8A1E; }
a { background-color: rgb(191,138,30); }
div.DivClassName
{
background-color: #BF8A1E;
}
.BgClassName
{
background-color: #BF8A1E;
}
</style>
border-color css
<style>
span { border-color: #BF8A1E; }
span { border-color: rgb(191,138,30); }
td.TdClassName
{
border-color: #BF8A1E;
}
.TagClassName
{
border-color: #BF8A1E;
}
</style>