Shades of Nugget #BF912B
Tints of Nugget #BF912B
RGB
CMYK
RGB Variations
Color information
#BF912B (or 0xBF912B) is known color: Nugget. HEX triplet: BF, 91 and 2B. RGB value is (191,145,43). Sum of RGB (Red+Green+Blue) = 191+145+43=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF912B is #406ED4. Grayscale: #939393. Windows color (decimal): -4222677 or 2855359. OLE color: 2855359.
HSL color Cylindrical-coordinate representation of color #BF912B: hue angle of 41.35º 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 #BF912B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 43 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.25 |
| HSL | 41.35º | 0.63% | 0.46% | - |
| HSV(B) | 41.35º | 0.77% | 0.75% | - |
| XYZ | 32.05 | 31.5 | 6.68 | - |
| YUV | 147.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 43 | 0 | 0.24 | 0.77 | 0.25 | 41.35 | 0.63 | 0.46 |
| Hex | BF | 91 | 2B | 0 | 18 | 4D | 19 | 29 | 3F | 2E |
| Octal | 277 | 221 | 53 | 0 | 30 | 115 | 31 | 51 | 77 | 56 |
| Binary | 10111111 | 10010001 | 101011 | 0 | 11000 | 1001101 | 11001 | 101001 | 111111 | 101110 |
Color Harmonies of #BF912B
Complementary color
Monochromatic Colors of #BF912B
Black with #BF912B
Text Example
Text Example
White with #BF912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF912B; }
p { color: rgb(191,145,43); }
H1.HeaderClassName
{
color: #BF912B;
}
.AnyTagClassName
{
color: #BF912B;
}
</style>
background-color css
<style>
a { background-color: #BF912B; }
a { background-color: rgb(191,145,43); }
div.DivClassName
{
background-color: #BF912B;
}
.BgClassName
{
background-color: #BF912B;
}
</style>
border-color css
<style>
span { border-color: #BF912B; }
span { border-color: rgb(191,145,43); }
td.TdClassName
{
border-color: #BF912B;
}
.TagClassName
{
border-color: #BF912B;
}
</style>