Shades of Nugget #BF8F25
Tints of Nugget #BF8F25
RGB
CMYK
RGB Variations
Color information
#BF8F25 (or 0xBF8F25) is known color: Nugget. HEX triplet: BF, 8F and 25. RGB value is (191,143,37). Sum of RGB (Red+Green+Blue) = 191+143+37=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F25 is #4070DA. Grayscale: #919191. Windows color (decimal): -4223195 or 2461631. OLE color: 2461631.
HSL color Cylindrical-coordinate representation of color #BF8F25: hue angle of 41.3º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF8F25 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 37 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.25 |
| HSL | 41.3º | 0.68% | 0.45% | - |
| HSV(B) | 41.3º | 0.81% | 0.75% | - |
| XYZ | 31.64 | 30.85 | 6.04 | - |
| YUV | 145.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 37 | 0 | 0.25 | 0.81 | 0.25 | 41.3 | 0.68 | 0.45 |
| Hex | BF | 8F | 25 | 0 | 19 | 51 | 19 | 29 | 44 | 2D |
| Octal | 277 | 217 | 45 | 0 | 31 | 121 | 31 | 51 | 104 | 55 |
| Binary | 10111111 | 10001111 | 100101 | 0 | 11001 | 1010001 | 11001 | 101001 | 1000100 | 101101 |
Color Harmonies of #BF8F25
Complementary color
Monochromatic Colors of #BF8F25
Black with #BF8F25
Text Example
Text Example
White with #BF8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F25; }
p { color: rgb(191,143,37); }
H1.HeaderClassName
{
color: #BF8F25;
}
.AnyTagClassName
{
color: #BF8F25;
}
</style>
background-color css
<style>
a { background-color: #BF8F25; }
a { background-color: rgb(191,143,37); }
div.DivClassName
{
background-color: #BF8F25;
}
.BgClassName
{
background-color: #BF8F25;
}
</style>
border-color css
<style>
span { border-color: #BF8F25; }
span { border-color: rgb(191,143,37); }
td.TdClassName
{
border-color: #BF8F25;
}
.TagClassName
{
border-color: #BF8F25;
}
</style>