Shades of Nugget #BF8E26
Tints of Nugget #BF8E26
RGB
CMYK
RGB Variations
Color information
#BF8E26 (or 0xBF8E26) is known color: Nugget. HEX triplet: BF, 8E and 26. RGB value is (191,142,38). Sum of RGB (Red+Green+Blue) = 191+142+38=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E26 is #4071D9. Grayscale: #919191. Windows color (decimal): -4223450 or 2526911. OLE color: 2526911.
HSL color Cylindrical-coordinate representation of color #BF8E26: hue angle of 40.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF8E26 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 142 | 38 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.25 |
| HSL | 40.78º | 0.67% | 0.45% | - |
| HSV(B) | 40.78º | 0.8% | 0.75% | - |
| XYZ | 31.51 | 30.56 | 6.07 | - |
| YUV | 144.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 38 | 0 | 0.26 | 0.80 | 0.25 | 40.78 | 0.67 | 0.45 |
| Hex | BF | 8E | 26 | 0 | 1A | 50 | 19 | 29 | 43 | 2D |
| Octal | 277 | 216 | 46 | 0 | 32 | 120 | 31 | 51 | 103 | 55 |
| Binary | 10111111 | 10001110 | 100110 | 0 | 11010 | 1010000 | 11001 | 101001 | 1000011 | 101101 |
Color Harmonies of #BF8E26
Complementary color
Monochromatic Colors of #BF8E26
Black with #BF8E26
Text Example
Text Example
White with #BF8E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8E26; }
p { color: rgb(191,142,38); }
H1.HeaderClassName
{
color: #BF8E26;
}
.AnyTagClassName
{
color: #BF8E26;
}
</style>
background-color css
<style>
a { background-color: #BF8E26; }
a { background-color: rgb(191,142,38); }
div.DivClassName
{
background-color: #BF8E26;
}
.BgClassName
{
background-color: #BF8E26;
}
</style>
border-color css
<style>
span { border-color: #BF8E26; }
span { border-color: rgb(191,142,38); }
td.TdClassName
{
border-color: #BF8E26;
}
.TagClassName
{
border-color: #BF8E26;
}
</style>