Shades of Nugget #BF912D
Tints of Nugget #BF912D
RGB
CMYK
RGB Variations
Color information
#BF912D (or 0xBF912D) is known color: Nugget. HEX triplet: BF, 91 and 2D. RGB value is (191,145,45). Sum of RGB (Red+Green+Blue) = 191+145+45=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF912D is #406ED2. Grayscale: #939393. Windows color (decimal): -4222675 or 2986431. OLE color: 2986431.
HSL color Cylindrical-coordinate representation of color #BF912D: hue angle of 41.1º degrees, saturation: 0.62, 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 #BF912D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 45 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.25 |
| HSL | 41.1º | 0.62% | 0.46% | - |
| HSV(B) | 41.1º | 0.76% | 0.75% | - |
| XYZ | 32.08 | 31.52 | 6.87 | - |
| YUV | 147.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 45 | 0 | 0.24 | 0.76 | 0.25 | 41.1 | 0.62 | 0.46 |
| Hex | BF | 91 | 2D | 0 | 18 | 4C | 19 | 29 | 3E | 2E |
| Octal | 277 | 221 | 55 | 0 | 30 | 114 | 31 | 51 | 76 | 56 |
| Binary | 10111111 | 10010001 | 101101 | 0 | 11000 | 1001100 | 11001 | 101001 | 111110 | 101110 |
Color Harmonies of #BF912D
Complementary color
Monochromatic Colors of #BF912D
Black with #BF912D
Text Example
Text Example
White with #BF912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF912D; }
p { color: rgb(191,145,45); }
H1.HeaderClassName
{
color: #BF912D;
}
.AnyTagClassName
{
color: #BF912D;
}
</style>
background-color css
<style>
a { background-color: #BF912D; }
a { background-color: rgb(191,145,45); }
div.DivClassName
{
background-color: #BF912D;
}
.BgClassName
{
background-color: #BF912D;
}
</style>
border-color css
<style>
span { border-color: #BF912D; }
span { border-color: rgb(191,145,45); }
td.TdClassName
{
border-color: #BF912D;
}
.TagClassName
{
border-color: #BF912D;
}
</style>