Shades of Nugget #BF8F2B
Tints of Nugget #BF8F2B
RGB
CMYK
RGB Variations
Color information
#BF8F2B (or 0xBF8F2B) is known color: Nugget. HEX triplet: BF, 8F and 2B. RGB value is (191,143,43). Sum of RGB (Red+Green+Blue) = 191+143+43=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F2B is #4070D4. Grayscale: #929292. Windows color (decimal): -4223189 or 2854847. OLE color: 2854847.
HSL color Cylindrical-coordinate representation of color #BF8F2B: hue angle of 40.54º 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 #BF8F2B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 43 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.25 |
| HSL | 40.54º | 0.63% | 0.46% | - |
| HSV(B) | 40.54º | 0.77% | 0.75% | - |
| XYZ | 31.74 | 30.9 | 6.58 | - |
| YUV | 145.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 43 | 0 | 0.25 | 0.77 | 0.25 | 40.54 | 0.63 | 0.46 |
| Hex | BF | 8F | 2B | 0 | 19 | 4D | 19 | 29 | 3F | 2E |
| Octal | 277 | 217 | 53 | 0 | 31 | 115 | 31 | 51 | 77 | 56 |
| Binary | 10111111 | 10001111 | 101011 | 0 | 11001 | 1001101 | 11001 | 101001 | 111111 | 101110 |
Color Harmonies of #BF8F2B
Complementary color
Monochromatic Colors of #BF8F2B
Black with #BF8F2B
Text Example
Text Example
White with #BF8F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F2B; }
p { color: rgb(191,143,43); }
H1.HeaderClassName
{
color: #BF8F2B;
}
.AnyTagClassName
{
color: #BF8F2B;
}
</style>
background-color css
<style>
a { background-color: #BF8F2B; }
a { background-color: rgb(191,143,43); }
div.DivClassName
{
background-color: #BF8F2B;
}
.BgClassName
{
background-color: #BF8F2B;
}
</style>
border-color css
<style>
span { border-color: #BF8F2B; }
span { border-color: rgb(191,143,43); }
td.TdClassName
{
border-color: #BF8F2B;
}
.TagClassName
{
border-color: #BF8F2B;
}
</style>