Shades of Nugget #BF992A
Tints of Nugget #BF992A
RGB
CMYK
RGB Variations
Color information
#BF992A (or 0xBF992A) is known color: Nugget. HEX triplet: BF, 99 and 2A. RGB value is (191,153,42). Sum of RGB (Red+Green+Blue) = 191+153+42=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF992A is #4066D5. Grayscale: #989898. Windows color (decimal): -4220630 or 2791871. OLE color: 2791871.
HSL color Cylindrical-coordinate representation of color #BF992A: hue angle of 44.7º 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 #BF992A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 42 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.25 |
| HSL | 44.7º | 0.64% | 0.46% | - |
| HSV(B) | 44.7º | 0.78% | 0.75% | - |
| XYZ | 33.3 | 34.03 | 7 | - |
| YUV | 151.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 42 | 0 | 0.20 | 0.78 | 0.25 | 44.7 | 0.64 | 0.46 |
| Hex | BF | 99 | 2A | 0 | 14 | 4E | 19 | 2D | 40 | 2E |
| Octal | 277 | 231 | 52 | 0 | 24 | 116 | 31 | 55 | 100 | 56 |
| Binary | 10111111 | 10011001 | 101010 | 0 | 10100 | 1001110 | 11001 | 101101 | 1000000 | 101110 |
Color Harmonies of #BF992A
Complementary color
Monochromatic Colors of #BF992A
Black with #BF992A
Text Example
Text Example
White with #BF992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF992A; }
p { color: rgb(191,153,42); }
H1.HeaderClassName
{
color: #BF992A;
}
.AnyTagClassName
{
color: #BF992A;
}
</style>
background-color css
<style>
a { background-color: #BF992A; }
a { background-color: rgb(191,153,42); }
div.DivClassName
{
background-color: #BF992A;
}
.BgClassName
{
background-color: #BF992A;
}
</style>
border-color css
<style>
span { border-color: #BF992A; }
span { border-color: rgb(191,153,42); }
td.TdClassName
{
border-color: #BF992A;
}
.TagClassName
{
border-color: #BF992A;
}
</style>