Shades of Nugget #BF972D
Tints of Nugget #BF972D
RGB
CMYK
RGB Variations
Color information
#BF972D (or 0xBF972D) is known color: Nugget. HEX triplet: BF, 97 and 2D. RGB value is (191,151,45). Sum of RGB (Red+Green+Blue) = 191+151+45=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF972D is #4068D2. Grayscale: #979797. Windows color (decimal): -4221139 or 2987967. OLE color: 2987967.
HSL color Cylindrical-coordinate representation of color #BF972D: hue angle of 43.56º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF972D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.25 |
| HSL | 43.56º | 0.62% | 0.46% | - |
| HSV(B) | 43.56º | 0.76% | 0.75% | - |
| XYZ | 33.03 | 33.4 | 7.19 | - |
| YUV | 150.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 45 | 0 | 0.21 | 0.76 | 0.25 | 43.56 | 0.62 | 0.46 |
| Hex | BF | 97 | 2D | 0 | 15 | 4C | 19 | 2C | 3E | 2E |
| Octal | 277 | 227 | 55 | 0 | 25 | 114 | 31 | 54 | 76 | 56 |
| Binary | 10111111 | 10010111 | 101101 | 0 | 10101 | 1001100 | 11001 | 101100 | 111110 | 101110 |
Color Harmonies of #BF972D
Complementary color
Monochromatic Colors of #BF972D
Black with #BF972D
Text Example
Text Example
White with #BF972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF972D; }
p { color: rgb(191,151,45); }
H1.HeaderClassName
{
color: #BF972D;
}
.AnyTagClassName
{
color: #BF972D;
}
</style>
background-color css
<style>
a { background-color: #BF972D; }
a { background-color: rgb(191,151,45); }
div.DivClassName
{
background-color: #BF972D;
}
.BgClassName
{
background-color: #BF972D;
}
</style>
border-color css
<style>
span { border-color: #BF972D; }
span { border-color: rgb(191,151,45); }
td.TdClassName
{
border-color: #BF972D;
}
.TagClassName
{
border-color: #BF972D;
}
</style>