Shades of Nugget #BF8920
Tints of Nugget #BF8920
RGB
CMYK
RGB Variations
Color information
#BF8920 (or 0xBF8920) is known color: Nugget. HEX triplet: BF, 89 and 20. RGB value is (191,137,32). Sum of RGB (Red+Green+Blue) = 191+137+32=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8920 is #4076DF. Grayscale: #8D8D8D. Windows color (decimal): -4224736 or 2132415. OLE color: 2132415.
HSL color Cylindrical-coordinate representation of color #BF8920: hue angle of 39.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8920 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 32 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.25 |
| HSL | 39.62º | 0.71% | 0.44% | - |
| HSV(B) | 39.62º | 0.83% | 0.75% | - |
| XYZ | 30.69 | 29.07 | 5.36 | - |
| YUV | 141.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 32 | 0 | 0.28 | 0.83 | 0.25 | 39.62 | 0.71 | 0.44 |
| Hex | BF | 89 | 20 | 0 | 1C | 53 | 19 | 28 | 47 | 2C |
| Octal | 277 | 211 | 40 | 0 | 34 | 123 | 31 | 50 | 107 | 54 |
| Binary | 10111111 | 10001001 | 100000 | 0 | 11100 | 1010011 | 11001 | 101000 | 1000111 | 101100 |
Color Harmonies of #BF8920
Complementary color
Monochromatic Colors of #BF8920
Black with #BF8920
Text Example
Text Example
White with #BF8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8920; }
p { color: rgb(191,137,32); }
H1.HeaderClassName
{
color: #BF8920;
}
.AnyTagClassName
{
color: #BF8920;
}
</style>
background-color css
<style>
a { background-color: #BF8920; }
a { background-color: rgb(191,137,32); }
div.DivClassName
{
background-color: #BF8920;
}
.BgClassName
{
background-color: #BF8920;
}
</style>
border-color css
<style>
span { border-color: #BF8920; }
span { border-color: rgb(191,137,32); }
td.TdClassName
{
border-color: #BF8920;
}
.TagClassName
{
border-color: #BF8920;
}
</style>