Shades of Nugget #BF992B
Tints of Nugget #BF992B
RGB
CMYK
RGB Variations
Color information
#BF992B (or 0xBF992B) is known color: Nugget. HEX triplet: BF, 99 and 2B. RGB value is (191,153,43). Sum of RGB (Red+Green+Blue) = 191+153+43=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF992B is #4066D4. Grayscale: #989898. Windows color (decimal): -4220629 or 2857407. OLE color: 2857407.
HSL color Cylindrical-coordinate representation of color #BF992B: hue angle of 44.59º 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 #BF992B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 43 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.25 |
| HSL | 44.59º | 0.63% | 0.46% | - |
| HSV(B) | 44.59º | 0.77% | 0.75% | - |
| XYZ | 33.31 | 34.03 | 7.1 | - |
| YUV | 151.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 43 | 0 | 0.20 | 0.77 | 0.25 | 44.59 | 0.63 | 0.46 |
| Hex | BF | 99 | 2B | 0 | 14 | 4D | 19 | 2D | 3F | 2E |
| Octal | 277 | 231 | 53 | 0 | 24 | 115 | 31 | 55 | 77 | 56 |
| Binary | 10111111 | 10011001 | 101011 | 0 | 10100 | 1001101 | 11001 | 101101 | 111111 | 101110 |
Color Harmonies of #BF992B
Complementary color
Monochromatic Colors of #BF992B
Black with #BF992B
Text Example
Text Example
White with #BF992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF992B; }
p { color: rgb(191,153,43); }
H1.HeaderClassName
{
color: #BF992B;
}
.AnyTagClassName
{
color: #BF992B;
}
</style>
background-color css
<style>
a { background-color: #BF992B; }
a { background-color: rgb(191,153,43); }
div.DivClassName
{
background-color: #BF992B;
}
.BgClassName
{
background-color: #BF992B;
}
</style>
border-color css
<style>
span { border-color: #BF992B; }
span { border-color: rgb(191,153,43); }
td.TdClassName
{
border-color: #BF992B;
}
.TagClassName
{
border-color: #BF992B;
}
</style>