Shades of Nugget #BF932E
Tints of Nugget #BF932E
RGB
CMYK
RGB Variations
Color information
#BF932E (or 0xBF932E) is known color: Nugget. HEX triplet: BF, 93 and 2E. RGB value is (191,147,46). Sum of RGB (Red+Green+Blue) = 191+147+46=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF932E is #406CD1. Grayscale: #959595. Windows color (decimal): -4222162 or 3052479. OLE color: 3052479.
HSL color Cylindrical-coordinate representation of color #BF932E: hue angle of 41.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF932E is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 46 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.25 |
| HSL | 41.79º | 0.61% | 0.46% | - |
| HSV(B) | 41.79º | 0.76% | 0.75% | - |
| XYZ | 32.41 | 32.14 | 7.08 | - |
| YUV | 148.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 46 | 0 | 0.23 | 0.76 | 0.25 | 41.79 | 0.61 | 0.46 |
| Hex | BF | 93 | 2E | 0 | 17 | 4C | 19 | 2A | 3D | 2E |
| Octal | 277 | 223 | 56 | 0 | 27 | 114 | 31 | 52 | 75 | 56 |
| Binary | 10111111 | 10010011 | 101110 | 0 | 10111 | 1001100 | 11001 | 101010 | 111101 | 101110 |
Color Harmonies of #BF932E
Complementary color
Monochromatic Colors of #BF932E
Black with #BF932E
Text Example
Text Example
White with #BF932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF932E; }
p { color: rgb(191,147,46); }
H1.HeaderClassName
{
color: #BF932E;
}
.AnyTagClassName
{
color: #BF932E;
}
</style>
background-color css
<style>
a { background-color: #BF932E; }
a { background-color: rgb(191,147,46); }
div.DivClassName
{
background-color: #BF932E;
}
.BgClassName
{
background-color: #BF932E;
}
</style>
border-color css
<style>
span { border-color: #BF932E; }
span { border-color: rgb(191,147,46); }
td.TdClassName
{
border-color: #BF932E;
}
.TagClassName
{
border-color: #BF932E;
}
</style>