Shades of Nugget #BF9D32
Tints of Nugget #BF9D32
RGB
CMYK
RGB Variations
Color information
#BF9D32 (or 0xBF9D32) is known color: Nugget. HEX triplet: BF, 9D and 32. RGB value is (191,157,50). Sum of RGB (Red+Green+Blue) = 191+157+50=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9D32 is #4062CD. Grayscale: #9B9B9B. Windows color (decimal): -4219598 or 3317183. OLE color: 3317183.
HSL color Cylindrical-coordinate representation of color #BF9D32: hue angle of 45.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF9D32 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 50 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.25 |
| HSL | 45.53º | 0.59% | 0.47% | - |
| HSV(B) | 45.53º | 0.74% | 0.75% | - |
| XYZ | 34.12 | 35.42 | 8.06 | - |
| YUV | 154.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 50 | 0 | 0.18 | 0.74 | 0.25 | 45.53 | 0.59 | 0.47 |
| Hex | BF | 9D | 32 | 0 | 12 | 4A | 19 | 2E | 3B | 2F |
| Octal | 277 | 235 | 62 | 0 | 22 | 112 | 31 | 56 | 73 | 57 |
| Binary | 10111111 | 10011101 | 110010 | 0 | 10010 | 1001010 | 11001 | 101110 | 111011 | 101111 |
Color Harmonies of #BF9D32
Complementary color
Monochromatic Colors of #BF9D32
Black with #BF9D32
Text Example
Text Example
White with #BF9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9D32; }
p { color: rgb(191,157,50); }
H1.HeaderClassName
{
color: #BF9D32;
}
.AnyTagClassName
{
color: #BF9D32;
}
</style>
background-color css
<style>
a { background-color: #BF9D32; }
a { background-color: rgb(191,157,50); }
div.DivClassName
{
background-color: #BF9D32;
}
.BgClassName
{
background-color: #BF9D32;
}
</style>
border-color css
<style>
span { border-color: #BF9D32; }
span { border-color: rgb(191,157,50); }
td.TdClassName
{
border-color: #BF9D32;
}
.TagClassName
{
border-color: #BF9D32;
}
</style>