Shades of Nugget #BF972B
Tints of Nugget #BF972B
RGB
CMYK
RGB Variations
Color information
#BF972B (or 0xBF972B) is known color: Nugget. HEX triplet: BF, 97 and 2B. RGB value is (191,151,43). Sum of RGB (Red+Green+Blue) = 191+151+43=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF972B is #4068D4. Grayscale: #979797. Windows color (decimal): -4221141 or 2856895. OLE color: 2856895.
HSL color Cylindrical-coordinate representation of color #BF972B: hue angle of 43.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF972B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 43 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.25 |
| HSL | 43.78º | 0.63% | 0.46% | - |
| HSV(B) | 43.78º | 0.77% | 0.75% | - |
| XYZ | 32.99 | 33.38 | 6.99 | - |
| YUV | 150.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 43 | 0 | 0.21 | 0.77 | 0.25 | 43.78 | 0.63 | 0.46 |
| Hex | BF | 97 | 2B | 0 | 15 | 4D | 19 | 2C | 3F | 2E |
| Octal | 277 | 227 | 53 | 0 | 25 | 115 | 31 | 54 | 77 | 56 |
| Binary | 10111111 | 10010111 | 101011 | 0 | 10101 | 1001101 | 11001 | 101100 | 111111 | 101110 |
Color Harmonies of #BF972B
Complementary color
Monochromatic Colors of #BF972B
Black with #BF972B
Text Example
Text Example
White with #BF972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF972B; }
p { color: rgb(191,151,43); }
H1.HeaderClassName
{
color: #BF972B;
}
.AnyTagClassName
{
color: #BF972B;
}
</style>
background-color css
<style>
a { background-color: #BF972B; }
a { background-color: rgb(191,151,43); }
div.DivClassName
{
background-color: #BF972B;
}
.BgClassName
{
background-color: #BF972B;
}
</style>
border-color css
<style>
span { border-color: #BF972B; }
span { border-color: rgb(191,151,43); }
td.TdClassName
{
border-color: #BF972B;
}
.TagClassName
{
border-color: #BF972B;
}
</style>