Shades of Nugget #BF972A
Tints of Nugget #BF972A
RGB
CMYK
RGB Variations
Color information
#BF972A (or 0xBF972A) is known color: Nugget. HEX triplet: BF, 97 and 2A. RGB value is (191,151,42). Sum of RGB (Red+Green+Blue) = 191+151+42=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF972A is #4068D5. Grayscale: #979797. Windows color (decimal): -4221142 or 2791359. OLE color: 2791359.
HSL color Cylindrical-coordinate representation of color #BF972A: hue angle of 43.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF972A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 42 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.25 |
| HSL | 43.89º | 0.64% | 0.46% | - |
| HSV(B) | 43.89º | 0.78% | 0.75% | - |
| XYZ | 32.97 | 33.38 | 6.9 | - |
| YUV | 150.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 42 | 0 | 0.21 | 0.78 | 0.25 | 43.89 | 0.64 | 0.46 |
| Hex | BF | 97 | 2A | 0 | 15 | 4E | 19 | 2C | 40 | 2E |
| Octal | 277 | 227 | 52 | 0 | 25 | 116 | 31 | 54 | 100 | 56 |
| Binary | 10111111 | 10010111 | 101010 | 0 | 10101 | 1001110 | 11001 | 101100 | 1000000 | 101110 |
Color Harmonies of #BF972A
Complementary color
Monochromatic Colors of #BF972A
Black with #BF972A
Text Example
Text Example
White with #BF972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF972A; }
p { color: rgb(191,151,42); }
H1.HeaderClassName
{
color: #BF972A;
}
.AnyTagClassName
{
color: #BF972A;
}
</style>
background-color css
<style>
a { background-color: #BF972A; }
a { background-color: rgb(191,151,42); }
div.DivClassName
{
background-color: #BF972A;
}
.BgClassName
{
background-color: #BF972A;
}
</style>
border-color css
<style>
span { border-color: #BF972A; }
span { border-color: rgb(191,151,42); }
td.TdClassName
{
border-color: #BF972A;
}
.TagClassName
{
border-color: #BF972A;
}
</style>