Shades of Nugget #BF9B2C
Tints of Nugget #BF9B2C
RGB
CMYK
RGB Variations
Color information
#BF9B2C (or 0xBF9B2C) is known color: Nugget. HEX triplet: BF, 9B and 2C. RGB value is (191,155,44). Sum of RGB (Red+Green+Blue) = 191+155+44=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B2C is #4064D3. Grayscale: #999999. Windows color (decimal): -4220116 or 2923455. OLE color: 2923455.
HSL color Cylindrical-coordinate representation of color #BF9B2C: hue angle of 45.31º 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 #BF9B2C is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 44 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.25 |
| HSL | 45.31º | 0.63% | 0.46% | - |
| HSV(B) | 45.31º | 0.77% | 0.75% | - |
| XYZ | 33.66 | 34.7 | 7.31 | - |
| YUV | 153.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 44 | 0 | 0.19 | 0.77 | 0.25 | 45.31 | 0.63 | 0.46 |
| Hex | BF | 9B | 2C | 0 | 13 | 4D | 19 | 2D | 3F | 2E |
| Octal | 277 | 233 | 54 | 0 | 23 | 115 | 31 | 55 | 77 | 56 |
| Binary | 10111111 | 10011011 | 101100 | 0 | 10011 | 1001101 | 11001 | 101101 | 111111 | 101110 |
Color Harmonies of #BF9B2C
Complementary color
Monochromatic Colors of #BF9B2C
Black with #BF9B2C
Text Example
Text Example
White with #BF9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9B2C; }
p { color: rgb(191,155,44); }
H1.HeaderClassName
{
color: #BF9B2C;
}
.AnyTagClassName
{
color: #BF9B2C;
}
</style>
background-color css
<style>
a { background-color: #BF9B2C; }
a { background-color: rgb(191,155,44); }
div.DivClassName
{
background-color: #BF9B2C;
}
.BgClassName
{
background-color: #BF9B2C;
}
</style>
border-color css
<style>
span { border-color: #BF9B2C; }
span { border-color: rgb(191,155,44); }
td.TdClassName
{
border-color: #BF9B2C;
}
.TagClassName
{
border-color: #BF9B2C;
}
</style>