Shades of Nugget #BF932F
Tints of Nugget #BF932F
RGB
CMYK
RGB Variations
Color information
#BF932F (or 0xBF932F) is known color: Nugget. HEX triplet: BF, 93 and 2F. RGB value is (191,147,47). Sum of RGB (Red+Green+Blue) = 191+147+47=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF932F is #406CD0. Grayscale: #959595. Windows color (decimal): -4222161 or 3118015. OLE color: 3118015.
HSL color Cylindrical-coordinate representation of color #BF932F: hue angle of 41.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF932F is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 47 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.25 |
| HSL | 41.67º | 0.61% | 0.47% | - |
| HSV(B) | 41.67º | 0.75% | 0.75% | - |
| XYZ | 32.43 | 32.15 | 7.19 | - |
| YUV | 148.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 47 | 0 | 0.23 | 0.75 | 0.25 | 41.67 | 0.61 | 0.47 |
| Hex | BF | 93 | 2F | 0 | 17 | 4B | 19 | 2A | 3D | 2F |
| Octal | 277 | 223 | 57 | 0 | 27 | 113 | 31 | 52 | 75 | 57 |
| Binary | 10111111 | 10010011 | 101111 | 0 | 10111 | 1001011 | 11001 | 101010 | 111101 | 101111 |
Color Harmonies of #BF932F
Complementary color
Monochromatic Colors of #BF932F
Black with #BF932F
Text Example
Text Example
White with #BF932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF932F; }
p { color: rgb(191,147,47); }
H1.HeaderClassName
{
color: #BF932F;
}
.AnyTagClassName
{
color: #BF932F;
}
</style>
background-color css
<style>
a { background-color: #BF932F; }
a { background-color: rgb(191,147,47); }
div.DivClassName
{
background-color: #BF932F;
}
.BgClassName
{
background-color: #BF932F;
}
</style>
border-color css
<style>
span { border-color: #BF932F; }
span { border-color: rgb(191,147,47); }
td.TdClassName
{
border-color: #BF932F;
}
.TagClassName
{
border-color: #BF932F;
}
</style>