Shades of Nugget #BF9725
Tints of Nugget #BF9725
RGB
CMYK
RGB Variations
Color information
#BF9725 (or 0xBF9725) is known color: Nugget. HEX triplet: BF, 97 and 25. RGB value is (191,151,37). Sum of RGB (Red+Green+Blue) = 191+151+37=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9725 is #4068DA. Grayscale: #969696. Windows color (decimal): -4221147 or 2463679. OLE color: 2463679.
HSL color Cylindrical-coordinate representation of color #BF9725: hue angle of 44.42º 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 #BF9725 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 37 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.25 |
| HSL | 44.42º | 0.68% | 0.45% | - |
| HSV(B) | 44.42º | 0.81% | 0.75% | - |
| XYZ | 32.89 | 33.34 | 6.45 | - |
| YUV | 149.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 37 | 0 | 0.21 | 0.81 | 0.25 | 44.42 | 0.68 | 0.45 |
| Hex | BF | 97 | 25 | 0 | 15 | 51 | 19 | 2C | 44 | 2D |
| Octal | 277 | 227 | 45 | 0 | 25 | 121 | 31 | 54 | 104 | 55 |
| Binary | 10111111 | 10010111 | 100101 | 0 | 10101 | 1010001 | 11001 | 101100 | 1000100 | 101101 |
Color Harmonies of #BF9725
Complementary color
Monochromatic Colors of #BF9725
Black with #BF9725
Text Example
Text Example
White with #BF9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9725; }
p { color: rgb(191,151,37); }
H1.HeaderClassName
{
color: #BF9725;
}
.AnyTagClassName
{
color: #BF9725;
}
</style>
background-color css
<style>
a { background-color: #BF9725; }
a { background-color: rgb(191,151,37); }
div.DivClassName
{
background-color: #BF9725;
}
.BgClassName
{
background-color: #BF9725;
}
</style>
border-color css
<style>
span { border-color: #BF9725; }
span { border-color: rgb(191,151,37); }
td.TdClassName
{
border-color: #BF9725;
}
.TagClassName
{
border-color: #BF9725;
}
</style>