Shades of Nugget #BF9028
Tints of Nugget #BF9028
RGB
CMYK
RGB Variations
Color information
#BF9028 (or 0xBF9028) is known color: Nugget. HEX triplet: BF, 90 and 28. RGB value is (191,144,40). Sum of RGB (Red+Green+Blue) = 191+144+40=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9028 is #406FD7. Grayscale: #929292. Windows color (decimal): -4222936 or 2658495. OLE color: 2658495.
HSL color Cylindrical-coordinate representation of color #BF9028: hue angle of 41.32º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF9028 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 40 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.25 |
| HSL | 41.32º | 0.65% | 0.45% | - |
| HSV(B) | 41.32º | 0.79% | 0.75% | - |
| XYZ | 31.84 | 31.18 | 6.35 | - |
| YUV | 146.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 40 | 0 | 0.25 | 0.79 | 0.25 | 41.32 | 0.65 | 0.45 |
| Hex | BF | 90 | 28 | 0 | 19 | 4F | 19 | 29 | 41 | 2D |
| Octal | 277 | 220 | 50 | 0 | 31 | 117 | 31 | 51 | 101 | 55 |
| Binary | 10111111 | 10010000 | 101000 | 0 | 11001 | 1001111 | 11001 | 101001 | 1000001 | 101101 |
Color Harmonies of #BF9028
Complementary color
Monochromatic Colors of #BF9028
Black with #BF9028
Text Example
Text Example
White with #BF9028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9028; }
p { color: rgb(191,144,40); }
H1.HeaderClassName
{
color: #BF9028;
}
.AnyTagClassName
{
color: #BF9028;
}
</style>
background-color css
<style>
a { background-color: #BF9028; }
a { background-color: rgb(191,144,40); }
div.DivClassName
{
background-color: #BF9028;
}
.BgClassName
{
background-color: #BF9028;
}
</style>
border-color css
<style>
span { border-color: #BF9028; }
span { border-color: rgb(191,144,40); }
td.TdClassName
{
border-color: #BF9028;
}
.TagClassName
{
border-color: #BF9028;
}
</style>