Shades of Nugget #BF8B1D
Tints of Nugget #BF8B1D
RGB
CMYK
RGB Variations
Color information
#BF8B1D (or 0xBF8B1D) is known color: Nugget. HEX triplet: BF, 8B and 1D. RGB value is (191,139,29). Sum of RGB (Red+Green+Blue) = 191+139+29=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B1D is #4074E2. Grayscale: #8E8E8E. Windows color (decimal): -4224227 or 1936319. OLE color: 1936319.
HSL color Cylindrical-coordinate representation of color #BF8B1D: hue angle of 40.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF8B1D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 29 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.25 |
| HSL | 40.74º | 0.74% | 0.43% | - |
| HSV(B) | 40.74º | 0.85% | 0.75% | - |
| XYZ | 30.94 | 29.63 | 5.25 | - |
| YUV | 142.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 29 | 0 | 0.27 | 0.85 | 0.25 | 40.74 | 0.74 | 0.43 |
| Hex | BF | 8B | 1D | 0 | 1B | 55 | 19 | 29 | 4A | 2B |
| Octal | 277 | 213 | 35 | 0 | 33 | 125 | 31 | 51 | 112 | 53 |
| Binary | 10111111 | 10001011 | 11101 | 0 | 11011 | 1010101 | 11001 | 101001 | 1001010 | 101011 |
Color Harmonies of #BF8B1D
Complementary color
Monochromatic Colors of #BF8B1D
Black with #BF8B1D
Text Example
Text Example
White with #BF8B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B1D; }
p { color: rgb(191,139,29); }
H1.HeaderClassName
{
color: #BF8B1D;
}
.AnyTagClassName
{
color: #BF8B1D;
}
</style>
background-color css
<style>
a { background-color: #BF8B1D; }
a { background-color: rgb(191,139,29); }
div.DivClassName
{
background-color: #BF8B1D;
}
.BgClassName
{
background-color: #BF8B1D;
}
</style>
border-color css
<style>
span { border-color: #BF8B1D; }
span { border-color: rgb(191,139,29); }
td.TdClassName
{
border-color: #BF8B1D;
}
.TagClassName
{
border-color: #BF8B1D;
}
</style>